diff options
author | Eric Sammer <esammer@gentoo.org> | 2004-01-16 06:42:35 +0000 |
---|---|---|
committer | Eric Sammer <esammer@gentoo.org> | 2004-01-16 06:42:35 +0000 |
commit | 221623f5fdbe6f0f648d8847624abf3c35424189 (patch) | |
tree | 10572c780417b4494b0d45efc4432dca3a451392 /dev-perl/PostScript-Simple | |
parent | fix bug reported by vapier via email, re Maildir vs. .maildir (diff) | |
download | historical-221623f5fdbe6f0f648d8847624abf3c35424189.tar.gz historical-221623f5fdbe6f0f648d8847624abf3c35424189.tar.bz2 historical-221623f5fdbe6f0f648d8847624abf3c35424189.zip |
Initial checkin. Closes bug 37134
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r-- | dev-perl/PostScript-Simple/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.05.ebuild | 14 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.05 | 1 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/metadata.xml | 10 |
5 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/PostScript-Simple/ChangeLog b/dev-perl/PostScript-Simple/ChangeLog new file mode 100644 index 000000000000..a51674a3fc5f --- /dev/null +++ b/dev-perl/PostScript-Simple/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/PostScript-Simple +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.1 2004/01/16 06:42:35 esammer Exp $ + + 16 Jan 2004; Eric Sammer <esammer@gentoo.org> : + Initial checkin of new ebuild PostScript-Simple contributed by Jan Schubert + <Jan.Schubert@GMX.li>. This is a dep for the as of yet not added ebuild + taskjuggler. Closes bug 37134. Thanks to Jan Schubert! + diff --git a/dev-perl/PostScript-Simple/Manifest b/dev-perl/PostScript-Simple/Manifest new file mode 100644 index 000000000000..70c7feb1315e --- /dev/null +++ b/dev-perl/PostScript-Simple/Manifest @@ -0,0 +1,4 @@ +MD5 26aba620bddb51d55c7a7ce2b5702b0e PostScript-Simple-0.05.ebuild 563 +MD5 a8835bf3f0c5a93f8fd3536461b214d7 ChangeLog 495 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 0200dc4fc3c56cbb5bd9dfa76c4c67ba files/digest-PostScript-Simple-0.05 73 diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.05.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.05.ebuild new file mode 100644 index 000000000000..f82737766e11 --- /dev/null +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.05.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.05.ebuild,v 1.1 2004/01/16 06:42:35 esammer 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" + diff --git a/dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.05 b/dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.05 new file mode 100644 index 000000000000..f32d286c8166 --- /dev/null +++ b/dev-perl/PostScript-Simple/files/digest-PostScript-Simple-0.05 @@ -0,0 +1 @@ +MD5 8842fca23d2c512f5cad34b0b6f5e567 PostScript-Simple-0.05.tar.gz 34774 diff --git a/dev-perl/PostScript-Simple/metadata.xml b/dev-perl/PostScript-Simple/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/PostScript-Simple/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |