aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:39:24 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:39:24 +0100
commite3205b4dde5899a6b4ac44eac8d53ca06654537f (patch)
tree52b05b7f2e62203f928426504b0bf67a9d7d7ffc /sci-chemistry/openbabel-python
parentsci-chemistry/openbabel-ruby: Switch from git-2 to git-r3 (diff)
downloadsci-e3205b4dde5899a6b4ac44eac8d53ca06654537f.tar.gz
sci-e3205b4dde5899a6b4ac44eac8d53ca06654537f.tar.bz2
sci-e3205b4dde5899a6b4ac44eac8d53ca06654537f.zip
sci-chemistry/openbabel-python: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-chemistry/openbabel-python')
-rw-r--r--sci-chemistry/openbabel-python/ChangeLog5
-rw-r--r--sci-chemistry/openbabel-python/openbabel-python-9999.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog
index f02b86cc1..7fb13854c 100644
--- a/sci-chemistry/openbabel-python/ChangeLog
+++ b/sci-chemistry/openbabel-python/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/openbabel-python
-# 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-python-9999.ebuild:
+ Switch from git-2 to git-r3
+
14 Nov 2013; Reinis Danne <rei4dan@gmail.com> openbabel-python-9999.ebuild:
CMake now is able to find Python module target dir.
diff --git a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
index de787dde8..ba62fbf72 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-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
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-inherit cmake-utils eutils git-2 multilib python-r1
+inherit cmake-utils eutils git-r3 multilib python-r1
DESCRIPTION="Python bindings for OpenBabel (including Pybel)"
HOMEPAGE="http://openbabel.sourceforge.net/"
+SRC_URI=""
EGIT_REPO_URI="https://github.com/openbabel/openbabel.git"
LICENSE="GPL-2"