diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-16 03:52:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-16 03:52:09 +0000 |
commit | 08388de47341fc352364745b056c43826d7e890d (patch) | |
tree | 78f9f578897354e2246d13f749c6075577206834 /dev-ruby/dbd-pg | |
parent | Update after Ruby packages move. (diff) | |
download | gentoo-2-08388de47341fc352364745b056c43826d7e890d.tar.gz gentoo-2-08388de47341fc352364745b056c43826d7e890d.tar.bz2 gentoo-2-08388de47341fc352364745b056c43826d7e890d.zip |
Update after Ruby packages move.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/dbd-pg')
-rw-r--r-- | dev-ruby/dbd-pg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/dbd-pg/dbd-pg-0.3.8.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ruby/dbd-pg/ChangeLog b/dev-ruby/dbd-pg/ChangeLog index 3f7ba21b04eb..7058c594fbb1 100644 --- a/dev-ruby/dbd-pg/ChangeLog +++ b/dev-ruby/dbd-pg/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2012/08/06 17:47:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-pg/ChangeLog,v 1.13 2012/08/16 03:52:09 flameeyes Exp $ + + 16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> dbd-pg-0.3.8.ebuild: + Update after Ruby packages move. 06 Aug 2012; Agostino Sarubbo <ago@gentoo.org> dbd-pg-0.3.9.ebuild: Stable for amd64, wrt bug #429976 @@ -44,4 +47,3 @@ 26 Aug 2009; Alex Legler <a3li@gentoo.org> +dbd-pg-0.3.8.ebuild, +metadata.xml: Initial import, ebuild by /me. - 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 72243c081c32..42a1801469fd 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.9 2012/05/01 18:24:23 armin76 Exp $ +# $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 $ inherit "ruby" @@ -15,7 +15,7 @@ IUSE="test" RDEPEND=" >=dev-ruby/ruby-dbi-0.4.2 - >=dev-ruby/ruby-postgres-0.7.9.20080128" + >=dev-ruby/postgres-0.7.9.20080128" # ruby-postgres is not yet ruby19 USE_RUBY="ruby18" |