diff options
author | 2009-11-09 12:56:37 +0000 | |
---|---|---|
committer | 2009-11-09 12:56:37 +0000 | |
commit | 2789364326bade76200506905355721817d90d69 (patch) | |
tree | bbbb87d73fccb09956f25180c8e123f75782b4e5 /dev-python/subvertpy/subvertpy-0.7.1.ebuild | |
parent | stable x86, security bug 280393 (diff) | |
download | gentoo-2-2789364326bade76200506905355721817d90d69.tar.gz gentoo-2-2789364326bade76200506905355721817d90d69.tar.bz2 gentoo-2-2789364326bade76200506905355721817d90d69.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/subvertpy/subvertpy-0.7.1.ebuild')
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.7.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/subvertpy/subvertpy-0.7.1.ebuild b/dev-python/subvertpy/subvertpy-0.7.1.ebuild new file mode 100644 index 000000000000..e8a6252e6dd5 --- /dev/null +++ b/dev-python/subvertpy/subvertpy-0.7.1.ebuild @@ -0,0 +1,23 @@ +# 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.7.1.ebuild,v 1.1 2009/11/09 12:56:37 fauli 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" |