From e3205b4dde5899a6b4ac44eac8d53ca06654537f Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 6 Jan 2014 19:39:24 +0100 Subject: sci-chemistry/openbabel-python: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-chemistry/openbabel-python/ChangeLog | 5 ++++- sci-chemistry/openbabel-python/openbabel-python-9999.ebuild | 5 +++-- 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 openbabel-python-9999.ebuild: + Switch from git-2 to git-r3 + 14 Nov 2013; Reinis Danne 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" -- cgit v1.2.3-65-gdbad