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/Unicode-UTF8 | |
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/Unicode-UTF8')
-rw-r--r-- | dev-perl/Unicode-UTF8/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Unicode-UTF8/Unicode-UTF8-0.580.0.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/Unicode-UTF8/Unicode-UTF8-0.600.0.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/Unicode-UTF8/metadata.xml | 9 |
5 files changed, 116 insertions, 0 deletions
diff --git a/dev-perl/Unicode-UTF8/Manifest b/dev-perl/Unicode-UTF8/Manifest new file mode 100644 index 000000000000..5e22eaf09a36 --- /dev/null +++ b/dev-perl/Unicode-UTF8/Manifest @@ -0,0 +1,3 @@ +DIST Unicode-UTF8-0.58.tar.gz 80135 SHA256 6127236b0a51302bb0f868f851698811ef8f069670c8898e405ef2c1c2c9b971 SHA512 037f5fe52c1ec1bded04300168190ac08e68aef3d217c14c01965da9cd822cc4edbfcaf17da870577226a3c7c1225223a98b88d8889bea791f21e315507a6e47 WHIRLPOOL 955c48aa3a0f757ba22837638d3c3015cf5288b35c7788ed29f06b8c314268f8500fcf8a33ab40ca6340e2b45757a78ecfe4624cf89d0462ac90593a181d0b74 +DIST Unicode-UTF8-0.59.tar.gz 80991 SHA256 327564926662b325bff96ad780cc1bf0d6f49dbf00c0aa56296065070ceede99 SHA512 6ff146c0c495c529b5423fb835712a01f78249b2b5ad4f1a8eaaf67bb3271fed205f9b95e698118a274214587fcd579e52cd6d0f09733aef4a653575a32a97fa WHIRLPOOL 7f46ea877cb74b11825d8cdadbe643ddcc80d995dcfecd91a73bcc99f44669ce605993604a56aebe8644809ecc9f041e9ab8a1e8da7259394bfafa9072a40ed5 +DIST Unicode-UTF8-0.60.tar.gz 81322 SHA256 f6ccf25a2a3be9d36d97e014af2f3dda5141c6bb33a130fee2676aaa0fb96ebc SHA512 9874d83cd142e7fc9503d5282015e2bda219332a393326cd2521c73849ce55f25eb125ab46879717ccf23c16a15491242ddb9c0535da9d323b56c0ba4fe1d77e WHIRLPOOL 456ca11f4aa6fc3a6309ea1e5cc851980fac51d13b55acee90d874ef9a1b87bbd2ffc4f2df77aa0c6731d7de342b55a9e0ba38b1ada297c0361878299e80be53 diff --git a/dev-perl/Unicode-UTF8/Unicode-UTF8-0.580.0.ebuild b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.580.0.ebuild new file mode 100644 index 000000000000..93568697ddc7 --- /dev/null +++ b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.580.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CHANSEN +MODULE_VERSION=0.58 +inherit perl-module + +DESCRIPTION="Encoding and decoding of UTF-8 encoding form" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + >=virtual/perl-Encode-1.980.100 + >=dev-perl/Test-Fatal-0.6.0 + >=virtual/perl-Test-Simple-0.470.0 + + dev-perl/Test-Pod + dev-perl/Taint-Runtime + dev-perl/Variable-Magic + dev-perl/Test-LeakTrace + ) +" + +SRC_TEST=do diff --git a/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild new file mode 100644 index 000000000000..e6219fe599bd --- /dev/null +++ b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.590.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CHANSEN +MODULE_VERSION=0.59 +inherit perl-module + +DESCRIPTION="Encoding and decoding of UTF-8 encoding form" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + >=virtual/perl-Encode-1.980.100 + >=dev-perl/Test-Fatal-0.6.0 + >=virtual/perl-Test-Simple-0.470.0 + + dev-perl/Test-Pod + dev-perl/Taint-Runtime + dev-perl/Variable-Magic + dev-perl/Test-LeakTrace + ) +" + +SRC_TEST=do diff --git a/dev-perl/Unicode-UTF8/Unicode-UTF8-0.600.0.ebuild b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.600.0.ebuild new file mode 100644 index 000000000000..b1b9fe8ac602 --- /dev/null +++ b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.600.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CHANSEN +MODULE_VERSION=0.60 +inherit perl-module + +DESCRIPTION="Encoding and decoding of UTF-8 encoding form" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + >=virtual/perl-Encode-1.980.100 + >=dev-perl/Test-Fatal-0.6.0 + >=virtual/perl-Test-Simple-0.470.0 + + dev-perl/Test-Pod + dev-perl/Taint-Runtime + dev-perl/Variable-Magic + dev-perl/Test-LeakTrace + ) +" + +SRC_TEST=do diff --git a/dev-perl/Unicode-UTF8/metadata.xml b/dev-perl/Unicode-UTF8/metadata.xml new file mode 100644 index 000000000000..eed32b0c5331 --- /dev/null +++ b/dev-perl/Unicode-UTF8/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">Unicode-UTF8</remote-id> + <remote-id type="cpan-module">Unicode::UTF8</remote-id> + </upstream> +</pkgmetadata> |