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 NEED_PYTHON=2.4 |
|
6 |
|
7 inherit distutils |
|
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 |
|
13 LICENSE="GPL-3" |
|
14 SLOT="0" |
|
15 KEYWORDS="~x86 ~amd64" |
|
16 IUSE="" |
|
17 |
|
18 DEPEND="" |
|
19 RDEPEND="net-misc/rsync net-misc/openssh app-portage/gentoolkit" |
|
20 |
|
21 PYTHON_MODNAME="syndgen" |
|
22 |
|
23 src_install() |
|
24 { |
|
25 cd ${S} |
|
26 distutils_src_install |
|
27 |
|
28 doman doc/syndgen.1 |
|
29 } |
|