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/WWW-Pastebin-PastebinCom-Create | |
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/WWW-Pastebin-PastebinCom-Create')
4 files changed, 68 insertions, 0 deletions
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest b/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest new file mode 100644 index 000000000000..1d8dc8814409 --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest @@ -0,0 +1,2 @@ +DIST WWW-Pastebin-PastebinCom-Create-0.004.tar.gz 8283 SHA256 dd4a265a4cc77f6323036b4e1e1b72b390f941db29a1126811c4726dfa02f8b4 SHA512 b268dbc8518f1057a81092f8354dcafab8900f6dcdd62e8c607f8e6341e289fbcbdf22f3fbc2c04733d2ea3e6be352c6de683ed78385fe6bb81100418f7fa701 WHIRLPOOL 2fd5bceb414d196a637f3df2edc2143464b38cacea0d0530ab4a6c545455e257528798a79815baab6ecaf6585931ba5387f66dd9adc71135ff516aaf9fcec938 +DIST WWW-Pastebin-PastebinCom-Create-1.003.tar.gz 15663 SHA256 96b24d47f02df306bec091ff57acdad183c14edceb2bf2180c25d34a234c4277 SHA512 6388477145578fbe0478463884fe5cb3240c153e486dda48e9e54ead47d2ef75b22e65476241a9e834c66609427bed53d0c269b62d8575ac4af3eba6f8b93fe9 WHIRLPOOL c99e6485938ecfcc8529cd1c6a0b176dec55e21fbef9179900fec0dbc7100db058b77b271bc99dfa08a7372fdd081780b292dde729f84a808b123b72bec62f3a diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild new file mode 100644 index 000000000000..f079b61d5e8b --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ZOFFIX +MODULE_VERSION=0.004 +inherit perl-module + +DESCRIPTION="Paste to <http://pastebin.com> from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/URI-1.35 + >=dev-perl/libwww-perl-5.807" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild new file mode 100644 index 000000000000..a4fafe645a91 --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ZOFFIX +MODULE_VERSION=1.003 +inherit perl-module + +DESCRIPTION="Paste on www.pastebin.com without API keys" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Moo-1.4.1 + >=dev-perl/WWW-Mechanize-1.730.0 +" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="do" diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/metadata.xml b/dev-perl/WWW-Pastebin-PastebinCom-Create/metadata.xml new file mode 100644 index 000000000000..1c40bf5a2770 --- /dev/null +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/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">WWW-Pastebin-PastebinCom-Create</remote-id> + <remote-id type="cpan-module">WWW::Pastebin::PastebinCom::Create</remote-id> + </upstream> +</pkgmetadata> |