commit:     e1024515241b0b34dbd33892673b98bd23b862e3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 19:34:40 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 19:37:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1024515

dev-ruby/ruby-oci8: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ruby-oci8/Manifest               |  2 --
 dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild | 40 -------------------------------
 dev-ruby/ruby-oci8/ruby-oci8-2.2.3.ebuild | 40 -------------------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-ruby/ruby-oci8/Manifest b/dev-ruby/ruby-oci8/Manifest
index 595eff61d33..6406613edaa 100644
--- a/dev-ruby/ruby-oci8/Manifest
+++ b/dev-ruby/ruby-oci8/Manifest
@@ -1,3 +1 @@
-DIST ruby-oci8-2.1.8.gem 249856 BLAKE2B 
7c75953da2b5418fe03ee6e576e94db0c58d18f2fb078ae30d29879befacb4357ea4153ec511dda3be1b5628353e32cffe903a57ca54f4ba80be27c840afe85e
 SHA512 
897e5b86106b45e12bf359b8ed379a36a1c457daa1de9e7a8431f409ec25b12b20e30ed254a2bc77ab1abc0731f1c45e93860a36e0e6903c6fc7573a9ceeef9e
-DIST ruby-oci8-2.2.3.gem 317952 BLAKE2B 
13d49364c6ee3f46dd8b54062584ca2bf32c236e2f4429f1fa1bec46c0ece220f3fbb214d739703565e0356581a6a9ee657d46413c14f76c97e10b22887b8ffa
 SHA512 
67323ba01bb30f5e405f8b4b4e0d1749cb8c96a7b158cdd77079936e73ac651e27e1df2c0417cb20ec69fcd997a92113757c697b4e5e0b2f498c2a18da400fc4
 DIST ruby-oci8-2.2.4.1.gem 325120 BLAKE2B 
adb8eb38a1368b0ed305c9173c9e68f60845f454c618ba54b64c95bd6f7d1f9507c38419e5c334cbebca67ce38e7d4edba1dc4778a742147ff512bf32edf4d30
 SHA512 
54323843ebd3f7252b6d96cd1136752172f879bb6a67842c38e3a84effae18fddb2350be2ed4257c1db5ee54bf7678a098e2b1424508d3e597778e874bcbf20f

diff --git a/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild 
b/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild
deleted file mode 100644
index 9988c947a84..00000000000
--- a/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_EXTRADOC="NEWS README.md ChangeLog"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-DESCRIPTION="A Ruby library for Oracle OCI8"
-HOMEPAGE="https://rubygems.org/gems/ruby-oci8/";
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND+=" dev-db/oracle-instantclient-basic"
-DEPEND+=" dev-db/oracle-instantclient-basic"
-
-EXT_DIR="ext/oci8"
-
-each_ruby_configure() {
-       # configure the native libraries
-       ${RUBY} -C${EXT_DIR} extconf.rb --prefix="${D}/usr" || die "configure 
failed"
-}
-
-each_ruby_compile() {
-       # compile the native libraries
-       emake -C ${EXT_DIR} V=1 || die "could not compile native library"
-}
-
-each_ruby_install() {
-       # install the native libraries
-       emake -C ${EXT_DIR} install DESTDIR="${D}" || die "could not install 
native library"
-       # install the gem files
-       each_fakegem_install
-}

diff --git a/dev-ruby/ruby-oci8/ruby-oci8-2.2.3.ebuild 
b/dev-ruby/ruby-oci8/ruby-oci8-2.2.3.ebuild
deleted file mode 100644
index 34f8c929791..00000000000
--- a/dev-ruby/ruby-oci8/ruby-oci8-2.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-inherit multilib ruby-fakegem
-
-RUBY_FAKEGEM_EXTRADOC="NEWS README.md ChangeLog"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-DESCRIPTION="A Ruby library for Oracle OCI8"
-HOMEPAGE="https://rubygems.org/gems/ruby-oci8/";
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND+=" dev-db/oracle-instantclient-basic"
-DEPEND+=" dev-db/oracle-instantclient-basic"
-
-EXT_DIR="ext/oci8"
-
-each_ruby_configure() {
-       # configure the native libraries
-       ${RUBY} -C${EXT_DIR} extconf.rb --prefix="${D}/usr" || die "configure 
failed"
-}
-
-each_ruby_compile() {
-       # compile the native libraries
-       emake -C ${EXT_DIR} V=1 || die "could not compile native library"
-}
-
-each_ruby_install() {
-       # install the native libraries
-       emake -C ${EXT_DIR} install DESTDIR="${D}" || die "could not install 
native library"
-       # install the gem files
-       each_fakegem_install
-}

Reply via email to