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/Encode-JIS2K/Encode-JIS2K-0.02.ebuild | 20 ++++++++++++++++++++ dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild | 21 +++++++++++++++++++++ dev-perl/Encode-JIS2K/Manifest | 2 ++ dev-perl/Encode-JIS2K/metadata.xml | 14 ++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 dev-perl/Encode-JIS2K/Encode-JIS2K-0.02.ebuild create mode 100644 dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild create mode 100644 dev-perl/Encode-JIS2K/Manifest create mode 100644 dev-perl/Encode-JIS2K/metadata.xml (limited to 'dev-perl/Encode-JIS2K') 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 @@ + + + + perl + + mrueg@gentoo.org + Manuel Rüger + + + Encode-JIS2K + Encode::JIS2K + Encode::JIS7::2022JP3 + + -- cgit v1.2.3-65-gdbad