equal
deleted
inserted
replaced
|
1 # Copyright 1999-2007 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI=3 |
|
6 |
|
7 inherit distutils python |
|
8 |
|
9 DESCRIPTION="A distant Gentoo synchronizer helper" |
|
10 HOMEPAGE="http://tuna.lyua.org/syndgen/" |
|
11 # SRC_URI="http://tuna.lyua.org/downloads/${P}.tar.bz2" |
|
12 SRC_URI="http://openid.elyzion.net/~darisk/files/soft/${P}.tar.bz2" |
|
13 |
|
14 LICENSE="GPL-3" |
|
15 SLOT="0" |
|
16 KEYWORDS="~x86 ~amd64" |
|
17 IUSE="" |
|
18 |
|
19 PYTHON_DEPEND="2:6" |
|
20 |
|
21 DEPEND="" |
|
22 RDEPEND="net-misc/rsync net-misc/openssh app-portage/gentoolkit" |
|
23 |
|
24 PYTHON_MODNAME="syndgen" |
|
25 |
|
26 src_install() |
|
27 { |
|
28 cd ${S} |
|
29 distutils_src_install |
|
30 |
|
31 doman doc/syndgen.1 |
|
32 } |