summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-07-05 18:52:32 +0000
committerHans de Graaff <graaff@gentoo.org>2010-07-05 18:52:32 +0000
commit942298de5d829d1725537f327d2669804ae11dea (patch)
treecb7d0164de6532c0e3d5bcb9a2a92b5bf2095d74 /dev-ruby/ruby-oci8
parentSkip failing tests until upstream fixes them (bug #323663). (diff)
downloadhistorical-942298de5d829d1725537f327d2669804ae11dea.tar.gz
historical-942298de5d829d1725537f327d2669804ae11dea.tar.bz2
historical-942298de5d829d1725537f327d2669804ae11dea.zip
Remove old versions.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/ruby-oci8')
-rw-r--r--dev-ruby/ruby-oci8/ChangeLog6
-rw-r--r--dev-ruby/ruby-oci8/ruby-oci8-1.0.3.ebuild28
-rw-r--r--dev-ruby/ruby-oci8/ruby-oci8-1.0.7.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-ruby/ruby-oci8/ChangeLog b/dev-ruby/ruby-oci8/ChangeLog
index e67fffe83ad8..6c1d07d935b4 100644
--- a/dev-ruby/ruby-oci8/ChangeLog
+++ b/dev-ruby/ruby-oci8/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby-oci8
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.17 2010/05/26 18:17:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.18 2010/07/05 18:52:32 graaff Exp $
+
+ 05 Jul 2010; Hans de Graaff <graaff@gentoo.org> -ruby-oci8-1.0.3.ebuild,
+ -ruby-oci8-1.0.7.ebuild:
+ Remove old versions.
26 May 2010; Pacho Ramos <pacho@gentoo.org> ruby-oci8-1.0.7-r1.ebuild:
stable amd64, bug 305993
diff --git a/dev-ruby/ruby-oci8/ruby-oci8-1.0.3.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-1.0.3.ebuild
deleted file mode 100644
index fab00bcb7a0a..000000000000
--- a/dev-ruby/ruby-oci8/ruby-oci8-1.0.3.ebuild
+++ /dev/null
@@ -1,28 +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-oci8/ruby-oci8-1.0.3.ebuild,v 1.5 2010/05/22 15:50:43 flameeyes Exp $
-
-inherit ruby
-
-DESCRIPTION="A Ruby library for Oracle"
-HOMEPAGE="http://rubyforge.org/projects/ruby-oci8/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-USE_RUBY="ruby18"
-
-RDEPEND="dev-db/oracle-instantclient-basic
- dev-db/oracle-instantclient-sqlplus"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake CONFIG_OPT="--prefix=${D}usr" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/dev-ruby/ruby-oci8/ruby-oci8-1.0.7.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-1.0.7.ebuild
deleted file mode 100644
index 1bc298fdb99a..000000000000
--- a/dev-ruby/ruby-oci8/ruby-oci8-1.0.7.ebuild
+++ /dev/null
@@ -1,28 +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-oci8/ruby-oci8-1.0.7.ebuild,v 1.2 2010/05/22 15:50:43 flameeyes Exp $
-
-inherit ruby
-
-DESCRIPTION="A Ruby library for Oracle"
-HOMEPAGE="http://rubyforge.org/projects/ruby-oci8/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-USE_RUBY="ruby18"
-
-RDEPEND="dev-db/oracle-instantclient-basic
- dev-db/oracle-instantclient-sqlplus"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake -j1 CONFIG_OPT="--prefix=${D}usr" config.save setup || die $!
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}