diff options
author | Tom William Payne <twp@gentoo.org> | 2003-05-13 00:17:45 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-05-13 00:17:45 +0000 |
commit | 3b4735451f75396216cb752cc4fbbc78aeb596ba (patch) | |
tree | 8c021be29656cb2f0bdb74ca4d8b84284af05be2 /dev-ruby/ruby-postgres | |
parent | Marked stable (diff) | |
download | historical-3b4735451f75396216cb752cc4fbbc78aeb596ba.tar.gz historical-3b4735451f75396216cb752cc4fbbc78aeb596ba.tar.bz2 historical-3b4735451f75396216cb752cc4fbbc78aeb596ba.zip |
Marked stable
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r-- | dev-ruby/ruby-postgres/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1 | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/dev-ruby/ruby-postgres/Manifest b/dev-ruby/ruby-postgres/Manifest index 8574a3c150c3..643ea1dddcdc 100644 --- a/dev-ruby/ruby-postgres/Manifest +++ b/dev-ruby/ruby-postgres/Manifest @@ -1,3 +1,3 @@ -MD5 79654723d8f9efb85027cc52470f1eb7 ruby-postgres-0.7.1.ebuild 657 -MD5 5bfe338321dd574ce8707e32b9675b2a ChangeLog 498 +MD5 6c1d548461a39077930126094343c507 ruby-postgres-0.7.1.ebuild 657 +MD5 76b929960304c074088d5424dad5480d ChangeLog 498 MD5 a2ddae4b1f9d97aa89560c3c75aa8c44 files/digest-ruby-postgres-0.7.1 70 diff --git a/dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1 b/dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1 new file mode 100644 index 000000000000..020a1857fdaa --- /dev/null +++ b/dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1 @@ -0,0 +1 @@ +MD5 8ef67b3f4b089248f0420baeb0e3b3c8 ruby-postgres-0.7.1.tar.gz 29256 diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild index fb0f1f13fe18..c3be797c6ce7 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/05/09 11:45:31 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.2 2003/05/13 00:14:49 twp Exp $ DESCRIPTION="An extension library to access a PostgreSQL database from Ruby" HOMEPAGE="http://www.postgresql.jp/interfaces/ruby/" SRC_URI="http://www.postgresql.jp/interfaces/ruby/archive/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha arm hppa mips ppc sparc x86" DEPEND=">=dev-lang/ruby-1.3.4 >=dev-db/postgresql-6.4" |