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/URI | |
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/URI')
-rw-r--r-- | dev-perl/URI/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.600.0-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.670.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.680.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/URI/metadata.xml | 60 |
5 files changed, 149 insertions, 0 deletions
diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest new file mode 100644 index 000000000000..ff688673dcac --- /dev/null +++ b/dev-perl/URI/Manifest @@ -0,0 +1,3 @@ +DIST URI-1.60.tar.gz 81196 SHA256 1f92d3dc64acb8845e9917c945e22b9a5275aeb9ff924eb7873c3b7a5c0d2377 SHA512 8a4ea901ad16595a76eec85f690369f30b2ff46e8f7d8512fb800113b0f30ede7ea7e7f407174e58b95e7e5423c202c032858883b913a4642a6ee489940a6136 WHIRLPOOL 16d470306d23e029c22ad7eaf7fcdf44178b0ef49ed27f254b104006698e2edfe4636f434a0f7161a1c18eb23b451b38b7df6427a2567b3983fd0bc423dc5f60 +DIST URI-1.67.tar.gz 82883 SHA256 7088d43d5f4902becfa5e0627751f5e6d0e0bdd1637b2d39e70ce807068a274e SHA512 4e7c6c55a4444b419e3e75ad09f42e2ae0c1ef812f0f894ce3231742a1c6e484115518ff665b1f759d1bd331394f1feaf0a652781114a8cd41419fa1a899018e WHIRLPOOL 003126e41c6910ed42816e1e62a2d7afabfca1ef82581e938e5e82f50e206df6e1bda48431ad62e91ce2e2f26ded0f8f08b619cb3e0e9d9edaf7831d38c312ca +DIST URI-1.68.tar.gz 99425 SHA256 c840d30f7657bfd4b2acbb311bd764232911cd3dc97e92415fbd0a242185c358 SHA512 1c17d293c633c909a468887b6aadf9f91a8c0477e5e6be7a97d6573ac58e5ad213c67f122a3d3a20238b7f094d69cef5cd4415caafe1844b18f7300942d5d233 WHIRLPOOL 075a626aab99433a0a8e51f5e03c3751ac1a616ad2a08de08bf10d0e0a7d9272cedfeb8d87235c863b11a90217059c8a92a13b84b1fa81d76fa035847453bca6 diff --git a/dev-perl/URI/URI-1.600.0-r1.ebuild b/dev-perl/URI/URI-1.600.0-r1.ebuild new file mode 100644 index 000000000000..5a06fa1305f0 --- /dev/null +++ b/dev-perl/URI/URI-1.600.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=1.60 +inherit perl-module + +DESCRIPTION="A URI Perl Module" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="virtual/perl-MIME-Base64" +RDEPEND="${DEPEND}" + +SRC_TEST=no # see ChangeLog + +mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.670.0.ebuild b/dev-perl/URI/URI-1.670.0.ebuild new file mode 100644 index 000000000000..f6bd54875422 --- /dev/null +++ b/dev-perl/URI/URI-1.670.0.ebuild @@ -0,0 +1,32 @@ +# 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="Uniform Resource Identifiers (absolute and relative)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + >=virtual/perl-MIME-Base64-2 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + >=virtual/perl-Test-Simple-0.960.0 + ) +" + +SRC_TEST=no # see ChangeLog, uses network tests + +mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.680.0.ebuild b/dev-perl/URI/URI-1.680.0.ebuild new file mode 100644 index 000000000000..4f01326b8974 --- /dev/null +++ b/dev-perl/URI/URI-1.680.0.ebuild @@ -0,0 +1,32 @@ +# 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.68 +inherit perl-module + +DESCRIPTION="Uniform Resource Identifiers (absolute and relative)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + >=virtual/perl-MIME-Base64-2 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + >=virtual/perl-Test-Simple-0.960.0 + ) +" + +SRC_TEST=no # see ChangeLog, uses network tests + +mydoc="rfc2396.txt" diff --git a/dev-perl/URI/metadata.xml b/dev-perl/URI/metadata.xml new file mode 100644 index 000000000000..d1083f8dcce8 --- /dev/null +++ b/dev-perl/URI/metadata.xml @@ -0,0 +1,60 @@ +<?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">URI</remote-id> + <remote-id type="cpan-module">URI</remote-id> + <remote-id type="cpan-module">URI::Escape</remote-id> + <remote-id type="cpan-module">URI::Heuristic</remote-id> + <remote-id type="cpan-module">URI::IRI</remote-id> + <remote-id type="cpan-module">URI::QueryParam</remote-id> + <remote-id type="cpan-module">URI::Split</remote-id> + <remote-id type="cpan-module">URI::URL</remote-id> + <remote-id type="cpan-module">URI::WithBase</remote-id> + <remote-id type="cpan-module">URI::_foreign</remote-id> + <remote-id type="cpan-module">URI::_generic</remote-id> + <remote-id type="cpan-module">URI::_idna</remote-id> + <remote-id type="cpan-module">URI::_ldap</remote-id> + <remote-id type="cpan-module">URI::_login</remote-id> + <remote-id type="cpan-module">URI::_punycode</remote-id> + <remote-id type="cpan-module">URI::_query</remote-id> + <remote-id type="cpan-module">URI::_segment</remote-id> + <remote-id type="cpan-module">URI::_server</remote-id> + <remote-id type="cpan-module">URI::_userpass</remote-id> + <remote-id type="cpan-module">URI::data</remote-id> + <remote-id type="cpan-module">URI::file</remote-id> + <remote-id type="cpan-module">URI::file::Base</remote-id> + <remote-id type="cpan-module">URI::file::FAT</remote-id> + <remote-id type="cpan-module">URI::file::Mac</remote-id> + <remote-id type="cpan-module">URI::file::OS2</remote-id> + <remote-id type="cpan-module">URI::file::QNX</remote-id> + <remote-id type="cpan-module">URI::file::Unix</remote-id> + <remote-id type="cpan-module">URI::file::Win32</remote-id> + <remote-id type="cpan-module">URI::ftp</remote-id> + <remote-id type="cpan-module">URI::gopher</remote-id> + <remote-id type="cpan-module">URI::http</remote-id> + <remote-id type="cpan-module">URI::https</remote-id> + <remote-id type="cpan-module">URI::ldap</remote-id> + <remote-id type="cpan-module">URI::ldapi</remote-id> + <remote-id type="cpan-module">URI::ldaps</remote-id> + <remote-id type="cpan-module">URI::mailto</remote-id> + <remote-id type="cpan-module">URI::mms</remote-id> + <remote-id type="cpan-module">URI::news</remote-id> + <remote-id type="cpan-module">URI::nntp</remote-id> + <remote-id type="cpan-module">URI::pop</remote-id> + <remote-id type="cpan-module">URI::rlogin</remote-id> + <remote-id type="cpan-module">URI::rsync</remote-id> + <remote-id type="cpan-module">URI::rtsp</remote-id> + <remote-id type="cpan-module">URI::rtspu</remote-id> + <remote-id type="cpan-module">URI::sip</remote-id> + <remote-id type="cpan-module">URI::sips</remote-id> + <remote-id type="cpan-module">URI::snews</remote-id> + <remote-id type="cpan-module">URI::ssh</remote-id> + <remote-id type="cpan-module">URI::telnet</remote-id> + <remote-id type="cpan-module">URI::tn3270</remote-id> + <remote-id type="cpan-module">URI::urn</remote-id> + <remote-id type="cpan-module">URI::urn::isbn</remote-id> + <remote-id type="cpan-module">URI::urn::oid</remote-id> + </upstream> +</pkgmetadata> |