diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-06-22 01:05:00 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-06-22 01:05:00 +0000 |
commit | 591445b0e84e32523192436a76f1824ccc8d046d (patch) | |
tree | e71a40436800c1b06fdec3fb7af76451efc6a77c /dev-python/git-python | |
parent | Use python interpreter returned by distutils eclass (#268862). (diff) | |
download | gentoo-2-591445b0e84e32523192436a76f1824ccc8d046d.tar.gz gentoo-2-591445b0e84e32523192436a76f1824ccc8d046d.tar.bz2 gentoo-2-591445b0e84e32523192436a76f1824ccc8d046d.zip |
Small QA fixes.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/git-python')
-rw-r--r-- | dev-python/git-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/git-python/git-python-0.1.6.ebuild | 12 |
2 files changed, 8 insertions, 10 deletions
diff --git a/dev-python/git-python/ChangeLog b/dev-python/git-python/ChangeLog index 8e85b1a5879b..a0cd165161a3 100644 --- a/dev-python/git-python/ChangeLog +++ b/dev-python/git-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/git-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.1 2009/06/21 20:56:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.2 2009/06/22 01:05:00 gentoofan23 Exp $ + + 22 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org> + git-python-0.1.6.ebuild: + Small QA fixes. *git-python-0.1.6 (21 Jun 2009) diff --git a/dev-python/git-python/git-python-0.1.6.ebuild b/dev-python/git-python/git-python-0.1.6.ebuild index 6fa89d2b2473..4cb3e34db096 100644 --- a/dev-python/git-python/git-python-0.1.6.ebuild +++ b/dev-python/git-python/git-python-0.1.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild,v 1.1 2009/06/21 20:56:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild,v 1.2 2009/06/22 01:05:00 gentoofan23 Exp $ -inherit python distutils +inherit distutils DESCRIPTION="git-python is a python library used to interact with Git repositories." @@ -14,12 +14,6 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="dev-lang/python" -RDEPEND="dev-lang/python - dev-util/git" +RDEPEND="dev-util/git" S=${WORKDIR}/GitPython-${PV} - -src_install (){ - distutils_src_install -} |