diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-21 02:15:10 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-21 02:15:10 +0200 |
commit | 5306089d4cb0dbc9e942b741ea718167fc59d11e (patch) | |
tree | 4edaeee283db9832c74e893c34f0e3e78d7ece2f /dev-perl/WWW-Pastebin-PastebinCom-Create | |
parent | dev-perl/Business-Tax-VAT-Validation: Bump to version 1.100.0 (diff) | |
download | gentoo-5306089d4cb0dbc9e942b741ea718167fc59d11e.tar.gz gentoo-5306089d4cb0dbc9e942b741ea718167fc59d11e.tar.bz2 gentoo-5306089d4cb0dbc9e942b741ea718167fc59d11e.zip |
dev-perl/WWW-Pastebin-PastebinCom-Create: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/WWW-Pastebin-PastebinCom-Create')
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest b/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest index 1d8dc8814409..6cc2203fd625 100644 --- a/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest @@ -1,2 +1 @@ -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 deleted file mode 100644 index f079b61d5e8b..000000000000 --- a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 deleted file mode 100644 index a4fafe645a91..000000000000 --- a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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" |