aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:39:27 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:39:27 +0100
commitb13aa3d502a4265715ae96f1c617e07d4acba3ea (patch)
tree225fd64840ed301ae24730c47c64f97279eca2f9
parentsci-chemistry/openbabel-python: Switch from git-2 to git-r3 (diff)
downloadsci-b13aa3d502a4265715ae96f1c617e07d4acba3ea.tar.gz
sci-b13aa3d502a4265715ae96f1c617e07d4acba3ea.tar.bz2
sci-b13aa3d502a4265715ae96f1c617e07d4acba3ea.zip
sci-chemistry/openbabel-perl: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
-rw-r--r--sci-chemistry/openbabel-perl/ChangeLog5
-rw-r--r--sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/openbabel-perl/ChangeLog b/sci-chemistry/openbabel-perl/ChangeLog
index 14040e1a2..0d168a927 100644
--- a/sci-chemistry/openbabel-perl/ChangeLog
+++ b/sci-chemistry/openbabel-perl/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/openbabel-perl
-# 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-perl-9999.ebuild:
+ Switch from git-2 to git-r3
+
*openbabel-perl-9999 (26 Sep 2013)
26 Sep 2013; Reinis Danne <rei4dan@gmail.com> +openbabel-perl-9999.ebuild,
diff --git a/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild b/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
index 2a352a8c2..daeb2468d 100644
--- a/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
+++ b/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-inherit cmake-utils eutils git-2 perl-module
+inherit cmake-utils eutils git-r3 perl-module
DESCRIPTION="Perl bindings for OpenBabel"
HOMEPAGE="http://openbabel.sourceforge.net/"
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/openbabel-${PV}"
src_unpack() {
- git-2_src_unpack
+ git-r3_src_unpack
}
src_configure() {