summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-08-07 12:00:02 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-08-07 12:00:02 +0000
commitdb31f72e8a013b521c1befd613602fca06202d2f (patch)
tree815baee9918653312eac7ac8d52f65a9d0fe9aac /dev-ruby/ruby-postgres
parentBigendian fixes (diff)
downloadgentoo-2-db31f72e8a013b521c1befd613602fca06202d2f.tar.gz
gentoo-2-db31f72e8a013b521c1befd613602fca06202d2f.tar.bz2
gentoo-2-db31f72e8a013b521c1befd613602fca06202d2f.zip
version bump, move to gem format
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r--dev-ruby/ruby-postgres/ChangeLog8
-rw-r--r--dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1.200512213
-rw-r--r--dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221.ebuild17
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog
index f74085952c8e..89c329acb1e2 100644
--- a/dev-ruby/ruby-postgres/ChangeLog
+++ b/dev-ruby/ruby-postgres/ChangeLog
@@ -1,6 +1,12 @@
# 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.10 2006/06/06 16:53:42 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.11 2006/08/07 12:00:02 caleb Exp $
+
+*ruby-postgres-0.7.1.20051221 (07 Aug 2006)
+
+ 07 Aug 2006; Caleb Tennis <caleb@gentoo.org>
+ +ruby-postgres-0.7.1.20051221.ebuild:
+ Version bump, move to Gem format
06 Jun 2006; Simon Stelling <blubb@gentoo.org> ruby-postgres-0.7.1.ebuild:
stable on amd64
diff --git a/dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1.20051221 b/dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1.20051221
new file mode 100644
index 000000000000..c2c6a6ee5d97
--- /dev/null
+++ b/dev-ruby/ruby-postgres/files/digest-ruby-postgres-0.7.1.20051221
@@ -0,0 +1,3 @@
+MD5 5b53d6baf4c6a73377f1169fbcf7ab54 ruby-postgres-0.7.1.2005.12.21.gem 45568
+RMD160 dcc4c1c8580fa27476e662c791456679e9435ae5 ruby-postgres-0.7.1.2005.12.21.gem 45568
+SHA256 a4dff24a1a2ebb0c34a935e6377cf826a61da03329c8c79a3ea509200759ec7a ruby-postgres-0.7.1.2005.12.21.gem 45568
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221.ebuild
new file mode 100644
index 000000000000..190834dc12f6
--- /dev/null
+++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2006 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.ebuild,v 1.1 2006/08/07 12:00:02 caleb Exp $
+
+inherit ruby gems
+
+MY_P=ruby-postgres-0.7.1.2005.12.21.gem
+
+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"
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+USE_RUBY="ruby18"
+DEPEND=">=dev-db/postgresql-6.4"