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/Encode-JIS2K | |
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/Encode-JIS2K')
-rw-r--r-- | dev-perl/Encode-JIS2K/Encode-JIS2K-0.02.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Encode-JIS2K/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Encode-JIS2K/metadata.xml | 14 |
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.02.ebuild b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.02.ebuild new file mode 100644 index 000000000000..fd5dccdfc117 --- /dev/null +++ b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.02.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR="DANKOGAI" + +inherit perl-module + +DESCRIPTION="JIS X 0212 (aka JIS 2000) Encodings" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="virtual/perl-Encode" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild new file mode 100644 index 000000000000..d56b81ff6a7f --- /dev/null +++ b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR="DANKOGAI" +MODULE_VERSION="0.03" + +inherit perl-module + +DESCRIPTION="JIS X 0212 (aka JIS 2000) Encodings" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="virtual/perl-Encode" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Encode-JIS2K/Manifest b/dev-perl/Encode-JIS2K/Manifest new file mode 100644 index 000000000000..8c974e4069e0 --- /dev/null +++ b/dev-perl/Encode-JIS2K/Manifest @@ -0,0 +1,2 @@ +DIST Encode-JIS2K-0.02.tar.gz 401178 SHA256 5d718add5857f37fc270f24360bc9d100b72e0e13a11ca3149fe4e4d7c7cc4bf SHA512 a635c82a26f9ece561ad9663ea09bbd3ec18782f3682163158c8453138867394bb6beed173895d384af60d07663da845a4b4d22fb97e57611e352f6b0de04641 WHIRLPOOL 4aa183a1f084a4d4ef1498d1daa4f897486fad972458d83e0d140be6e0c704361ccbae5f62dcc450891d1386c520e2910eb92a1c9141e4e6823b4359dec054aa +DIST Encode-JIS2K-0.03.tar.gz 419693 SHA256 1ec84d72db39deb4dad6fca95acfcc21033f45a24d347c20f9a1a696896c35cc SHA512 93d73a84e394faf8411d158ead0bc398ff1935ba14e35c64992d9fc8c2aa4ce1a71b5f46dbb1a765d3b160b19a9216bec68d42c8be1940d271dde418a62db4ec WHIRLPOOL 345350aa3f3c7526313284bbe17219ee1adde881c50d9fb9dcb857232bdb45774f7be87840fc3689276a44f07fe69261d9bacb2929f5d81bafb7be0ba83c08b9 diff --git a/dev-perl/Encode-JIS2K/metadata.xml b/dev-perl/Encode-JIS2K/metadata.xml new file mode 100644 index 000000000000..ef1c795e4e20 --- /dev/null +++ b/dev-perl/Encode-JIS2K/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + </maintainer> + <upstream> + <remote-id type="cpan">Encode-JIS2K</remote-id> + <remote-id type="cpan-module"> Encode::JIS2K</remote-id> + <remote-id type="cpan-module"> Encode::JIS7::2022JP3 </remote-id> + </upstream> +</pkgmetadata> |