summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/set-scalar
downloadgentoo-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/set-scalar')
-rw-r--r--dev-perl/set-scalar/Manifest2
-rw-r--r--dev-perl/set-scalar/metadata.xml16
-rw-r--r--dev-perl/set-scalar/set-scalar-1.280.0.ebuild18
-rw-r--r--dev-perl/set-scalar/set-scalar-1.290.0.ebuild18
4 files changed, 54 insertions, 0 deletions
diff --git a/dev-perl/set-scalar/Manifest b/dev-perl/set-scalar/Manifest
new file mode 100644
index 000000000000..e7c5217ba758
--- /dev/null
+++ b/dev-perl/set-scalar/Manifest
@@ -0,0 +1,2 @@
+DIST Set-Scalar-1.28.tar.gz 21521 SHA256 4c684759a2d1b1b684a39d22c32cf90440623c3933943e8c2b381a7b73e97ddc SHA512 b834418fccfc59aeaa9df1b6447947a4e95ec85c20ace3644ac653f2260bda9944da9e9bab51ab1d76ca3578709d248274acb05ebccb00d24c8cd37bc799bec2 WHIRLPOOL 49efc0486989148f694dccca74f12bf54df914c27637583a930e322ece4bda0270fc2bb0a29f61fcee7c1d0b6ec3b2f6d37be5577039c1227f8d56acc7ec71b5
+DIST Set-Scalar-1.29.tar.gz 21549 SHA256 a3dc1526f3dde72d3c64ea00007b86ce608cdcd93567cf6e6e42dc10fdc4511d SHA512 ee77f72a237ed7d3f0467395009b00163c33e095fe5e8bdc971c8cd0eee8dbc825c83ab486e6f54ed6c1aedf1539cde9d9b1a54b8be703d5dc01ee48017ce45c WHIRLPOOL 09c4885e283c863dee81a52fad55838db1bda7398aaaae5eb7572e907b17f130193fa2a5f3fd6dd842da598e69f47f00c1dd74ead3cff231c1c58531c93ccac1
diff --git a/dev-perl/set-scalar/metadata.xml b/dev-perl/set-scalar/metadata.xml
new file mode 100644
index 000000000000..8a2ab454975f
--- /dev/null
+++ b/dev-perl/set-scalar/metadata.xml
@@ -0,0 +1,16 @@
+<?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">Set-Scalar</remote-id>
+ <remote-id type="cpan-module">Set::Scalar</remote-id>
+ <remote-id type="cpan-module">Set::Scalar::Base</remote-id>
+ <remote-id type="cpan-module">Set::Scalar::Null</remote-id>
+ <remote-id type="cpan-module">Set::Scalar::Real</remote-id>
+ <remote-id type="cpan-module">Set::Scalar::Universe</remote-id>
+ <remote-id type="cpan-module">Set::Scalar::Valued</remote-id>
+ <remote-id type="cpan-module">Set::Scalar::ValuedUniverse</remote-id>
+ <remote-id type="cpan-module">Set::Scalar::Virtual</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-perl/set-scalar/set-scalar-1.280.0.ebuild b/dev-perl/set-scalar/set-scalar-1.280.0.ebuild
new file mode 100644
index 000000000000..ce5b95d9d6cf
--- /dev/null
+++ b/dev-perl/set-scalar/set-scalar-1.280.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=Set-Scalar
+MODULE_AUTHOR=DAVIDO
+MODULE_VERSION=1.28
+inherit perl-module
+
+DESCRIPTION="Scalar set operations"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/dev-perl/set-scalar/set-scalar-1.290.0.ebuild b/dev-perl/set-scalar/set-scalar-1.290.0.ebuild
new file mode 100644
index 000000000000..4637a750b7dd
--- /dev/null
+++ b/dev-perl/set-scalar/set-scalar-1.290.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=Set-Scalar
+MODULE_AUTHOR=DAVIDO
+MODULE_VERSION=1.29
+inherit perl-module
+
+DESCRIPTION="Scalar set operations"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+SRC_TEST="do"