diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-01 08:59:05 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-01 08:59:05 +0000 |
commit | 5f5b9c463585f90a228f17856359f76c045a587d (patch) | |
tree | 5674ba989a63d57c47af09d5b28e5d7de4df6a9e /dev-tex/koma-script | |
parent | Added ~amd64 ~sparc. (Manifest recommit) (diff) | |
download | gentoo-2-5f5b9c463585f90a228f17856359f76c045a587d.tar.gz gentoo-2-5f5b9c463585f90a228f17856359f76c045a587d.tar.bz2 gentoo-2-5f5b9c463585f90a228f17856359f76c045a587d.zip |
Version bumped. Thanks to Urs Joss <tschenturs@gmx.ch>, closing bug #62270.
Diffstat (limited to 'dev-tex/koma-script')
-rw-r--r-- | dev-tex/koma-script/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/koma-script/Manifest | 2 | ||||
-rw-r--r-- | dev-tex/koma-script/files/digest-koma-script-20040824 | 1 | ||||
-rw-r--r-- | dev-tex/koma-script/koma-script-20040824.ebuild | 31 |
4 files changed, 40 insertions, 1 deletions
diff --git a/dev-tex/koma-script/ChangeLog b/dev-tex/koma-script/ChangeLog index 13d1f28e8321..95f8e25cfd20 100644 --- a/dev-tex/koma-script/ChangeLog +++ b/dev-tex/koma-script/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/koma-script # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/koma-script/ChangeLog,v 1.9 2004/08/18 00:10:29 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/koma-script/ChangeLog,v 1.10 2004/09/01 08:59:05 usata Exp $ + +*koma-script-20040824 (01 Sep 2004) + + 01 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +koma-script-20040824.ebuild: + Version bumped. Thanks to Urs Joss <tschenturs@gmx.ch>, closing bug #62270. *koma-script-20040616 (18 Aug 2004) diff --git a/dev-tex/koma-script/Manifest b/dev-tex/koma-script/Manifest index a5395a0ad642..db1db86ae99a 100644 --- a/dev-tex/koma-script/Manifest +++ b/dev-tex/koma-script/Manifest @@ -2,5 +2,7 @@ MD5 67cb787b09a3bd3dcab45427a744a0b3 ChangeLog 1379 MD5 76e27747ee7b14c20fe5c7f2b2ba3c8d koma-script-20040111-r1.ebuild 997 MD5 dfd3478f8b96d81ca920b259bf68eb70 koma-script-20040616.ebuild 923 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 dfd3478f8b96d81ca920b259bf68eb70 koma-script-20040824.ebuild 923 MD5 92abb8e8494550a5097447f7e8b80da5 files/digest-koma-script-20040616 73 MD5 8121160d3acbf984c28923bb5c8243c5 files/digest-koma-script-20040111-r1 73 +MD5 b4655f77174bce8305b02bcd5803566e files/digest-koma-script-20040824 73 diff --git a/dev-tex/koma-script/files/digest-koma-script-20040824 b/dev-tex/koma-script/files/digest-koma-script-20040824 new file mode 100644 index 000000000000..6157d0cd8a6b --- /dev/null +++ b/dev-tex/koma-script/files/digest-koma-script-20040824 @@ -0,0 +1 @@ +MD5 dff067818be87962d24e2048a8cd1baf koma-script-20040824.tar.gz 3564356 diff --git a/dev-tex/koma-script/koma-script-20040824.ebuild b/dev-tex/koma-script/koma-script-20040824.ebuild new file mode 100644 index 000000000000..6e5c1f4d73b7 --- /dev/null +++ b/dev-tex/koma-script/koma-script-20040824.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/koma-script/koma-script-20040824.ebuild,v 1.1 2004/09/01 08:59:05 usata 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" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +IUSE="" + +src_compile() { + make -f Makefile.unx || die +} + +src_install () { + dodir /usr/share/doc/${PF} + yes | make -f Makefile.unx \ + INSTALLTEXMF=${D}/usr/share/texmf \ + DOCDIR=${D}/usr/share/doc/${PF} \ + TEXHASH="" install || die + #dodoc 00* *.TXT *.txt + #insinto /usr/share/doc/${PF} + #doins *.xml *.pdf +} |