summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2013-01-13 13:29:41 +0000
committerMarkus Meier <maekke@gentoo.org>2013-01-13 13:29:41 +0000
commitf818d1e4fa61e704b977381b7d9e251f347fb109 (patch)
tree1f8f067b8e15ca5ea5ba51496b4074561de70df3 /dev-perl/WWW-Pastebin-PastebinCom-Create
parentadd ~arm, bug #449762 (diff)
downloadgentoo-2-f818d1e4fa61e704b977381b7d9e251f347fb109.tar.gz
gentoo-2-f818d1e4fa61e704b977381b7d9e251f347fb109.tar.bz2
gentoo-2-f818d1e4fa61e704b977381b7d9e251f347fb109.zip
add ~arm, bug #449762
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
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.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
index eed743f87d36..2d9f6aaffdbc 100644
--- a/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
+++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/WWW-Pastebin-PastebinCom-Create
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.11 2012/11/18 11:41:24 robbat2 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.12 2013/01/13 13:29:41 maekke Exp $
+
+ 13 Jan 2013; Markus Meier <maekke@gentoo.org>
+ WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild:
+ add ~arm, bug #449762
18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Drop duplication of myself as a maintainer where there is a herd.
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
index f54f28037765..7dad594079e2 100644
--- 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
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0.ebuild,v 1.2 2013/01/13 13:29:41 maekke Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Paste to <http://pastebin.com> from Perl"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"
RDEPEND=">=dev-perl/URI-1.35