aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-12-25 22:49:42 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-12-25 22:49:42 +0100
commit83174c26c1ac7eed11befa94a99e533b2a2fd0f3 (patch)
treed2389f71220be902287072688d95dfb55882391e /sci-chemistry/openbabel-ruby
parentsci-biology/Atlas2: Drop ruby19, shorten description, add missing dies (diff)
downloadsci-83174c26c1ac7eed11befa94a99e533b2a2fd0f3.tar.gz
sci-83174c26c1ac7eed11befa94a99e533b2a2fd0f3.tar.bz2
sci-83174c26c1ac7eed11befa94a99e533b2a2fd0f3.zip
sci-chemistry/openbabel-ruby: Remove ruby19, add missing die
Package-Manager: portage-2.2.24
Diffstat (limited to 'sci-chemistry/openbabel-ruby')
-rw-r--r--sci-chemistry/openbabel-ruby/ChangeLog6
-rw-r--r--sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-chemistry/openbabel-ruby/ChangeLog b/sci-chemistry/openbabel-ruby/ChangeLog
index 1de7f6332..e756dd8d6 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 <marbre@linux.sungazer.de>
+ openbabel-ruby-9999.ebuild:
+ sci-chemistry/openbabel-ruby: Remove ruby19, add missing die
+
16 Sep 2014; Christoph Junghans <ottxor@gentoo.org>
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 ecaa06613..54a7fdeaa 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() {