summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-09-13 15:03:11 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-09-13 15:03:11 +0000
commit10aef4549a29c07a8d33a1949c9eb180afae5e61 (patch)
tree6dafc10765f7cca92b4558f0958a87f3bd66f21d /dev-perl/SQL-Abstract
parentarm stable, bug #283155 (diff)
downloadhistorical-10aef4549a29c07a8d33a1949c9eb180afae5e61.tar.gz
historical-10aef4549a29c07a8d33a1949c9eb180afae5e61.tar.bz2
historical-10aef4549a29c07a8d33a1949c9eb180afae5e61.zip
Drop ia64 keyword
Package-Manager: portage-2.1.6.13/cvs/Linux ia64
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r--dev-perl/SQL-Abstract/ChangeLog6
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-1.22.ebuild6
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index 198c7e391b46..0fc2db06886f 100644
--- a/dev-perl/SQL-Abstract/ChangeLog
+++ b/dev-perl/SQL-Abstract/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SQL-Abstract
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.29 2009/09/07 08:34:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.30 2009/09/13 14:58:23 armin76 Exp $
+
+ 13 Sep 2009; Raúl Porcel <armin76@gentoo.org> SQL-Abstract-1.22.ebuild,
+ SQL-Abstract-1.58.ebuild:
+ Drop ia64 keyword
07 Sep 2009; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.56.ebuild:
Cleanup
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.22.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.22.ebuild
index d493b0d00215..2cdeed505b2e 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.22.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.22.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.22.ebuild,v 1.5 2007/03/05 12:23:53 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.22.ebuild,v 1.6 2009/09/13 14:58:23 armin76 Exp $
inherit perl-module
SRC_TEST="do"
@@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/N/NW/NWIGER/${P}.tgz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="dev-lang/perl"
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild
index 14923937e0a6..a63bbc509978 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild,v 1.1 2009/09/05 09:09:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild,v 1.2 2009/09/13 14:58:23 armin76 Exp $
EAPI=2
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="dev-perl/Test-Deep"