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/Data-Visitor | |
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/Data-Visitor')
-rw-r--r-- | dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/Data-Visitor/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Data-Visitor/metadata.xml | 10 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild b/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild new file mode 100644 index 000000000000..af78e65989c6 --- /dev/null +++ b/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DOY +MODULE_VERSION=0.30 +inherit perl-module + +DESCRIPTION="Visitor style traversal of Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="test" + +RDEPEND=" + >=dev-perl/Class-Load-0.60.0 + >=dev-perl/Moose-0.890.0 + >=dev-perl/namespace-clean-0.190.0 + >=dev-perl/Tie-ToObject-0.01 +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Requires + ) +" + +SRC_TEST="do" diff --git a/dev-perl/Data-Visitor/Manifest b/dev-perl/Data-Visitor/Manifest new file mode 100644 index 000000000000..a7f290b7f5e9 --- /dev/null +++ b/dev-perl/Data-Visitor/Manifest @@ -0,0 +1 @@ +DIST Data-Visitor-0.30.tar.gz 24542 SHA256 8ea24abcc3659e760aa94aee2ba7dd54cacaf20302705524143f39554009ed54 SHA512 cdd3f5076dbbfb3afce714677e936417b96315dd50735c015795fb2c9d143d4e2ceeb305366f9985032b17899b911267dbafefa56493ff20f16c74da1a9330a8 WHIRLPOOL 2b192eb9393d45b05fa40027f05d4e94993567541888e81cc8021e71d2e33888e28086ab58f3b3f8a40f3ee7430e2c169baa1e1c4144331da27dbfae14426e86 diff --git a/dev-perl/Data-Visitor/metadata.xml b/dev-perl/Data-Visitor/metadata.xml new file mode 100644 index 000000000000..105b30b8c18f --- /dev/null +++ b/dev-perl/Data-Visitor/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">Data-Visitor</remote-id> + <remote-id type="cpan-module">Data::Visitor</remote-id> + <remote-id type="cpan-module">Data::Visitor::Callback</remote-id> + </upstream> +</pkgmetadata> |