diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-12-20 17:32:46 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-12-20 17:32:46 +0000 |
commit | 8388eaf27278ea0b0290e31141695c24b954fd2f (patch) | |
tree | b1882eb8c6639b0f71d2a83871607a5d56a40deb /dev-ruby | |
parent | Marked ~amd64 (diff) | |
download | historical-8388eaf27278ea0b0290e31141695c24b954fd2f.tar.gz historical-8388eaf27278ea0b0290e31141695c24b954fd2f.tar.bz2 historical-8388eaf27278ea0b0290e31141695c24b954fd2f.zip |
Marked ~amd64 Per bug #114693
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/Manifest | 10 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index 7892fed64c1e..7290486a6e31 100644 --- a/dev-ruby/ruby-postgres/ChangeLog +++ b/dev-ruby/ruby-postgres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-postgres # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.5 2005/12/11 17:59:31 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.6 2005/12/20 17:32:46 dang Exp $ + + 20 Dec 2005; <dang@gentoo.org> ruby-postgres-0.7.1.ebuild: + Marked ~amd64 Per bug #114693 11 Dec 2005; Caleb Tennis <caleb@gentoo.org> ruby-postgres-0.7.1.ebuild: Change einstall to make DESTDIR install. Closes bug #114692 diff --git a/dev-ruby/ruby-postgres/Manifest b/dev-ruby/ruby-postgres/Manifest index 2ffb3a277160..2359f4668c29 100644 --- a/dev-ruby/ruby-postgres/Manifest +++ b/dev-ruby/ruby-postgres/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 5906a4e087e523386c7448b9481dfbf3 ChangeLog 823 MD5 a2ddae4b1f9d97aa89560c3c75aa8c44 files/digest-ruby-postgres-0.7.1 70 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 efe43db61559bcf63ca1a3ecd5a88747 ruby-postgres-0.7.1.ebuild 683 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) + +iD8DBQFDqEApomPajV0RnrERAsnmAJ9HsgpA5Bm+WgJ1sbHvYNfuoX78yACfbJcN +3npDFBkqY265G43uYqi33Vo= +=tBOt +-----END PGP SIGNATURE----- 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 2d7dc3a4e4a4..d24ce96e6fdb 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-2005 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.7 2005/12/11 17:59:31 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.8 2005/12/20 17:32:46 dang 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 hppa ~ia64 mips ppc sparc x86" +KEYWORDS="alpha ~amd64 hppa ~ia64 mips ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.3.4 >=dev-db/postgresql-6.4" |