summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Base36
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Math-Base36
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
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/Math-Base36')
-rw-r--r--dev-perl/Math-Base36/Manifest2
-rw-r--r--dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild25
-rw-r--r--dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild25
-rw-r--r--dev-perl/Math-Base36/metadata.xml9
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-perl/Math-Base36/Manifest b/dev-perl/Math-Base36/Manifest
new file mode 100644
index 00000000000..f90863085ac
--- /dev/null
+++ b/dev-perl/Math-Base36/Manifest
@@ -0,0 +1,2 @@
+DIST Math-Base36-0.12.tar.gz 20272 SHA256 cfc6312f153ec930fd04172fdc7da301e1896cd1dae42e617be0cb0de1cfdf17 SHA512 e9bd6418031354d22cb2e84073a2b308e0644cca6d377207005ee907d50050e700afda6df4e94618289b036a62ce27f8e0ca96722234b101b06977a596331e15 WHIRLPOOL a4b499e179ad66f2332bc4b52fc9e42fde3d2ff8ba29d06256f4484d46de06de5423b90aa0fd3b5ec3bab081ae61c73a8eefae3f4ad42b85668f1001aca4a78b
+DIST Math-Base36-0.14.tar.gz 20428 SHA256 eedcc8cb22b8f6b6c07742e55931f6e9d03771d221d0b76639f18a3b7d19f47f SHA512 d851ec86bf4d561d8f1c8b46de3dfd5108943d3d260296e0fddebf3e5ff6b069765260ae20af6ef5741c4677feb9a9ae588457197d44f57bb9434b64cd268e59 WHIRLPOOL 29d140dd6da14fe4920384691021f54e5e4da27748f868daacf37d506edaa83895ae7db04b519ddc2e363b0d9c5c7a1d83ff9dfdba82c69cdf31749cbc492fc8
diff --git a/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild b/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild
new file mode 100644
index 00000000000..e2c002bc729
--- /dev/null
+++ b/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Encoding and decoding of base36 strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ dev-perl/Test-Exception
+ )
+"
+
+SRC_TEST="do"
diff --git a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild b/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
new file mode 100644
index 00000000000..87b5a788dd6
--- /dev/null
+++ b/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="Encoding and decoding of base36 strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ dev-perl/Test-Exception
+ )
+"
+
+SRC_TEST="do"
diff --git a/dev-perl/Math-Base36/metadata.xml b/dev-perl/Math-Base36/metadata.xml
new file mode 100644
index 00000000000..5c7a7050285
--- /dev/null
+++ b/dev-perl/Math-Base36/metadata.xml
@@ -0,0 +1,9 @@
+<?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">Math-Base36</remote-id>
+ <remote-id type="cpan-module">Math::Base36</remote-id>
+ </upstream>
+</pkgmetadata>