diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-15 11:23:11 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-15 11:23:11 +0000 |
commit | 176857b5a38f294111e1eb5bfe1b103ff4163e1a (patch) | |
tree | 9975435fc472046a16cba98115e2108ad6ba483d /dev-ruby/ruby-postgres | |
parent | Remove old version. (diff) | |
download | gentoo-2-176857b5a38f294111e1eb5bfe1b103ff4163e1a.tar.gz gentoo-2-176857b5a38f294111e1eb5bfe1b103ff4163e1a.tar.bz2 gentoo-2-176857b5a38f294111e1eb5bfe1b103ff4163e1a.zip |
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 15 |
2 files changed, 6 insertions, 17 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index 9556d7dfdff2..c0f53bd09a03 100644 --- a/dev-ruby/ruby-postgres/ChangeLog +++ b/dev-ruby/ruby-postgres/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-postgres -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.33 2010/10/18 19:06:57 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.34 2011/01/15 11:23:11 graaff Exp $ + + 15 Jan 2011; Hans de Graaff <graaff@gentoo.org> + -ruby-postgres-0.7.1.ebuild: + Remove old version. 18 Oct 2010; Jeroen Roovers <jer@gentoo.org> ruby-postgres-0.7.9.20080128-r1.ebuild: diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild deleted file mode 100644 index 5f50da88a20e..000000000000 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2010 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.16 2010/06/17 18:33:44 patrick Exp $ - -inherit ruby - -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/${P}.tar.gz" -LICENSE="Ruby" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd" -IUSE="" -USE_RUBY="ruby18" -DEPEND="dev-db/postgresql-base" |