dev-ruby/ruby-oci8: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Hans de Graaff
2017-07-21 08:19:50 +02:00
parent 935dc79e82
commit 4780686e61
3 changed files with 0 additions and 82 deletions

View File

@@ -1,4 +1,2 @@
DIST ruby-oci8-2.1.8.gem 249856 SHA256 f5ab06e0312849b181e0b5e471f73b3070b9317ba289875f7ed44ee963b48f50 SHA512 897e5b86106b45e12bf359b8ed379a36a1c457daa1de9e7a8431f409ec25b12b20e30ed254a2bc77ab1abc0731f1c45e93860a36e0e6903c6fc7573a9ceeef9e WHIRLPOOL 7628ff11626619a82c02792d97ff66a2349af289d92fb52f928ff11c328a17dc8d1e02b16473028d0473f62d05617f07c30814030b32eb9908e52d49f4c259db
DIST ruby-oci8-2.2.1.gem 308736 SHA256 415bf668212a18e7edce6b424f71c6ae18c78357124d372d645c03c12ca10d87 SHA512 e44aa8819b47dfeefe8cfb78094484ef78973ccfa4f026fae6e3363dda8152e9348c108797c8a19dcdc3bdab288651e63e74333c733b96b7ad9f2003d21709af WHIRLPOOL 7c993ca70d55976268f8cb2795331eadfe54c17d85ddc39bcb4dd1d69dead168c6ba7705a7f62c300a5cdd2de27645561b8c874891bea3082862fd4e6d754713
DIST ruby-oci8-2.2.2.gem 316416 SHA256 0e29e3a188595786bf587c6be4301e589a78878d7316c1df6743e5986bf63803 SHA512 09ac6113dac40bb99b49b261216682a496cb6d8afef93f7e16b4a5836df2764c353fbca0f5e9a06cbb9c63262290f842fc5d7a51316c26c5638b6e93e9c055f7 WHIRLPOOL 73bf0f7ec132512124fd0bc2a9eacb63c52106587e6061ceb326b05acebde08581ddb6d7de000477c5d9066ca1eb95a619867b1b628edb16679de2b5dc58caaf
DIST ruby-oci8-2.2.3.gem 317952 SHA256 0a2b5d6f0f8f8422e03ecd3c013360cda25641c9eca245db4529b2f27f388560 SHA512 67323ba01bb30f5e405f8b4b4e0d1749cb8c96a7b158cdd77079936e73ac651e27e1df2c0417cb20ec69fcd997a92113757c697b4e5e0b2f498c2a18da400fc4 WHIRLPOOL 8e1cf8d067132e1fdf23e4b31403056a618ad39ee078fb510dd42f8b450faff0ca3f19bce3c15e5721aab15bbad1a0707f741a861710e0bd1187a9ce7b23492f

View File

@@ -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
}

View File

@@ -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
}