diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-08-18 16:26:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-08-18 16:26:19 +0000 |
commit | 8b1eddae15e8069d34a415d5c3d42cc4be454f0b (patch) | |
tree | 06d93cf67c9bb31b1a64e87caba4e9be88de546a /dev-perl/PostScript-Simple | |
parent | fix SLOT & mark x86 (Manifest recommit) (diff) | |
download | gentoo-2-8b1eddae15e8069d34a415d5c3d42cc4be454f0b.tar.gz gentoo-2-8b1eddae15e8069d34a415d5c3d42cc4be454f0b.tar.bz2 gentoo-2-8b1eddae15e8069d34a415d5c3d42cc4be454f0b.zip |
Closes bug 52964, assists bug 35725
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r-- | dev-perl/PostScript-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/Manifest | 5 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild | 14 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.06 | 1 |
4 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/PostScript-Simple/ChangeLog b/dev-perl/PostScript-Simple/ChangeLog index 0c977a1331f8..0e5ad9f457c6 100644 --- a/dev-perl/PostScript-Simple/ChangeLog +++ b/dev-perl/PostScript-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PostScript-Simple # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.3 2004/06/25 00:56:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.4 2004/08/18 16:26:19 mcummings Exp $ + +*PostScript-Simple-0.06 (18 Aug 2004) + + 18 Aug 2004; Michael Cummings <mcummings@gentoo.org> + +PostScript-Simple-0.06.ebuild: + Closes bug 52964, assists bug 35725 *PostScript-Simple-0.05 (16 Jan 2004) diff --git a/dev-perl/PostScript-Simple/Manifest b/dev-perl/PostScript-Simple/Manifest index 94e5908d04e2..ecac7595d069 100644 --- a/dev-perl/PostScript-Simple/Manifest +++ b/dev-perl/PostScript-Simple/Manifest @@ -1,4 +1,7 @@ MD5 d3d04853fe70d4c517d707c5c946e7f1 ChangeLog 526 -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 2d07c42a3b59d08a48a9a6d8480c7665 PostScript-Simple-0.05.ebuild 562 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 4b06e0a9d05fdd95d2b993e0471acea4 .PostScript-Simple-0.06.ebuild.swp 12288 +MD5 2d07c42a3b59d08a48a9a6d8480c7665 PostScript-Simple-0.06.ebuild 562 MD5 0200dc4fc3c56cbb5bd9dfa76c4c67ba files/digest-PostScript-Simple-0.05 73 +MD5 4804fa680c2a888daee83e9121216934 files/digest-PostScript-Simple-0.06 73 diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild new file mode 100644 index 000000000000..0b6fb9ba5226 --- /dev/null +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild,v 1.1 2004/08/18 16:26:19 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl" +HOMEPAGE="http://search.cpan.org/~sburke/${P}/" +SRC_URI="http://www.cpan.org/modules/by-module/PostScript/${P}.tar.gz" + +LICENSE="Artistic | GPL-1 | GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~hppa" +IUSE="" diff --git a/dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.06 b/dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.06 new file mode 100644 index 000000000000..81f239cf3629 --- /dev/null +++ b/dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.06 @@ -0,0 +1 @@ +MD5 836f74f3fab6631faeb92a8310b57140 PostScript-Simple-0.06.tar.gz 44595 |