mrueg 14/03/31 01:55:14 Modified: ChangeLog Added: rb-gsl-1.16.0.ebuild Removed: rb-gsl-1.15.3-r1.ebuild Log: Version bump. Cleanup old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/rb-gsl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 13 Jan 2014 04:03:21 -0000 1.3 +++ ChangeLog 31 Mar 2014 01:55:14 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rb-gsl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.3 2014/01/13 04:03:21 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.4 2014/03/31 01:55:14 mrueg Exp $ + +*rb-gsl-1.16.0 (31 Mar 2014) + + 31 Mar 2014; Manuel RĂ¼ger <[email protected]> +rb-gsl-1.16.0.ebuild, + -rb-gsl-1.15.3-r1.ebuild: + Version bump. Cleanup old. *rb-gsl-1.15.3.1 (13 Jan 2014) 1.1 dev-ruby/rb-gsl/rb-gsl-1.16.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.ebuild?rev=1.1&content-type=text/plain Index: rb-gsl-1.16.0.ebuild =================================================================== # Copyright 1999-2014 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.ebuild,v 1.1 2014/03/31 01:55:14 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" inherit ruby-fakegem multilib RUBY_FAKEGEM_TASK_TEST="test:libs" DESCRIPTION="Ruby interface to GNU Scientific Library" HOMEPAGE="http://rb-gsl.rubyforge.org/ 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" RDEPEND+=" sci-libs/gsl" RUBY_S="${PN}-${P}" each_ruby_prepare() { sed -i -e '/$CPPFLAGS =/a \$LDFLAGS = " -L#{narray_config} -l:narray.so "+$LDFLAGS' -e 's/src/lib/' ext/extconf.rb || die } each_ruby_configure() { ${RUBY} -Cext extconf.rb || die } each_ruby_compile() { emake -Cext V=1 cp ext/*$(get_modname) lib/ || die } each_ruby_test() { ${RUBY} -S testrb -Ilib -Itest test/*.rb test/*/*.rb || die }
