graaff 15/01/17 10:24:43 Modified: ChangeLog Added: ruby-oci8-2.1.7.ebuild Log: Version bump. Proxy commit for Troy Bowman, bug 445504. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.31 dev-ruby/ruby-oci8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 24 Apr 2014 17:45:22 -0000 1.30 +++ ChangeLog 17 Jan 2015 10:24:43 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-oci8 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.30 2014/04/24 17:45:22 mrueg Exp $ +# 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 $ + +*ruby-oci8-2.1.7 (17 Jan 2015) + + 17 Jan 2015; Hans de Graaff <[email protected]> +ruby-oci8-2.1.7.ebuild: + Version bump. Proxy commit for Troy Bowman, bug 445504. 24 Apr 2014; Manuel RĂ¼ger <[email protected]> ruby-oci8-2.1.3.ebuild: Remove ruby18 support. 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild?rev=1.1&content-type=text/plain Index: ruby-oci8-2.1.7.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.ebuild,v 1.1 2015/01/17 10:24:43 graaff 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 }
