Lines 2-8
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-util/ciabot-svn/ciabot-svn-1.15.ebuild,v 1.5 2010/12/18 17:00:24 fauli Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/ciabot-svn/ciabot-svn-1.15.ebuild,v 1.5 2010/12/18 17:00:24 fauli Exp $ |
4 |
|
4 |
|
5 |
inherit eutils |
5 |
EAPI="2" |
|
|
6 |
PYTHON_DEPEND="2" |
7 |
|
8 |
inherit eutils python |
6 |
|
9 |
|
7 |
DESCRIPTION="CIA-bot script for Subversion repositories" |
10 |
DESCRIPTION="CIA-bot script for Subversion repositories" |
8 |
HOMEPAGE="http://cia.navi.cx/doc/clients" |
11 |
HOMEPAGE="http://cia.navi.cx/doc/clients" |
Lines 13-19
Link Here
|
13 |
KEYWORDS="amd64 ~ppc ~ppc64 x86" |
16 |
KEYWORDS="amd64 ~ppc ~ppc64 x86" |
14 |
IUSE="" |
17 |
IUSE="" |
15 |
|
18 |
|
16 |
DEPEND="dev-lang/python" |
19 |
DEPEND="" |
17 |
|
20 |
|
18 |
S=${WORKDIR} |
21 |
S=${WORKDIR} |
19 |
|
22 |
|