aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/openbabel-ruby/ChangeLog5
-rw-r--r--sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-chemistry/openbabel-ruby/ChangeLog b/sci-chemistry/openbabel-ruby/ChangeLog
index 6ee5574ab..15112a140 100644
--- a/sci-chemistry/openbabel-ruby/ChangeLog
+++ b/sci-chemistry/openbabel-ruby/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/openbabel-ruby
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> openbabel-ruby-9999.ebuild:
+ Switch from git-2 to git-r3
+
*openbabel-ruby-9999 (26 Sep 2013)
26 Sep 2013; Reinis Danne <rei4dan@gmail.com> +openbabel-ruby-9999.ebuild,
diff --git a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild
index 28aa2a409..ec9bc4e0c 100644
--- a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild
+++ b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,10 +6,11 @@ EAPI=5
USE_RUBY="ruby18 ruby19"
-inherit cmake-utils eutils ruby-ng git-2
+inherit cmake-utils eutils ruby-ng git-r3
DESCRIPTION="Ruby bindings for OpenBabel"
HOMEPAGE="http://openbabel.sourceforge.net/"
+SRC_URI=""
EGIT_REPO_URI="https://github.com/openbabel/openbabel.git"
LICENSE="GPL-2"
@@ -27,7 +28,7 @@ CMAKE_IN_SOURCE_BUILD=1
src_unpack() {
all_ruby_unpack() {
- git-2_src_unpack
+ git-r3_src_unpack
}
ruby-ng_src_unpack