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/OOTools
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/OOTools')
-rw-r--r--dev-perl/OOTools/Manifest2
-rw-r--r--dev-perl/OOTools/OOTools-2.300.0-r1.ebuild35
-rw-r--r--dev-perl/OOTools/metadata.xml8
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/OOTools/Manifest b/dev-perl/OOTools/Manifest
new file mode 100644
index 000000000000..c1da814f3758
--- /dev/null
+++ b/dev-perl/OOTools/Manifest
@@ -0,0 +1,2 @@
+DIST OOTools-2.3.tar.gz 34416 SHA256 563a1d2047946ef86fb39366efbad9dd771002bf88f64c28a98d99f29b7eada9 SHA512 acaafac94d32a1a4e6bad929f94501fb07ff9cbd7ebfd03e4406df7b945cf8d33ab7a0c4a25544442e797838a5a8b7d5a8855e87a7a20631b2a9ca40db82e0a4 WHIRLPOOL bf68ea6bd69d9e62e409f0d7686d5b15fb21c0186e3985ece377cdc9e95915e473cfef9359149277a82b1d26b487531be68e1bfeea2e3e7d985b1d2c7e947256
+DIST OOTools-2.300.0-patch.tar.bz2 765 SHA256 f12703fb68a67e735dc4ff27b3a449e5138490f3e8f5e473dd73693d40ee9281 SHA512 534f696290af7b3352d9aaa8c8b5f35bbd77108d6adc1f45eb046c9f0c730bb269a6853fdf8a8a93326b4fc28698ceafe4929f990ad911000f493747dd920af9 WHIRLPOOL c2bd1999012e4adc8f9028f61340638e24b74f808dc37262fd334eda8d5cfc3adcff319d5c75184e8bd112184a8993548cbc7eb8dd829db04e0cd27203b65b35
diff --git a/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild b/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild
new file mode 100644
index 000000000000..9838531f05ea
--- /dev/null
+++ b/dev-perl/OOTools/OOTools-2.300.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=SKNPP
+MODULE_VERSION=2.3
+inherit perl-module
+
+DESCRIPTION="Pragma to implement lvalue accessors with options"
+SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${P}-patch.tar.bz2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-perl/Module-Build
+"
+
+SRC_TEST=do
+
+EPATCH_SUFFIX=patch
+PATCHES=(
+ "${WORKDIR}"/${MY_PN:-${PN}}-patch
+)
+src_prepare() {
+ einfo "Removing unwanted author tests"
+ rm -f "${S}/t/test_pod.t"
+ rm -f "${S}/t/test_pod_coverage.t"
+ # This silences warnings by EUMM about missing files.
+ grep -v '^t/test_pod' "${S}/MANIFEST" > "${S}/MANIFEST.tmp"
+ mv -f -- "${S}/MANIFEST.tmp" "${S}/MANIFEST"
+}
diff --git a/dev-perl/OOTools/metadata.xml b/dev-perl/OOTools/metadata.xml
new file mode 100644
index 000000000000..4bfd66a3d1dc
--- /dev/null
+++ b/dev-perl/OOTools/metadata.xml
@@ -0,0 +1,8 @@
+<?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">OOTools</remote-id>
+ </upstream>
+</pkgmetadata>