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/Spiffy | |
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/Spiffy')
-rw-r--r-- | dev-perl/Spiffy/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.310.0-r1.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.460.0.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Spiffy/metadata.xml | 11 |
4 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/Spiffy/Manifest b/dev-perl/Spiffy/Manifest new file mode 100644 index 000000000000..8d593c8e9098 --- /dev/null +++ b/dev-perl/Spiffy/Manifest @@ -0,0 +1,2 @@ +DIST Spiffy-0.31.tar.gz 53320 SHA256 922e02aa62a8a618f91dc185d34fde65ef652dfa35d7a335f2e8de2ffdd2f686 SHA512 8d08a04823c98b34a9c4114b6d60f572e33a716969af65cb6818f75d4be9887ba723a70c268b77f2642e707c80875e31a3fa931d6f0c328cffdad8354cc400ca WHIRLPOOL 6d4d540af547f70feeaac5e44b2f8fe989094e2867b40b14e40e090d673015d97a0be98848878d5d3d02d42ee062dcac1e8a31f9458fa57ac7a85ed2ff9a0ed5 +DIST Spiffy-0.46.tar.gz 33447 SHA256 8f58620a8420255c49b6c43c5ff5802bd25e4f09240c51e5bf2b022833d41da3 SHA512 a1fb02bae4a6edab564c05af2f1b2caaf996d433ec054e07e75a53e88216c46cf14db87a2abdfc9c74f73791267f69129a86bfdaa77492f941104143ca7b8154 WHIRLPOOL 2daf405ad2b84396b96f8df040646b1f75e5bcadd95c4f4ab047c0007433510d18c0f9486603639925c05b3ba8ee689c9e29e873b5705e37b278cdfc55487abd diff --git a/dev-perl/Spiffy/Spiffy-0.310.0-r1.ebuild b/dev-perl/Spiffy/Spiffy-0.310.0-r1.ebuild new file mode 100644 index 000000000000..0fdee633b2c5 --- /dev/null +++ b/dev-perl/Spiffy/Spiffy-0.310.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=INGY +MODULE_VERSION=0.31 +inherit perl-module + +DESCRIPTION="Spiffy Perl Interface Framework For You" + +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Spiffy/Spiffy-0.460.0.ebuild b/dev-perl/Spiffy/Spiffy-0.460.0.ebuild new file mode 100644 index 000000000000..eed1ab383a39 --- /dev/null +++ b/dev-perl/Spiffy/Spiffy-0.460.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=INGY +MODULE_VERSION=0.46 +inherit perl-module + +DESCRIPTION="Spiffy Perl Interface Framework For You" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.300.0" + +SRC_TEST="do" diff --git a/dev-perl/Spiffy/metadata.xml b/dev-perl/Spiffy/metadata.xml new file mode 100644 index 000000000000..b5c1dc6bda1b --- /dev/null +++ b/dev-perl/Spiffy/metadata.xml @@ -0,0 +1,11 @@ +<?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">Spiffy</remote-id> + <remote-id type="cpan-module">DB</remote-id> + <remote-id type="cpan-module">Spiffy</remote-id> + <remote-id type="cpan-module">Spiffy::mixin</remote-id> + </upstream> +</pkgmetadata> |