diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2007-02-06 16:50:25 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2007-02-06 16:50:25 +0000 |
commit | 2c27b5e966d8aacbfa954553a9617041c6b97bc0 (patch) | |
tree | 43c05a82b0dd85ba33c0b0d125e50e468d145a71 /dev-tex | |
parent | Updated HOMEPAGE and SRC_URI. (diff) | |
download | gentoo-2-2c27b5e966d8aacbfa954553a9617041c6b97bc0.tar.gz gentoo-2-2c27b5e966d8aacbfa954553a9617041c6b97bc0.tar.bz2 gentoo-2-2c27b5e966d8aacbfa954553a9617041c6b97bc0.zip |
Removed outdated foiltex 2.1.3.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/foiltex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/foiltex/files/digest-foiltex-2.1.3 | 1 | ||||
-rw-r--r-- | dev-tex/foiltex/files/digest-foiltex-2.1.4a | 2 | ||||
-rw-r--r-- | dev-tex/foiltex/foiltex-2.1.3.ebuild | 21 |
4 files changed, 7 insertions, 24 deletions
diff --git a/dev-tex/foiltex/ChangeLog b/dev-tex/foiltex/ChangeLog index 20ae9535febc..ca6847ac5d9d 100644 --- a/dev-tex/foiltex/ChangeLog +++ b/dev-tex/foiltex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/foiltex -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/ChangeLog,v 1.11 2004/12/28 20:34:27 absinthe Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/ChangeLog,v 1.12 2007/02/06 16:50:25 nattfodd Exp $ + + 06 Feb 2007; Alexandre Buisse <nattfodd@gentoo.org> -foiltex-2.1.3.ebuild: + Removed outdated foiltex 2.1.3. 28 Dec 2004; Dylan Carlson <absinthe@gentoo.org> foiltex-2.1.4a.ebuild: Stable on amd64. diff --git a/dev-tex/foiltex/files/digest-foiltex-2.1.3 b/dev-tex/foiltex/files/digest-foiltex-2.1.3 deleted file mode 100644 index 9084cd114436..000000000000 --- a/dev-tex/foiltex/files/digest-foiltex-2.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd347e1559d1c165c9004ea4dbb866b2 foiltex.tar.gz 52974 diff --git a/dev-tex/foiltex/files/digest-foiltex-2.1.4a b/dev-tex/foiltex/files/digest-foiltex-2.1.4a index 6f28b74a629b..b43bae5741c7 100644 --- a/dev-tex/foiltex/files/digest-foiltex-2.1.4a +++ b/dev-tex/foiltex/files/digest-foiltex-2.1.4a @@ -1 +1,3 @@ MD5 b15fee0a369897b98ea3fa51823bafa8 foiltex-2.1.4a.tar.gz 56416 +RMD160 084ee689c89b19cca5849dd6e544cb31ae34a150 foiltex-2.1.4a.tar.gz 56416 +SHA256 e56ba94f5906d050a1b82c9d1373cee433cdf93145e65e76f23e036f03489141 foiltex-2.1.4a.tar.gz 56416 diff --git a/dev-tex/foiltex/foiltex-2.1.3.ebuild b/dev-tex/foiltex/foiltex-2.1.3.ebuild deleted file mode 100644 index 95855e98542d..000000000000 --- a/dev-tex/foiltex/foiltex-2.1.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/foiltex-2.1.3.ebuild,v 1.6 2004/08/17 23:23:28 usata Exp $ - -inherit latex-package - -S=${WORKDIR}/foiltex -DESCRIPTION="LaTeX package used to create foils and slides" -SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/foiltex.tar.gz" -HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/foiltex.html" -LICENSE="as-is" -#for License details see /usr/share/doc/latex-foiltex-2.1.3/foiltex.ins -SLOT="0" -KEYWORDS="x86 ppc sparc ~amd64" -IUSE="" - -src_install () { - latex-package_src_doinstall all - cd ${S} - dodoc readme.flt -} |