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 | b69c9d03b29869d490ec1859645bf13af9ca9214 (patch) | |
tree | 09cd8dd513f37226feb08d258acc5bb1fda52143 /dev-ruby/ruby-postgres | |
parent | Marked ~amd64 (diff) | |
download | gentoo-2-b69c9d03b29869d490ec1859645bf13af9ca9214.tar.gz gentoo-2-b69c9d03b29869d490ec1859645bf13af9ca9214.tar.bz2 gentoo-2-b69c9d03b29869d490ec1859645bf13af9ca9214.zip |
Marked ~amd64 Per bug #114693
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 4 |
3 files changed, 8 insertions, 5 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 96b872548f91..f35ed3b347ea 100644 --- a/dev-ruby/ruby-postgres/Manifest +++ b/dev-ruby/ruby-postgres/Manifest @@ -1,4 +1,4 @@ -MD5 db4579214c36856d0b0a005359ac6b36 ChangeLog 730 +MD5 fd8abc3dbe5443f6a5491b0195dd7485 ChangeLog 824 MD5 a2ddae4b1f9d97aa89560c3c75aa8c44 files/digest-ruby-postgres-0.7.1 70 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 30bce8211ccbf68621efc2f250c80794 ruby-postgres-0.7.1.ebuild 677 +MD5 ec21aa443c8d3d5f5fad14ef8105d5cb ruby-postgres-0.7.1.ebuild 684 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" |