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/Data-Utilities
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/Data-Utilities')
-rw-r--r--dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild21
-rw-r--r--dev-perl/Data-Utilities/Manifest1
-rw-r--r--dev-perl/Data-Utilities/metadata.xml13
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
new file mode 100644
index 000000000000..7de440219e1f
--- /dev/null
+++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=CORNELIS
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Merge nested Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-perl/Clone"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do
+PREFER_BUILDPL=no
diff --git a/dev-perl/Data-Utilities/Manifest b/dev-perl/Data-Utilities/Manifest
new file mode 100644
index 000000000000..0a9f2452d8a5
--- /dev/null
+++ b/dev-perl/Data-Utilities/Manifest
@@ -0,0 +1 @@
+DIST Data-Utilities-0.04.tar.gz 27832 SHA256 1d8a88eb55a29ba531aa20221a74600f0b362a02da763782a52a8efca0661e20 SHA512 4e3b424ed4ad1b00a045fa09781fcec1f94e45655b3883c127674d545bb742f9ca8b12c413b225008b6ba97b6887c6f6f203cd41f735c46ea4927c81a5b03ec4 WHIRLPOOL c11cbb174afe460f6d7f6417c20b63296d8ff5a51ccc2c3a8b7d30e0363bdb59134a47f1cbd920651ca7ec7256ad0c4b8a2cc3ca4589e522d08e1ab047ee6abb
diff --git a/dev-perl/Data-Utilities/metadata.xml b/dev-perl/Data-Utilities/metadata.xml
new file mode 100644
index 000000000000..fc3d1186c26f
--- /dev/null
+++ b/dev-perl/Data-Utilities/metadata.xml
@@ -0,0 +1,13 @@
+<?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">Data-Utilities</remote-id>
+ <remote-id type="cpan-module">Data::Comparator</remote-id>
+ <remote-id type="cpan-module">Data::Differences</remote-id>
+ <remote-id type="cpan-module">Data::Merger</remote-id>
+ <remote-id type="cpan-module">Data::Transformator</remote-id>
+ <remote-id type="cpan-module">Data::Utilities</remote-id>
+ </upstream>
+</pkgmetadata>