diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/PostScript-Simple | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r-- | dev-perl/PostScript-Simple/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.70.0-r1.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/metadata.xml | 10 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/PostScript-Simple/Manifest b/dev-perl/PostScript-Simple/Manifest new file mode 100644 index 000000000000..240c9da8f218 --- /dev/null +++ b/dev-perl/PostScript-Simple/Manifest @@ -0,0 +1 @@ +DIST PostScript-Simple-0.07.tar.gz 41874 SHA256 69cb6cf22c8ea87d8504b04166c71b73aa736ba76075964842102496c59c33f5 SHA512 deab5d3969dcde498b7ac26f337aeab8f4c042d69e276c6d4db83a802f7b30bc112dde22a956c830bd82d01728669ed909ef0826fe3807f8e08e647930db9286 WHIRLPOOL cec0bb11a3b549001a629e6524974ed07a903fb2c96627ed19048f22b2d674f21c41ceb86dfecdc4ae9e116311bf00888505f974f1d6ae71f1326f20cae090cf diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0-r1.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0-r1.ebuild new file mode 100644 index 000000000000..1aa253cef137 --- /dev/null +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.70.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MCNEWTON +MODULE_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 hppa ia64 ppc sparc x86" +IUSE="" diff --git a/dev-perl/PostScript-Simple/metadata.xml b/dev-perl/PostScript-Simple/metadata.xml new file mode 100644 index 000000000000..9adb60d44d67 --- /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> + <upstream> + <remote-id type="cpan">PostScript-Simple</remote-id> + <remote-id type="cpan-module">PostScript::Simple</remote-id> + <remote-id type="cpan-module">PostScript::Simple::EPS</remote-id> + </upstream> +</pkgmetadata> |