summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-03-28 23:35:52 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-03-28 23:35:52 +0000
commit01b52bbd20e44dc55552c89b3068e0242967ecce (patch)
treebf15d5a93a1397745cc004987ab7988632493b47 /dev-perl/WWW-Pastebin-PastebinCom-Create
parentRemove old. (diff)
downloadgentoo-2-01b52bbd20e44dc55552c89b3068e0242967ecce.tar.gz
gentoo-2-01b52bbd20e44dc55552c89b3068e0242967ecce.tar.bz2
gentoo-2-01b52bbd20e44dc55552c89b3068e0242967ecce.zip
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'dev-perl/WWW-Pastebin-PastebinCom-Create')
-rw-r--r--dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog10
-rw-r--r--dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild30
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
index 3bb4cf12ce57..0493513aef5a 100644
--- a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
+++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-Pastebin-PastebinCom-Create
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.15 2014/08/26 18:56:53 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.16 2015/03/28 23:35:52 dilfridge Exp $
+
+*WWW-Pastebin-PastebinCom-Create-1.3.0 (28 Mar 2015)
+
+ 28 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild:
+ Version bump
*WWW-Pastebin-PastebinCom-Create-0.4.0-r1 (26 Aug 2014)
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..a7c673e35875
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild,v 1.1 2015/03/28 23:35:52 dilfridge Exp $
+
+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 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Moo-1.4.1
+ >=dev-perl/WWW-Mechanize-1.730.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )
+"
+
+SRC_TEST="do"