commit: 83174c26c1ac7eed11befa94a99e533b2a2fd0f3 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Fri Dec 25 21:49:42 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Fri Dec 25 21:49:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=83174c26
sci-chemistry/openbabel-ruby: Remove ruby19, add missing die Package-Manager: portage-2.2.24 sci-chemistry/openbabel-ruby/ChangeLog | 6 +++++- sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/openbabel-ruby/ChangeLog b/sci-chemistry/openbabel-ruby/ChangeLog index 1de7f63..e756dd8 100644 --- a/sci-chemistry/openbabel-ruby/ChangeLog +++ b/sci-chemistry/openbabel-ruby/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-chemistry/openbabel-ruby -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 25 Dec 2015; Marius Brehler <[email protected]> + openbabel-ruby-9999.ebuild: + sci-chemistry/openbabel-ruby: Remove ruby19, add missing die + 16 Sep 2014; Christoph Junghans <[email protected]> openbabel-ruby-9999.ebuild: quote vars diff --git a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild index ecaa066..54a7fde 100644 --- a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild +++ b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" inherit cmake-utils eutils ruby-ng git-r3 @@ -43,7 +43,7 @@ all_ruby_prepare() { -outdir scripts/ruby \ scripts/openbabel-ruby.i \ || die "Generation of openbabel-ruby.cpp failed" - sed 's/void Init_OpenBabel/void Init_openbabel/' -i scripts/ruby/openbabel-ruby.cpp + sed 's/void Init_OpenBabel/void Init_openbabel/' -i scripts/ruby/openbabel-ruby.cpp || die } each_ruby_configure() {
