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/Variable-Magic
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/Variable-Magic')
-rw-r--r--dev-perl/Variable-Magic/Manifest2
-rw-r--r--dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild22
-rw-r--r--dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild22
-rw-r--r--dev-perl/Variable-Magic/metadata.xml9
4 files changed, 55 insertions, 0 deletions
diff --git a/dev-perl/Variable-Magic/Manifest b/dev-perl/Variable-Magic/Manifest
new file mode 100644
index 000000000000..d7f8a8bfdd7e
--- /dev/null
+++ b/dev-perl/Variable-Magic/Manifest
@@ -0,0 +1,2 @@
+DIST Variable-Magic-0.53.tar.gz 58153 SHA256 18fd97b913b383df0c8f1e91cabe82bfc450d7aec8d5f62f9d015884cf7abed7 SHA512 b0198fee5675c4b395b06a97c9c7c936e39329484846afea731d82136067e041d4ddd658c3a26dc9c268c7ed95b468329bd994f0d51a2ecf0c34efdb8e16c7d5 WHIRLPOOL a0a97de33416c95e492c4b61cd4d0274ffba969df337685ce858b33890361c01a499fdfbd268fbd09095f32489fc0a4a7969a47c60874322abcbcf1b724803c3
+DIST Variable-Magic-0.57.tar.gz 70530 SHA256 4dc0427c08f608473f84e890d50363ee0f8b271283841f977a3e2dc5b7ad5ca2 SHA512 ee585ed1858021cd0005c0a6ff33f5b9e50714ab9fe78a40feca8ae9e5c9cb8250fb1d75813b0055467f8abbe8c04c7b7211c4922627a0f0cb75eb76e3908282 WHIRLPOOL ded608078add265c2820ce33594ba2c6dd90cc1a40bc2ef7d53d09089d79f4ab3f718cb2b973094a4cd398595081b63ae335b3c2cae78d13cefd9fe7b2af9416
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild
new file mode 100644
index 000000000000..31978e69bcf8
--- /dev/null
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="Associate user-defined magic to variables from Perl"
+
+SLOT="0"
+KEYWORDS="amd64 ~arm ~hppa ppc x86 ~ppc-aix ~x64-macos"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild
new file mode 100644
index 000000000000..2b0697d393e3
--- /dev/null
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.57
+inherit perl-module
+
+DESCRIPTION="Associate user-defined magic to variables from Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do
diff --git a/dev-perl/Variable-Magic/metadata.xml b/dev-perl/Variable-Magic/metadata.xml
new file mode 100644
index 000000000000..a35a0bcc6c7e
--- /dev/null
+++ b/dev-perl/Variable-Magic/metadata.xml
@@ -0,0 +1,9 @@
+<?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">Variable-Magic</remote-id>
+ <remote-id type="cpan-module">Variable::Magic</remote-id>
+ </upstream>
+</pkgmetadata>