diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-08 09:56:57 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-08 09:56:57 +0000 |
commit | a64e1692d0faedc799101601d497b468a9bb065b (patch) | |
tree | 745fac289a60196afbe103a8d33c2095bd092136 /dev-tex/koma-script | |
parent | Stable on x86 and added to ~alpha (Manifest recommit) (diff) | |
download | gentoo-2-a64e1692d0faedc799101601d497b468a9bb065b.tar.gz gentoo-2-a64e1692d0faedc799101601d497b468a9bb065b.tar.bz2 gentoo-2-a64e1692d0faedc799101601d497b468a9bb065b.zip |
Stable on x86. Removed old ebuild.
Diffstat (limited to 'dev-tex/koma-script')
-rw-r--r-- | dev-tex/koma-script/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/koma-script/files/digest-koma-script-20040111 | 1 | ||||
-rw-r--r-- | dev-tex/koma-script/koma-script-20040111-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/koma-script/koma-script-20040111.ebuild | 21 |
4 files changed, 7 insertions, 25 deletions
diff --git a/dev-tex/koma-script/ChangeLog b/dev-tex/koma-script/ChangeLog index 1bc1dcfd8263..ee44a36b0a1b 100644 --- a/dev-tex/koma-script/ChangeLog +++ b/dev-tex/koma-script/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/koma-script # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/koma-script/ChangeLog,v 1.5 2004/05/06 16:16:06 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/koma-script/ChangeLog,v 1.6 2004/05/08 09:54:51 usata Exp $ + + 08 May 2004; Mamoru KOMACHI <usata@gentoo.org> + koma-script-20040111-r1.ebuild, koma-script-20040111.ebuild: + Stable on x86. Removed old ebuild. 06 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> koma-script-20040111-r1.ebuild: diff --git a/dev-tex/koma-script/files/digest-koma-script-20040111 b/dev-tex/koma-script/files/digest-koma-script-20040111 deleted file mode 100644 index 153ba3e06ac7..000000000000 --- a/dev-tex/koma-script/files/digest-koma-script-20040111 +++ /dev/null @@ -1 +0,0 @@ -MD5 1c61e9383507b7967c891cdfb3bae5cf koma-script-20040111.tar.gz 3550660 diff --git a/dev-tex/koma-script/koma-script-20040111-r1.ebuild b/dev-tex/koma-script/koma-script-20040111-r1.ebuild index f0cd9080ca5c..503aec8ee6e5 100644 --- a/dev-tex/koma-script/koma-script-20040111-r1.ebuild +++ b/dev-tex/koma-script/koma-script-20040111-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Id: koma-script-20040111-r1.ebuild,v 1.4 2004/05/06 16:16:06 ciaranm Exp $ +# $Id: koma-script-20040111-r1.ebuild,v 1.5 2004/05/08 09:54:51 usata Exp $ inherit latex-package @@ -13,7 +13,7 @@ HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/koma-script.html LICENSE="LPPL-1.2" #for License details see /usr/share/doc/latex-foiltex-2.1.3/foiltex.ins SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="x86 ~amd64 ~sparc" IUSE="" src_compile() { diff --git a/dev-tex/koma-script/koma-script-20040111.ebuild b/dev-tex/koma-script/koma-script-20040111.ebuild deleted file mode 100644 index 1137069d371d..000000000000 --- a/dev-tex/koma-script/koma-script-20040111.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Id: koma-script-20040111.ebuild,v 1.2 2004/04/17 16:36:27 aliz Exp $ - -inherit latex-package - -S=${WORKDIR}/${PN} - -DESCRIPTION="LaTeX package with german adaptions of common (english) classes" -# Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz -SRC_URI="mirror://gentoo/${P}.tar.gz" -HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/koma-script.html" -LICENSE="LPPL-1.2" -#for License details see /usr/share/doc/latex-foiltex-2.1.3/foiltex.ins -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -src_install () { - latex-package_src_doinstall all -} |