summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2012-05-01 18:24:28 +0000
committerRaúl Porcel <armin76@gentoo.org>2012-05-01 18:24:28 +0000
commit540a7403c1025888f240c5b89f093257dbadd988 (patch)
tree50c255bca9829623f8bae4e063664936f2b57453 /dev-ruby/dbd-sqlite
parentMask xf86-video-intel glamor flag. (diff)
downloadhistorical-540a7403c1025888f240c5b89f093257dbadd988.tar.gz
historical-540a7403c1025888f240c5b89f093257dbadd988.tar.bz2
historical-540a7403c1025888f240c5b89f093257dbadd988.zip
Drop ia64/sparc keywords
Package-Manager: portage-2.1.10.53/cvs/Linux ia64 RepoMan-Options: --force
Diffstat (limited to 'dev-ruby/dbd-sqlite')
-rw-r--r--dev-ruby/dbd-sqlite/ChangeLog8
-rw-r--r--dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild6
-rw-r--r--dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-ruby/dbd-sqlite/ChangeLog b/dev-ruby/dbd-sqlite/ChangeLog
index 47e7604b0b31..b0757593888c 100644
--- a/dev-ruby/dbd-sqlite/ChangeLog
+++ b/dev-ruby/dbd-sqlite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/dbd-sqlite
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog,v 1.9 2011/07/23 12:23:11 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/ChangeLog,v 1.10 2012/05/01 18:24:14 armin76 Exp $
+
+ 01 May 2012; Raúl Porcel <armin76@gentoo.org> dbd-sqlite-0.1.2.ebuild,
+ dbd-sqlite-0.1.2-r1.ebuild:
+ Drop ia64/sparc keywords
23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> dbd-sqlite-0.1.2.ebuild:
ppc stable wrt #333087
diff --git a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild
index e69349105379..bf13feb0c7ba 100644
--- a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild
+++ b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild,v 1.2 2010/06/21 21:08:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2-r1.ebuild,v 1.3 2012/05/01 18:24:14 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@ SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
ruby_add_rdepend "
diff --git a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild
index 4077f8b9a492..e603ea4582e2 100644
--- a/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild
+++ b/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.8 2011/07/23 12:23:11 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-sqlite/dbd-sqlite-0.1.2.ebuild,v 1.9 2012/05/01 18:24:14 armin76 Exp $
inherit "ruby"
@@ -10,7 +10,7 @@ SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="test"
RDEPEND="