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/Unicode-String
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/Unicode-String')
-rw-r--r--dev-perl/Unicode-String/Manifest1
-rw-r--r--dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild18
-rw-r--r--dev-perl/Unicode-String/metadata.xml10
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Unicode-String/Manifest b/dev-perl/Unicode-String/Manifest
new file mode 100644
index 000000000000..0400c08ca9cb
--- /dev/null
+++ b/dev-perl/Unicode-String/Manifest
@@ -0,0 +1 @@
+DIST Unicode-String-2.09.tar.gz 122705 SHA256 c817bedb954ea2d488bade56059028b99e0198f6826482e2f68fd6d78653faad SHA512 88bd5fe4a1e8ac05b7da5f75411f3e2cb17fb756ca926ace7f46d047ba7a7f22e54462efb61c2f0bf651d2c63d6fe74bffa8b7bcf49aa59847135a43b5cde759 WHIRLPOOL 41f8205b41cebc598210068596332a785cec954821ff9ab389e0b5e3d76bf5919e0617040297882f99a00e6d5df625920ff95e3e1e52ab19d996b7d21b029b94
diff --git a/dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild b/dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild
new file mode 100644
index 000000000000..4f100159e00d
--- /dev/null
+++ b/dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=2.09
+inherit perl-module
+
+DESCRIPTION="String manipulation for Unicode strings"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-linux"
+IUSE=""
+
+RDEPEND=">=virtual/perl-MIME-Base64-2.11"
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/Unicode-String/metadata.xml b/dev-perl/Unicode-String/metadata.xml
new file mode 100644
index 000000000000..bbf9e1cf03fc
--- /dev/null
+++ b/dev-perl/Unicode-String/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">Unicode-String</remote-id>
+ <remote-id type="cpan-module">Unicode::CharName</remote-id>
+ <remote-id type="cpan-module">Unicode::String</remote-id>
+ </upstream>
+</pkgmetadata>