diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-07-13 23:05:56 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-07-13 23:05:56 +0000 |
commit | 9089a4db0f44fae094154eadbbe80b3fa6de9ab1 (patch) | |
tree | 8b966c6101c839dd03991a6b5979fcba383cd38b /dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild | |
parent | Adding another dependency since the ebuild doesn't compile when either the ga... (diff) | |
download | gentoo-2-9089a4db0f44fae094154eadbbe80b3fa6de9ab1.tar.gz gentoo-2-9089a4db0f44fae094154eadbbe80b3fa6de9ab1.tar.bz2 gentoo-2-9089a4db0f44fae094154eadbbe80b3fa6de9ab1.zip |
Version bump. See bug #177150.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild')
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild new file mode 100644 index 000000000000..a1fbc9876f94 --- /dev/null +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild @@ -0,0 +1,25 @@ +# 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.20060406.ebuild,v 1.1 2007/07/13 23:05:56 nichoj Exp $ + +inherit ruby gems versionator + +# changes 0.7.1.20060406 to 0.7.1.2006.04.06 + +# ideally, PV would have been this to start with, but can't change it now as +# 0.7.1.20051221 > 0.7.1.2006.04.06. +MY_PV="0.7.1.2006.04.06" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="An extension library to access a PostgreSQL database from Ruby" +HOMEPAGE="http://ruby.scripting.ca/postgres" +SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +USE_RUBY="ruby18" + +RDEPEND=">=dev-db/libpq-6.4" +DEPEND="${RDEPEND} + >=dev-ruby/rubygems-0.9.0-r1" |