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/YAML-Tiny | |
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/YAML-Tiny')
-rw-r--r-- | dev-perl/YAML-Tiny/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/YAML-Tiny/YAML-Tiny-1.510.0-r1.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/YAML-Tiny/YAML-Tiny-1.660.0.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/YAML-Tiny/YAML-Tiny-1.670.0.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/YAML-Tiny/metadata.xml | 9 |
5 files changed, 97 insertions, 0 deletions
diff --git a/dev-perl/YAML-Tiny/Manifest b/dev-perl/YAML-Tiny/Manifest new file mode 100644 index 000000000000..f0616a44a1a8 --- /dev/null +++ b/dev-perl/YAML-Tiny/Manifest @@ -0,0 +1,3 @@ +DIST YAML-Tiny-1.51.tar.gz 43342 SHA256 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d SHA512 7e40871458f538909df0192a3da2d44efda593fd05305f77c30647abe3ad4acbc50fa2dd4aac2b2264dc711c6472b788326bc396f828b4ab2c8891d4692c3af7 WHIRLPOOL da1a37b9afccb5ee726dd339f674adeb9b005f5c54b3ac1b1400c6d1e583928ed05751ce0115a65d22fb8fcaf0fe7758cdb2ea5bd927bd752c9c8a5d26936d2b +DIST YAML-Tiny-1.66.tar.gz 69762 SHA256 fb79cb06a5d80b80871e77c3869e469c7bda39c995d930d6b55fe5bb2fa22730 SHA512 cfca31fc9ec47c3797fb03415d2419b74b35b454da1dd44959a4b68eaa96c2daf422b7641053386dee077f6c483e70790c73b981cc72dbb00286377e538d07d9 WHIRLPOOL 8894054d4944b8dc063f43dbf1f035ca55fde817146c006a04b0d612388016adddc0a899962ff20bc74a44b6c4066e070058f45e8637edcf43f0d8e47a517185 +DIST YAML-Tiny-1.67.tar.gz 70902 SHA256 4f54e6e5ae08f0765801e3c3edc44d29a21e54c1789d12b44250cda19aba8d4b SHA512 78032781bdcd6eced5e71ca3fb92edc13bd032d17fdba4e0b830e3ad08fb8404dc680352b019ac3af00ef9003dce0503c4d936806b021208382b02496f0462b1 WHIRLPOOL 5fb346b62985868948e1e2c42e62ce846db88bfe52d9da8c2cda259ba88c4ac945f6a6534520e68c1a699ce7c2c1cb2e174c9fca1dc2c4f6b15c808e17ea1673 diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.510.0-r1.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.510.0-r1.ebuild new file mode 100644 index 000000000000..1e384f071b9e --- /dev/null +++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.510.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=1.51 +inherit perl-module + +DESCRIPTION="Read/Write YAML files with as little code as possible" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.660.0.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.660.0.ebuild new file mode 100644 index 000000000000..f8b86229842f --- /dev/null +++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.660.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=1.66 +inherit perl-module + +DESCRIPTION="Read/Write YAML files with as little code as possible" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-File-Spec-0.80.0 + >=virtual/perl-File-Temp-0.180.0 + virtual/perl-Getopt-Long + virtual/perl-IO + virtual/perl-JSON-PP + >=virtual/perl-Test-Simple-0.990.0 + ) +" + +SRC_TEST=do diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.670.0.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.670.0.ebuild new file mode 100644 index 000000000000..4070d6535f04 --- /dev/null +++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.670.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=1.67 +inherit perl-module + +DESCRIPTION="Read/Write YAML files with as little code as possible" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-File-Spec-0.80.0 + >=virtual/perl-File-Temp-0.180.0 + virtual/perl-Getopt-Long + virtual/perl-IO + virtual/perl-JSON-PP + >=virtual/perl-Test-Simple-0.990.0 + ) +" + +SRC_TEST=do diff --git a/dev-perl/YAML-Tiny/metadata.xml b/dev-perl/YAML-Tiny/metadata.xml new file mode 100644 index 000000000000..377bdd363704 --- /dev/null +++ b/dev-perl/YAML-Tiny/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">YAML-Tiny</remote-id> + <remote-id type="cpan-module">YAML::Tiny</remote-id> + </upstream> +</pkgmetadata> |