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/Locale-Maketext-Lexicon | |
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/Locale-Maketext-Lexicon')
4 files changed, 87 insertions, 0 deletions
diff --git a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild new file mode 100644 index 000000000000..8cca0063befe --- /dev/null +++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PN=Locale-Maketext-Lexicon +MODULE_AUTHOR=DRTECH +MODULE_VERSION=0.96 +inherit perl-module + +DESCRIPTION="Use other catalog formats in Maketext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Locale-Maketext-1.170.0 +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + ) +" + +SRC_TEST="do" diff --git a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild new file mode 100644 index 000000000000..003519059656 --- /dev/null +++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DRTECH +MODULE_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Use other catalog formats in Maketext" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Locale-Maketext-1.170.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/Test-Pod + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Locale-Maketext-Lexicon/Manifest b/dev-perl/Locale-Maketext-Lexicon/Manifest new file mode 100644 index 000000000000..f33766fe7c02 --- /dev/null +++ b/dev-perl/Locale-Maketext-Lexicon/Manifest @@ -0,0 +1,2 @@ +DIST Locale-Maketext-Lexicon-0.96.tar.gz 94819 SHA256 9b6edcd85bc93a6387daeacac30687ece8d5af1d4c43c7e1609f8e1d30915c76 SHA512 83d9c6503b4b31ea786c9c7c1d242c7d12df35e9aa735901b833cd582c0078a1136571841c2d7872e6e64ea8043159eb848e37f679747568d2fadfd14854b46f WHIRLPOOL 3234154a058d90e46bedd151d59a1b328b5b898c5f790a29a4026764aaa0e06add53799f4a9b0a58803027bfb04b70edcdcf7a41fe5407797aca878919e00eba +DIST Locale-Maketext-Lexicon-1.00.tar.gz 92130 SHA256 b73f6b04a58d3f0e38ebf2115a4c1532f1a4eef6fac5c6a2a449e4e14c1ddc7c SHA512 b16a4296048aa77809780f6f55e944a67ce3287708bff4fc88d8ee487a6493580a7129a740ee65c6c74fa27e4343964fa8a5269f66fffc308354e723ed4afa60 WHIRLPOOL 6ac91cf9b382651d665978912a2619038dd2d0fd6463e7c6751a405831a62fc80355dcd8b2c63d11a1af9e7175e2f7511cd068eb1d42240d218e734992391d98 diff --git a/dev-perl/Locale-Maketext-Lexicon/metadata.xml b/dev-perl/Locale-Maketext-Lexicon/metadata.xml new file mode 100644 index 000000000000..38ff2abf3d23 --- /dev/null +++ b/dev-perl/Locale-Maketext-Lexicon/metadata.xml @@ -0,0 +1,29 @@ +<?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-Maketext-Lexicon</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::Base</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::FormFu</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::FormFu::Extractor</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::Generic</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::Mason</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::Perl</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::TT2</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::TT2::Directive</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::TT2::Parser</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::TextTemplate</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::TextTemplate::Parser</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::YAML</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Plugin::YAML::Extractor</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Extract::Run</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Lexicon</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Lexicon::Auto</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Lexicon::Extract::Run</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Lexicon::Gettext</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Lexicon::Msgcat</remote-id> + <remote-id type="cpan-module">Locale::Maketext::Lexicon::Tie</remote-id> + </upstream> +</pkgmetadata> |