graaff 15/07/31 05:24:18 Modified: ChangeLog Added: ruby-oci8-2.1.8.ebuild Log: Version bump (untested). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.37 dev-ruby/ruby-oci8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 11 Apr 2015 15:35:26 -0000 1.36 +++ ChangeLog 31 Jul 2015 05:24:18 -0000 1.37 @@ -1,6 +1,11 @@ # 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.36 2015/04/11 15:35:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.37 2015/07/31 05:24:18 graaff Exp $ + +*ruby-oci8-2.1.8 (31 Jul 2015) + + 31 Jul 2015; Hans de Graaff <[email protected]> +ruby-oci8-2.1.8.ebuild: + Version bump (untested). 11 Apr 2015; Hans de Graaff <[email protected]> ruby-oci8-2.1.7-r1.ebuild: Add ruby22. 1.1 dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild?rev=1.1&content-type=text/plain Index: ruby-oci8-2.1.8.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.8.ebuild,v 1.1 2015/07/31 05:24:18 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" 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+=" 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 }
