diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-08 17:38:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-08 17:38:50 +0000 |
commit | 5b04d1d91e3a9770c2ae270c884ed6a90c075c6e (patch) | |
tree | 2f017e4f97b238b93066362840ddd3f631f91ce2 /dev-tex/listings | |
parent | digest fix (diff) | |
download | gentoo-2-5b04d1d91e3a9770c2ae270c884ed6a90c075c6e.tar.gz gentoo-2-5b04d1d91e3a9770c2ae270c884ed6a90c075c6e.tar.bz2 gentoo-2-5b04d1d91e3a9770c2ae270c884ed6a90c075c6e.zip |
Version bumped. This closes bug #63205.
Diffstat (limited to 'dev-tex/listings')
-rw-r--r-- | dev-tex/listings/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/listings/Manifest | 2 | ||||
-rw-r--r-- | dev-tex/listings/files/digest-listings-1.3 | 1 | ||||
-rw-r--r-- | dev-tex/listings/listings-1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/listings/listings-1.3.ebuild | 28 |
5 files changed, 39 insertions, 3 deletions
diff --git a/dev-tex/listings/ChangeLog b/dev-tex/listings/ChangeLog index 963bf44b5007..f36232c8a7eb 100644 --- a/dev-tex/listings/ChangeLog +++ b/dev-tex/listings/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/listings # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.7 2004/08/17 23:08:23 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.8 2004/09/08 17:38:50 usata Exp $ + +*listings-1.3 (09 Sep 2004) + + 09 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +listings-1.3.ebuild: + Version bumped. This closes bug #63205. *listings-1.2 (18 Aug 2004) diff --git a/dev-tex/listings/Manifest b/dev-tex/listings/Manifest index 1ef0be363e77..8e08455b7f86 100644 --- a/dev-tex/listings/Manifest +++ b/dev-tex/listings/Manifest @@ -2,5 +2,7 @@ MD5 de077fd2a2d539bb168e09d8641637e5 ChangeLog 1096 MD5 fb4b92186369a41010a6e74fa4750407 listings-1.1.ebuild 726 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 975c87476fdf958bf37c2db85ff6001a listings-1.2.ebuild 770 +MD5 06b619e931c333270678fbd25e986b11 listings-1.3.ebuild 792 MD5 497cdc64162e5fbeb57cc316b9bf0c53 files/digest-listings-1.1 61 MD5 716e53d2cb36373b8a5e988c3ff9b032 files/digest-listings-1.2 61 +MD5 9e14e73fb2cbb5744187b165ab16bd20 files/digest-listings-1.3 61 diff --git a/dev-tex/listings/files/digest-listings-1.3 b/dev-tex/listings/files/digest-listings-1.3 new file mode 100644 index 000000000000..2e7cd42f6940 --- /dev/null +++ b/dev-tex/listings/files/digest-listings-1.3 @@ -0,0 +1 @@ +MD5 46f8d5d96c6d795118d427ebcaac3be4 listings-1.3.zip 584179 diff --git a/dev-tex/listings/listings-1.2.ebuild b/dev-tex/listings/listings-1.2.ebuild index 9552362870b2..98f1824c34b8 100644 --- a/dev-tex/listings/listings-1.2.ebuild +++ b/dev-tex/listings/listings-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.2.ebuild,v 1.1 2004/08/17 23:08:23 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.2.ebuild,v 1.2 2004/09/08 17:38:50 usata Exp $ inherit latex-package @@ -14,7 +14,7 @@ LICENSE="LPPL-1.2" IUSE="" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +KEYWORDS="x86 ~amd64 ~sparc ppc" # these functions are overridden from the base class because # we need to do docs things using texi2dvi in diff --git a/dev-tex/listings/listings-1.3.ebuild b/dev-tex/listings/listings-1.3.ebuild new file mode 100644 index 000000000000..a5cc1c41c309 --- /dev/null +++ b/dev-tex/listings/listings-1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.3.ebuild,v 1.1 2004/09/08 17:38:50 usata Exp $ + +inherit latex-package + +S=${WORKDIR} + +DESCRIPTION="A source code and pretty print package for LaTeX" +#SRC_URI="http://www.atscire.de/index.php?nav=download\&file=${P}.zip" +#RESTRICT="nomirror" +SRC_URI="mirror://gentoo/${P}.zip" +HOMEPAGE="http://www.atscire.de/products/listings" +LICENSE="LPPL-1.2" + +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" + +# these functions are overridden from the base class because +# we need to do docs things using texi2dvi in +# /var/cache/fonts +src_install() { + + addwrite /var/cache/fonts + latex-package_src_doinstall styles fonts pdf dtx + +} |