diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-11 12:28:48 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-11 12:28:48 +0000 |
commit | 2e519f7bbd70e4d5925f1be1b3cefd8f9182031b (patch) | |
tree | adcb7e0c3b35a857bac5f4717368127c4211e439 /dev-perl/Scalar-Properties | |
parent | Add missing build-time dependencies required now that we build from a github ... (diff) | |
download | gentoo-2-2e519f7bbd70e4d5925f1be1b3cefd8f9182031b.tar.gz gentoo-2-2e519f7bbd70e4d5925f1be1b3cefd8f9182031b.tar.bz2 gentoo-2-2e519f7bbd70e4d5925f1be1b3cefd8f9182031b.zip |
Merge stable keywords from -r0; Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Scalar-Properties')
-rw-r--r-- | dev-perl/Scalar-Properties/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-1.100.860.ebuild | 17 |
3 files changed, 7 insertions, 20 deletions
diff --git a/dev-perl/Scalar-Properties/ChangeLog b/dev-perl/Scalar-Properties/ChangeLog index f39d313ee885..c5737bdabe03 100644 --- a/dev-perl/Scalar-Properties/ChangeLog +++ b/dev-perl/Scalar-Properties/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scalar-Properties # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.23 2014/05/01 17:46:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.24 2014/06/11 12:28:48 zlogene Exp $ + + 11 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> + -Scalar-Properties-1.100.860.ebuild, Scalar-Properties-1.100.860-r1.ebuild: + Merge stable keywords from -r0; Drop old. *Scalar-Properties-1.100.860-r1 (01 May 2014) diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild index cdc15773f393..d73e7a1669e8 100644 --- a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild +++ b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild,v 1.1 2014/05/01 17:46:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild,v 1.2 2014/06/11 12:28:48 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="run-time properties on scalar variables" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 hppa ia64 ~ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860.ebuild deleted file mode 100644 index 2ef035d85106..000000000000 --- a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860.ebuild,v 1.2 2012/09/01 11:51:15 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=MARCEL -MODULE_VERSION=1.100860 -inherit perl-module - -DESCRIPTION="run-time properties on scalar variables" - -SLOT="0" -KEYWORDS="amd64 hppa ia64 ~ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -SRC_TEST="do" |