Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/eurosym
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/eurosym/ChangeLog,v 1.20 2007/12/11 10:37:38 aballier Exp $
11 Dec 2007; Alexis Ballier
remove cstetex references, its being removed, part of bug #196673
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
16 Mar 2006; Martin Ehmsen
Fixed depends so it don't explicitly depends on tetex-1.
19 Oct 2004; Mamoru KOMACHI
Blocks >=tetex-2; bug #68129.
17 Oct 2004; Mamoru KOMACHI
Changed DEPEND to tetex-1.
05 Sep 2004; David Holm
Added to ~ppc.
*eurosym-1.4 (01 Sep 2004)
01 Sep 2004; Mamoru KOMACHI
+eurosym-1.4.ebuild:
Use ${P}.tar.gz instead of ${PN}.tar.gz.
Thanks to Urs Joss
12 Jul 2004; Lars Weiler
Removed ppc from keywords as this package is useless with tetex-2. Furthermore
it wants to override files installed by tetex (collision-protect ran in).
17 Jun 2004; Ferris McCormick
Marked stable for sparc. It gives you the European currency symbol, as
advertised.
14 Jun 2004; Daniel Ahlberg
Unmasked on amd64.
06 May 2004; Ciaran McCreesh
Added ~sparc, #50247
13 Apr 2004; Danny van Dyk
marked ~amd64
20 Sep 2003; Mike Gardiner
Addressed .map and .mf errors as in bug #16899. Also marked stable on x86,
and added metadata.xml
12 Jun 2003;
add Header
*eurosym-1.2 (19 January 2002)
19 January 2003; Felix Kurth
Initial release
DIST eurosym-1.4.tar.gz 151186 RMD160 890519d6d7efd5b887c3227bdde2f2ecfd1b8ecf SHA1 6228e8f2d0fbd506323aea19a70c46e7d3bb4c57 SHA256 0001229c5d3a38964dcf47ea76cb28a3cf25b54dfeb3d09eebb9d4d9ef487db6
EBUILD eurosym-1.4.ebuild 1114 RMD160 621aa7570f0238c9e2ad878e6823235183e1ccd6 SHA1 303546ab72a8cdb431d43dd6551ce2a2575c9334 SHA256 145ce520af1cf15fa128c47250f432f3e584ff2e10f27ebc83c8ad1a1e7ef115
MISC ChangeLog 2232 RMD160 34e66e66c8f36b153d2343195b2873040fd1f468 SHA1 41bfb9d43454f50dbb165a9f54e72f095779f7e4 SHA256 f156d46e935d3cb5a3c721edb8e52753414103a123ed8c37e38d11ac0a2e817d
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/eurosym/eurosym-1.4.ebuild,v 1.6 2007/12/11 10:37:38 aballier Exp $
inherit latex-package
S=${WORKDIR}/${PN}
DESCRIPTION="LaTeX package and fonts used to set the euro (currency) symbol."
# Snapshot taken from: ftp://ftp.dante.de/tex-archive/fonts/${PN}.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/eurosym.html"
LICENSE="as-is"
IUSE=""
SLOT="0"
KEYWORDS="alpha ppc sparc x86"
# >=tetex-2 contains eurosym package
DEPEND="!>=app-text/tetex-2
!app-text/ptex
virtual/tetex"
SUPPLIER="public"
src_install() {
dodoc README Changes
cd ${S}/tfm
latex-package_src_doinstall all
cd ${S}/sty
latex-package_src_doinstall all
cd ${S}
insinto ${TEXMF}/fonts/type1/${SUPPLIER}/${PN}
doins contrib/type1/fonts/type1/eurosym/*
insinto ${TEXMF}/dvips/config/
doins contrib/type1/dvips/config/eurosym.map
insinto ${TEXMF}/fonts/source/${SUPPLIER}/${PN}
doins src/*.mf
cd ${S}/doc
dodoc *
}