summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2012-08-27 18:18:31 +0000
committerRaúl Porcel <armin76@gentoo.org>2012-08-27 18:18:31 +0000
commit5b790cfa106a538c804d5751d900ab4290e0614c (patch)
tree41f3c7a5bc089ff15cdc63bb2a5db3a427a8d01b /dev-perl/File-Flat
parentRemove vulnerable versions. (diff)
downloadgentoo-2-5b790cfa106a538c804d5751d900ab4290e0614c.tar.gz
gentoo-2-5b790cfa106a538c804d5751d900ab4290e0614c.tar.bz2
gentoo-2-5b790cfa106a538c804d5751d900ab4290e0614c.zip
Drop alpha keywords
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/File-Flat')
-rw-r--r--dev-perl/File-Flat/ChangeLog6
-rw-r--r--dev-perl/File-Flat/File-Flat-1.00.ebuild4
-rw-r--r--dev-perl/File-Flat/File-Flat-1.40.0.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/File-Flat/ChangeLog b/dev-perl/File-Flat/ChangeLog
index 22b7dc177293..4a3e15654b74 100644
--- a/dev-perl/File-Flat/ChangeLog
+++ b/dev-perl/File-Flat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/File-Flat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.59 2012/06/24 12:59:31 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.60 2012/08/27 18:18:31 armin76 Exp $
+
+ 27 Aug 2012; Raúl Porcel <armin76@gentoo.org> File-Flat-1.00.ebuild,
+ File-Flat-1.40.0.ebuild:
+ Drop alpha keywords
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/File-Flat/File-Flat-1.00.ebuild b/dev-perl/File-Flat/File-Flat-1.00.ebuild
index 0d5a8c1d5225..7b86d0425cdd 100644
--- a/dev-perl/File-Flat/File-Flat-1.00.ebuild
+++ b/dev-perl/File-Flat/File-Flat-1.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.00.ebuild,v 1.10 2012/03/19 19:31:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.00.ebuild,v 1.11 2012/08/27 18:18:31 armin76 Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~adamk/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 hppa ~mips ppc x86"
+KEYWORDS="amd64 hppa ~mips ppc x86"
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/File-Flat/File-Flat-1.40.0.ebuild b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild
index fa0940658cd8..1dc8386b2e8e 100644
--- a/dev-perl/File-Flat/File-Flat-1.40.0.ebuild
+++ b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.40.0.ebuild,v 1.3 2012/03/19 19:31:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.40.0.ebuild,v 1.4 2012/08/27 18:18:31 armin76 Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Implements a flat filesystem"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-perl/Class-Autouse-1