From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-perl/Text-Iconv/Manifest | 1 + dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild | 15 +++++++++++++++ dev-perl/Text-Iconv/metadata.xml | 9 +++++++++ 3 files changed, 25 insertions(+) create mode 100644 dev-perl/Text-Iconv/Manifest create mode 100644 dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild create mode 100644 dev-perl/Text-Iconv/metadata.xml (limited to 'dev-perl/Text-Iconv') diff --git a/dev-perl/Text-Iconv/Manifest b/dev-perl/Text-Iconv/Manifest new file mode 100644 index 000000000000..201d204b3c59 --- /dev/null +++ b/dev-perl/Text-Iconv/Manifest @@ -0,0 +1 @@ +DIST Text-Iconv-1.7.tar.gz 10454 SHA256 5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3 SHA512 ea801640e3595d2daa063ec04feae6ef2847fc50e999c173d2f6322288c8053c20e00c9c707f4f66240d28b7e451566ee7327224e6770a75aa0252c28ae2a290 WHIRLPOOL 966b6e3fd4288af4de452503db7e5efa4d65ffce3596c384b2d08a22c572904a99e7ce612232c0aebec4388381c1a24a207881b9050a02a14c614c79e2b35c70 diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild new file mode 100644 index 000000000000..b1d489bc3f27 --- /dev/null +++ b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MPIOTR +MODULE_VERSION=1.7 +inherit perl-module + +DESCRIPTION="A Perl interface to the iconv() codeset conversion function" + +SLOT="0" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" diff --git a/dev-perl/Text-Iconv/metadata.xml b/dev-perl/Text-Iconv/metadata.xml new file mode 100644 index 000000000000..7b09daeadff4 --- /dev/null +++ b/dev-perl/Text-Iconv/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + Text-Iconv + Text::Iconv + + -- cgit v1.2.3-65-gdbad