mrueg 15/03/02 10:30:58 Modified: ruby-oci8-2.1.7.ebuild ChangeLog Added: ruby-oci8-2.1.7-r1.ebuild Log: Create stable candidate. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild?r1=1.1&r2=1.2 Index: ruby-oci8-2.1.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ruby-oci8-2.1.7.ebuild 17 Jan 2015 10:24:43 -0000 1.1 +++ ruby-oci8-2.1.7.ebuild 2 Mar 2015 10:30:58 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild,v 1.1 2015/01/17 10:24:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild,v 1.2 2015/03/02 10:30:58 mrueg Exp $ -EAPI="5" -USE_RUBY="ruby19 ruby20 ruby21" +EAPI=5 +USE_RUBY="ruby19 ruby20" inherit multilib ruby-fakegem 1.32 dev-ruby/ruby-oci8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 17 Jan 2015 10:24:43 -0000 1.31 +++ ChangeLog 2 Mar 2015 10:30:58 -0000 1.32 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-oci8 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.31 2015/01/17 10:24:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.32 2015/03/02 10:30:58 mrueg Exp $ + +*ruby-oci8-2.1.7-r1 (02 Mar 2015) + + 02 Mar 2015; Manuel RĂ¼ger <[email protected]> +ruby-oci8-2.1.7-r1.ebuild, + ruby-oci8-2.1.7.ebuild: + Create stable candidate. *ruby-oci8-2.1.7 (17 Jan 2015) 1.1 dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild?rev=1.1&content-type=text/plain Index: ruby-oci8-2.1.7-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild,v 1.1 2015/03/02 10:30:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit multilib ruby-fakegem RUBY_FAKEGEM_EXTRADOC="NEWS README.md ChangeLog" 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="${RDEPEND}" 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 }
