summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-12-05 15:47:22 +0000
committerTorsten Veller <tove@gentoo.org>2011-12-05 15:47:22 +0000
commitb4e0c4613e545973d91992fb6290e6f037480124 (patch)
tree746fa1e6eb2a11ad3c6e3a812ad61713e29326d0 /dev-perl/WWW-Pastebin-PastebinCom-Create
parentUpdate patch tarball digests to match published one #393233 by Jerome Kurtz. (diff)
downloadgentoo-2-b4e0c4613e545973d91992fb6290e6f037480124.tar.gz
gentoo-2-b4e0c4613e545973d91992fb6290e6f037480124.tar.bz2
gentoo-2-b4e0c4613e545973d91992fb6290e6f037480124.zip
[bump] dev-perl/WWW-Pastebin-PastebinCom-Create-0.4.0
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Pastebin-PastebinCom-Create')
-rw-r--r--dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog8
-rw-r--r--dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
index 7947425b28a3..61547589bfd9 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.7 2011/09/04 11:24:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.8 2011/12/05 15:47:22 tove Exp $
+
+*WWW-Pastebin-PastebinCom-Create-0.4.0 (05 Dec 2011)
+
+ 05 Dec 2011; Torsten Veller <tove@gentoo.org>
+ +WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild:
+ Version bump
04 Sep 2011; Torsten Veller <tove@gentoo.org>
-WWW-Pastebin-PastebinCom-Create-0.003.ebuild:
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild
new file mode 100644
index 000000000000..f54f28037765
--- /dev/null
+++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 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-0.4.0.ebuild,v 1.1 2011/12/05 15:47:22 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ZOFFIX
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="Paste to <http://pastebin.com> from Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/URI-1.35
+ >=dev-perl/libwww-perl-5.807"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST="do"