summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-29 09:59:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-29 09:59:39 +0000
commit062454b5abb6416bcd47c98ee76c56ec3d917621 (patch)
tree2d13c0fb2b070b21aad96c4139cf295ed66b7193 /dev-ruby/ruby-postgres
parentInitial commit, ebuild written by me (bug #224983). (diff)
downloadgentoo-2-062454b5abb6416bcd47c98ee76c56ec3d917621.tar.gz
gentoo-2-062454b5abb6416bcd47c98ee76c56ec3d917621.tar.bz2
gentoo-2-062454b5abb6416bcd47c98ee76c56ec3d917621.zip
Cleanup old versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r--dev-ruby/ruby-postgres/ChangeLog7
-rw-r--r--dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild25
-rw-r--r--dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild26
3 files changed, 6 insertions, 52 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog
index b6285c2c7058..8e38e7523c99 100644
--- a/dev-ruby/ruby-postgres/ChangeLog
+++ b/dev-ruby/ruby-postgres/ChangeLog
@@ -1,6 +1,11 @@
# 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.26 2010/06/20 18:03:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.27 2010/07/29 09:59:39 flameeyes Exp $
+
+ 29 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -ruby-postgres-0.7.1.20060406.ebuild,
+ -ruby-postgres-0.7.9.20080128.ebuild:
+ Cleanup old versions.
*ruby-postgres-0.7.9.20080128-r1 (20 Jun 2010)
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild
deleted file mode 100644
index 2f4f1db7f806..000000000000
--- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20060406.ebuild
+++ /dev/null
@@ -1,25 +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.20060406.ebuild,v 1.7 2010/06/17 18:33:44 patrick Exp $
-
-inherit ruby gems versionator
-
-# changes 0.7.1.20060406 to 0.7.1.2006.04.06
-
-# ideally, PV would have been this to start with, but can't change it now as
-# 0.7.1.20051221 > 0.7.1.2006.04.06.
-MY_PV="0.7.1.2006.04.06"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="An extension library to access a PostgreSQL database from Ruby"
-HOMEPAGE="http://ruby.scripting.ca/postgres"
-SRC_URI="mirror://rubygems/${MY_P}.gem"
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-USE_RUBY="ruby18"
-
-RDEPEND="dev-db/postgresql-base"
-DEPEND="${RDEPEND}
- >=dev-ruby/rubygems-0.9.0-r1"
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild
deleted file mode 100644
index eb3a1f4f0c5b..000000000000
--- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.9.20080128.ebuild
+++ /dev/null
@@ -1,26 +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.9.20080128.ebuild,v 1.4 2010/06/17 18:33:44 patrick Exp $
-
-inherit ruby gems versionator
-
-# changes 0.7.1.20060406 to 0.7.1.2006.04.06
-
-# ideally, PV would have been this to start with, but can't change it now as
-# 0.7.1.20051221 > 0.7.1.2006.04.06.
-MY_PV="0.7.9.2008.01.28"
-MY_PN="postgres"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="An extension library to access a PostgreSQL database from Ruby"
-HOMEPAGE="http://ruby.scripting.ca/postgres"
-SRC_URI="mirror://rubygems/${MY_P}.gem"
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-USE_RUBY="ruby18"
-
-RDEPEND="dev-db/postgresql-base"
-DEPEND="${RDEPEND}
- >=dev-ruby/rubygems-0.9.0-r1"