diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-11-09 12:59:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-11-09 12:59:41 +0000 |
commit | b24edfd13af82ed90e827d082884ebbbbeafeb50 (patch) | |
tree | 68f0d5396fddf81cb82cc8a6ab40e4870fe82770 /dev-python/subvertpy | |
parent | Pull in newer gcc for multilib on amd64 #292174. (diff) | |
download | gentoo-2-b24edfd13af82ed90e827d082884ebbbbeafeb50.tar.gz gentoo-2-b24edfd13af82ed90e827d082884ebbbbeafeb50.tar.bz2 gentoo-2-b24edfd13af82ed90e827d082884ebbbbeafeb50.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.6.9.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog index 126f824f673e..677413a79460 100644 --- a/dev-python/subvertpy/ChangeLog +++ b/dev-python/subvertpy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/subvertpy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.4 2009/11/09 12:56:37 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.5 2009/11/09 12:59:41 fauli Exp $ + + 09 Nov 2009; Christian Faulhammer <fauli@gentoo.org> + -subvertpy-0.6.9.ebuild: + clean up *subvertpy-0.7.1 (09 Nov 2009) diff --git a/dev-python/subvertpy/subvertpy-0.6.9.ebuild b/dev-python/subvertpy/subvertpy-0.6.9.ebuild deleted file mode 100644 index 34954159f9d8..000000000000 --- a/dev-python/subvertpy/subvertpy-0.6.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.6.9.ebuild,v 1.3 2009/10/06 22:17:24 mr_bones_ Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="Alternative Python bindings for Subversion." -HOMEPAGE="http://samba.org/~jelmer/subvertpy/" -SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-util/subversion-1.4 - !<dev-util/bzr-svn-0.5.0_rc2" -DEPEND="${RDEPEND} - test? ( dev-python/nose )" - -DOCS="NEWS AUTHORS" |