# ChangeLog for dev-ruby/ruby-postgres
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.11 2006/08/07 12:00:02 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.12 2006/11/01 18:00:53 flameeyes Exp $
+
+*ruby-postgres-0.7.1.20051221-r1 (01 Nov 2006)
+
+ 01 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
+ ruby-postgres-0.7.1.ebuild, -ruby-postgres-0.7.1.20051221.ebuild,
+ +ruby-postgres-0.7.1.20051221-r1.ebuild:
+ Revbump the snapshot, and let it depend on rubygems 0.9.0-r1 so to fix bug
+ #143974 for everyone. Also change dependency on libpq rather than full blown
+ postgresql, thanks to Matt Michalowski in bug #153642.
*ruby-postgres-0.7.1.20051221 (07 Aug 2006)
--- /dev/null
+MD5 5b53d6baf4c6a73377f1169fbcf7ab54 ruby-postgres-0.7.1.2005.12.21.gem 45568
+RMD160 dcc4c1c8580fa27476e662c791456679e9435ae5 ruby-postgres-0.7.1.2005.12.21.gem 45568
+SHA256 a4dff24a1a2ebb0c34a935e6377cf826a61da03329c8c79a3ea509200759ec7a ruby-postgres-0.7.1.2005.12.21.gem 45568
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild,v 1.1 2006/11/01 18:00:53 flameeyes Exp $
+
+inherit ruby gems
+
+MY_P=ruby-postgres-0.7.1.2005.12.21.gem
+
+DESCRIPTION="An extension library to access a PostgreSQL database from Ruby"
+HOMEPAGE="http://ruby.scripting.ca/postgres"
+SRC_URI="http://ruby.scripting.ca/postgres/archive/$MY_P"
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+USE_RUBY="ruby18"
+
+RDEPEND=">=dev-db/libpq-6.4"
+DEPEND="${RDEPEND}
+ >=dev-ruby/rubygems-0.9.0-r1"
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.12 2006/06/06 16:53:42 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.13 2006/11/01 18:00:53 flameeyes Exp $
inherit ruby
KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86 ~x86-fbsd"
IUSE=""
USE_RUBY="ruby18"
-DEPEND=">=dev-db/postgresql-6.4"
+DEPEND=">=dev-db/libpq-6.4"