summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-09-02 09:05:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-09-02 09:05:30 +0000
commit98e8b565b905bc5875ddea55708f8f37636027c2 (patch)
treee6926d60077aa68c7a53f8b69fe668dde97cf3c9 /dev-ruby/dbd-pg
parentFix dependency for renamed package. (diff)
downloadgentoo-2-98e8b565b905bc5875ddea55708f8f37636027c2.tar.gz
gentoo-2-98e8b565b905bc5875ddea55708f8f37636027c2.tar.bz2
gentoo-2-98e8b565b905bc5875ddea55708f8f37636027c2.zip
Fix dependency for renamed package.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/dbd-pg')
-rw-r--r--dev-ruby/dbd-pg/ChangeLog6
-rw-r--r--dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild4
-rw-r--r--dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/dbd-pg/ChangeLog b/dev-ruby/dbd-pg/ChangeLog
index 43eac8a10450..7f764f942c67 100644
--- a/dev-ruby/dbd-pg/ChangeLog
+++ b/dev-ruby/dbd-pg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/dbd-pg
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.14 2012/08/21 16:37:49 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.15 2012/09/02 09:05:30 flameeyes Exp $
+
+ 02 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> dbd-pg-0.3.8.ebuild,
+ dbd-pg-0.3.9.ebuild:
+ Fix dependency for renamed package.
21 Aug 2012; Johannes Huber <johu@gentoo.org> dbd-pg-0.3.9.ebuild:
Stable for x86, wrt bug #429976
diff --git a/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild b/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild
index 42a1801469fd..c795da857461 100644
--- a/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild
+++ b/dev-ruby/dbd-pg/dbd-pg-0.3.8.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-ruby/dbd-pg/dbd-pg-0.3.8.ebuild,v 1.10 2012/08/16 03:52:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild,v 1.11 2012/09/02 09:05:30 flameeyes Exp $
inherit "ruby"
@@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc x86"
IUSE="test"
RDEPEND="
- >=dev-ruby/ruby-dbi-0.4.2
+ >=dev-ruby/dbi-0.4.2
>=dev-ruby/postgres-0.7.9.20080128"
# ruby-postgres is not yet ruby19
diff --git a/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild b/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
index f6a2270d1d17..0410e872bbf5 100644
--- a/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild
+++ b/dev-ruby/dbd-pg/dbd-pg-0.3.9.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-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.5 2012/08/21 16:37:49 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/dbd-pg-0.3.9.ebuild,v 1.6 2012/09/02 09:05:30 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~ppc x86"
IUSE="test"
ruby_add_rdepend "
- >=dev-ruby/ruby-dbi-0.4.2
+ >=dev-ruby/dbi-0.4.2
dev-ruby/pg"
src_test() {