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/metro/metro-1.4.1.ebuild,v 1.3 2010/06/13 15:01:31 armin76 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/metro/metro-1.4.1.ebuild,v 1.3 2010/06/13 15:01:31 armin76 Exp $ |
4 |
|
4 |
|
5 |
EAPI="2" |
5 |
EAPI="3" |
|
|
6 |
PYTHON_DEPEND="*::3.2" |
7 |
inherit python |
6 |
|
8 |
|
7 |
DESCRIPTION="release metatool used for creating Gentoo and Funtoo releases" |
9 |
DESCRIPTION="release metatool used for creating Gentoo and Funtoo releases" |
8 |
HOMEPAGE="http://www.github.com/funtoo/metro" |
10 |
HOMEPAGE="http://www.github.com/funtoo/metro" |
Lines 14-25
Link Here
|
14 |
IUSE="+ccache +git threads" |
16 |
IUSE="+ccache +git threads" |
15 |
|
17 |
|
16 |
DEPEND="" |
18 |
DEPEND="" |
17 |
RDEPEND="dev-lang/python |
19 |
RDEPEND="threads? ( app-arch/pbzip2 ) |
18 |
threads? ( app-arch/pbzip2 ) |
|
|
19 |
ccache? ( dev-util/ccache ) |
20 |
ccache? ( dev-util/ccache ) |
20 |
git? ( dev-vcs/git )" |
21 |
git? ( dev-vcs/git )" |
21 |
|
22 |
|
22 |
src_install() { |
23 |
src_install() { |
|
|
24 |
python_convert_shebangs -r 2 "${ED}" |
23 |
insinto /usr/lib/metro |
25 |
insinto /usr/lib/metro |
24 |
doins -r . |
26 |
doins -r . |
25 |
fperms 0755 /usr/lib/metro/metro |
27 |
fperms 0755 /usr/lib/metro/metro |