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-Msgfmt | |
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-Msgfmt')
-rw-r--r-- | dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Locale-Msgfmt/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Locale-Msgfmt/metadata.xml | 13 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild b/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild new file mode 100644 index 000000000000..7a66f112800a --- /dev/null +++ b/dev-perl/Locale-Msgfmt/Locale-Msgfmt-0.150.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=AZAWAWI +MODULE_VERSION=0.15 +inherit perl-module + +DESCRIPTION="Compile .po files to .mo files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND=" + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do diff --git a/dev-perl/Locale-Msgfmt/Manifest b/dev-perl/Locale-Msgfmt/Manifest new file mode 100644 index 000000000000..611a8f4cb990 --- /dev/null +++ b/dev-perl/Locale-Msgfmt/Manifest @@ -0,0 +1 @@ +DIST Locale-Msgfmt-0.15.tar.gz 48160 SHA256 c3276831cbeecf58be02081bcc180bd348daa35da21a7737b7b038a59f643ab4 SHA512 4de0462c6c420f4d4026acd78838db72e997119688f758183cd182bf3595f4f732152193df995bb546e1dc8ddd5f7f509702c40fcab9d562ffe7876a571539c4 WHIRLPOOL 6d7f43e60facec2d0175b4f3080bc92af18734ac89a270e62f491b51e7f7a63e2815a7e98699b0e468a590d79d22a874c8529f84b17eda36df4b5dcbfab9be92 diff --git a/dev-perl/Locale-Msgfmt/metadata.xml b/dev-perl/Locale-Msgfmt/metadata.xml new file mode 100644 index 000000000000..9ba58c5c0a6b --- /dev/null +++ b/dev-perl/Locale-Msgfmt/metadata.xml @@ -0,0 +1,13 @@ +<?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-Msgfmt</remote-id> + <remote-id type="cpan-module">Locale::Msgfmt</remote-id> + <remote-id type="cpan-module">Locale::Msgfmt::Utils</remote-id> + <remote-id type="cpan-module">Locale::Msgfmt::mo</remote-id> + <remote-id type="cpan-module">Locale::Msgfmt::po</remote-id> + <remote-id type="cpan-module">Module::Install::Msgfmt</remote-id> + </upstream> +</pkgmetadata> |