graaff 15/07/03 06:38:56 Modified: ChangeLog Added: rb-gsl-1.16.0.5.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.11 dev-ruby/rb-gsl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 7 Jun 2015 19:16:47 -0000 1.10 +++ ChangeLog 3 Jul 2015 06:38:56 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rb-gsl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.10 2015/06/07 19:16:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.11 2015/07/03 06:38:56 graaff Exp $ + +*rb-gsl-1.16.0.5 (03 Jul 2015) + + 03 Jul 2015; Hans de Graaff <[email protected]> +rb-gsl-1.16.0.5.ebuild: + Version bump. 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild?rev=1.1&content-type=text/plain Index: rb-gsl-1.16.0.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.5.ebuild,v 1.1 2015/07/03 06:38:56 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" inherit ruby-fakegem multilib RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md" RUBY_FAKEGEM_TASK_TEST="test:libs" DESCRIPTION="Ruby interface to GNU Scientific Library" HOMEPAGE="https://github.com/david-macmahon/rb-gsl" #SRC_URI="https://github.com/david-macmahon/${PN}/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="doc" DEPEND+=" >=sci-libs/gsl-1.15" RDEPEND+=" >=sci-libs/gsl-1.15" RUBY_S="${PN}-${P}" ruby_add_bdepend "dev-ruby/narray" ruby_add_rdepend "dev-ruby/narray" each_ruby_prepare() { sed -i -e '/$CPPFLAGS =/a \$LDFLAGS = " -L#{narray_config} -l:narray.so "+$LDFLAGS' -e 's/src/lib/' ext/gsl_native/extconf.rb || die } each_ruby_configure() { ${RUBY} -Cext/gsl_native extconf.rb || die } each_ruby_compile() { emake -Cext/gsl_native V=1 cp ext/gsl_native/*$(get_modname) lib/ || die } each_ruby_test() { ${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die }
