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/Locale-PO
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/Locale-PO')
-rw-r--r--dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild21
-rw-r--r--dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild26
-rw-r--r--dev-perl/Locale-PO/Manifest2
-rw-r--r--dev-perl/Locale-PO/metadata.xml9
4 files changed, 58 insertions, 0 deletions
diff --git a/dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild b/dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild
new file mode 100644
index 000000000000..9a00bbb7e10e
--- /dev/null
+++ b/dev-perl/Locale-PO/Locale-PO-0.230.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=COSIMO
+MODULE_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="Object-oriented interface to gettext po-file entries"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 s390 sh sparc x86"
+IUSE=""
+
+RDEPEND="sys-devel/gettext
+ dev-perl/File-Slurp"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild b/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild
new file mode 100644
index 000000000000..b5bfd45ba9ef
--- /dev/null
+++ b/dev-perl/Locale-PO/Locale-PO-0.270.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=COSIMO
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Perl module for manipulating .po entries from GNU gettext"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ sys-devel/gettext
+ dev-perl/File-Slurp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do"
diff --git a/dev-perl/Locale-PO/Manifest b/dev-perl/Locale-PO/Manifest
new file mode 100644
index 000000000000..1850de54c4c0
--- /dev/null
+++ b/dev-perl/Locale-PO/Manifest
@@ -0,0 +1,2 @@
+DIST Locale-PO-0.23.tar.gz 19797 SHA256 52e5fdc88ec4eb00512418a938dc5089476ea66c9e744fee3c6bbfdf17a0d302 SHA512 48fd5d5de6d8b981eb8bfc34de4f35630e62e185f44017fcfebe1d6230813a98411c54ca53aaf5ff3817c03b5c6424cb83b85908586f5b86115f689527dc8117 WHIRLPOOL 599d38eda6f476f4cad0d3ad9d9463c17d1a14fef6121b2c3204ac830e736df6be5af669c7ecd07050865fc07a1d870ab099e082ac7526bb8471e687e095c01d
+DIST Locale-PO-0.27.tar.gz 86957 SHA256 3c994a4b63e6e4e836c6f79a93f51921cab77c90c9753fe0f8b5429220d516b9 SHA512 3158614600af82b13e5d50f658fb20bd13d3b651c30138337cea56af1ec442c96cbdb37b5ee778151246267d10840d21fe17847f52a5096038383f7c1caaa703 WHIRLPOOL 621f7c1b6c9c8dee0496030b0eca9f3230c5a96f04938eb11630c36ff7d58dbba4886429e75924cc1607b512abb1b22536a8496078ad52a6af53be684a855839
diff --git a/dev-perl/Locale-PO/metadata.xml b/dev-perl/Locale-PO/metadata.xml
new file mode 100644
index 000000000000..3feab6eb09b1
--- /dev/null
+++ b/dev-perl/Locale-PO/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">Locale-PO</remote-id>
+ <remote-id type="cpan-module">Locale::PO</remote-id>
+ </upstream>
+</pkgmetadata>