diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-24 21:21:03 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-24 21:21:03 +0000 |
commit | 3f7a4a1c25354c7d89a8fa4e0a5695d9fabba084 (patch) | |
tree | 2613d4e4e6a7e957639f85c45a7cf39d057f9140 /dev-python | |
parent | Update HOMEPAGE. Fix dependencies. (diff) | |
download | historical-3f7a4a1c25354c7d89a8fa4e0a5695d9fabba084.tar.gz historical-3f7a4a1c25354c7d89a8fa4e0a5695d9fabba084.tar.bz2 historical-3f7a4a1c25354c7d89a8fa4e0a5695d9fabba084.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/git-python/git-python-0.1.6.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/git-python/git-python-0.1.6.ebuild b/dev-python/git-python/git-python-0.1.6.ebuild deleted file mode 100644 index b67bd5d2ee72..000000000000 --- a/dev-python/git-python/git-python-0.1.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 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.4 2010/03/17 16:49:57 sping Exp $ - -inherit distutils - -DESCRIPTION="git-python is a python library used to interact with Git -repositories." -HOMEPAGE="http://gitorious.org/git-python" -SRC_URI="http://pypi.python.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND="virtual/python - dev-vcs/git" - -S=${WORKDIR}/GitPython-${PV} |