Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 469510 | Differences between
and this patch

Collapse All | Expand All

(-)svneverever-1.2.2.ebuild.orig (-8 / +5 lines)
Lines 2-14 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.2.ebuild,v 1.1 2013/05/11 01:14:38 sping Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.2.ebuild,v 1.1 2013/05/11 01:14:38 sping Exp $
4
4
5
EAPI="2"
5
EAPI="5"
6
6
7
PYTHON_DEPEND="*:2.6"
7
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
8
SUPPORT_PYTHON_ABIS="1"
8
inherit distutils-r1
9
RESTRICT_PYTHON_ABIS="2.[45]"
10
11
inherit distutils
12
9
13
DESCRIPTION="Tool collecting path entries across SVN history"
10
DESCRIPTION="Tool collecting path entries across SVN history"
14
HOMEPAGE="http://git.goodpoint.de/?p=svneverever.git;a=summary"
11
HOMEPAGE="http://git.goodpoint.de/?p=svneverever.git;a=summary"
Lines 20-24 Link Here
20
IUSE=""
17
IUSE=""
21
18
22
DEPEND=""
19
DEPEND=""
23
RDEPEND="dev-python/pysvn
20
RDEPEND="dev-python/pysvn[${PYTHON_USEDEP}]
24
	virtual/python-argparse"
21
	virtual/python-argparse[${PYTHON_USEDEP}]"

Return to bug 469510