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-Syck | |
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-Syck')
-rw-r--r-- | dev-perl/YAML-Syck/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/YAML-Syck/YAML-Syck-1.200.0-r1.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/YAML-Syck/YAML-Syck-1.270.0.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/YAML-Syck/metadata.xml | 12 |
5 files changed, 69 insertions, 0 deletions
diff --git a/dev-perl/YAML-Syck/Manifest b/dev-perl/YAML-Syck/Manifest new file mode 100644 index 000000000000..7a2de9bca666 --- /dev/null +++ b/dev-perl/YAML-Syck/Manifest @@ -0,0 +1,3 @@ +DIST YAML-Syck-1.20.tar.gz 164384 SHA256 5a23dafeb76b04a536f7ad59499ff54a986d20ab4ac659d238304fac013e9d6f SHA512 a49cd972015e05aac22cf0414e9b6a85fa3f05d54e1855fae72869a8f2209a7cd5f1007350b372be6feaebed015dfd2c43e2345b27b6d84a56717802a5423c17 WHIRLPOOL eb64b3a7104970cd523964aeff25be15f9546f1f25d62180b6f2d1ee361b2d8c4d359d33725a3d2bfa605535c2d10c912463f9b94220316db6c6c4c7f484e007 +DIST YAML-Syck-1.27.tar.gz 173024 SHA256 de74e534a0e21b05cc7e7af322d45754122c192ac871802cd9488fef50e02df9 SHA512 c54c8d2b0cb73a0bcc5c377ce91eb50c706429832a6f3190fcdc8b4eedec2b6f8e7add53f578bc9795d8600bd5cd9a000d491077be5851a15493df6993e469fc WHIRLPOOL 29b397ba3cc91f9ed259048b5c304d7a588bf68af953e5054f32a938592050fc9f82357737735654da03f547b83e388baea0bd086d54473532db55294930ca76 +DIST YAML-Syck-1.29.tar.gz 173181 SHA256 d3567b3653e610a2a0fd28286ddc7869ccdeba5e6663f9638c22bc17d6cfc939 SHA512 5e6326375ab4498cddee9f54d09a6d62569cb3f68dd2015e5ccda38fedb9b3d22b8f07fc3bd2536feedb61c0cc1d86f91640c5bb03374351e341ec5c1495b991 WHIRLPOOL 161d6204f555db0171d26d6e17c8fb3369f51fca508262b7e775bba1d1e876a6bd0312d878d47cec37f7edef485985f4db91c13288cfec3d38607035d4fddfa1 diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.200.0-r1.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.200.0-r1.ebuild new file mode 100644 index 000000000000..86496ae15c27 --- /dev/null +++ b/dev-perl/YAML-Syck/YAML-Syck-1.200.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=1.20 +inherit perl-module + +DESCRIPTION="Fast, lightweight YAML loader and dumper" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.270.0.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.270.0.ebuild new file mode 100644 index 000000000000..116171f245b5 --- /dev/null +++ b/dev-perl/YAML-Syck/YAML-Syck-1.270.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=1.27 +inherit perl-module + +DESCRIPTION="Fast, lightweight YAML loader and dumper" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild new file mode 100644 index 000000000000..50b1ff392122 --- /dev/null +++ b/dev-perl/YAML-Syck/YAML-Syck-1.290.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=1.29 +inherit perl-module + +DESCRIPTION="Fast, lightweight YAML loader and dumper" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/YAML-Syck/metadata.xml b/dev-perl/YAML-Syck/metadata.xml new file mode 100644 index 000000000000..f308dafa777d --- /dev/null +++ b/dev-perl/YAML-Syck/metadata.xml @@ -0,0 +1,12 @@ +<?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-Syck</remote-id> + <remote-id type="cpan-module">JSON::Syck</remote-id> + <remote-id type="cpan-module">YAML::Dumper::Syck</remote-id> + <remote-id type="cpan-module">YAML::Loader::Syck</remote-id> + <remote-id type="cpan-module">YAML::Syck</remote-id> + </upstream> +</pkgmetadata> |