diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-09 23:28:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-09 23:28:23 +0000 |
commit | fb277e8bd3611a32396a920f7037283824240e33 (patch) | |
tree | dd90eed3f3cc9c50ccd6b05c7f94795064e5cbf5 | |
parent | Added a check to ensure GAMES_DATADIR and GAMES_PREFIX_OPT aren't the same, a... (diff) | |
download | gentoo-2-fb277e8bd3611a32396a920f7037283824240e33.tar.gz gentoo-2-fb277e8bd3611a32396a920f7037283824240e33.tar.bz2 gentoo-2-fb277e8bd3611a32396a920f7037283824240e33.zip |
Fix installation with some of the recent changes to gems.eclass.
(Portage version: 2.1.2_rc4-r7)
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index 0cdd947e1519..bc76cb2017cf 100644 --- a/dev-ruby/ruby-postgres/ChangeLog +++ b/dev-ruby/ruby-postgres/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2006/11/01 18:00:53 flameeyes Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.13 2007/01/09 23:28:23 flameeyes Exp $ + + 09 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + ruby-postgres-0.7.1.20051221-r1.ebuild: + Fix installation with some of the recent changes to gems.eclass. *ruby-postgres-0.7.1.20051221-r1 (01 Nov 2006) diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild index 8363f1f13590..32045a9174bc 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild,v 1.2 2007/01/09 23:28:23 flameeyes Exp $ inherit ruby gems -MY_P=ruby-postgres-0.7.1.2005.12.21.gem +MY_P=ruby-postgres-0.7.1.2005.12.21 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" +SRC_URI="http://ruby.scripting.ca/postgres/archive/${MY_P}.gem" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" |