author | Da Risk <da_risk@geekorum.com> |
Sun, 02 Aug 2015 01:21:58 +0200 | |
changeset 170 | 71c4f6ddaa70 |
parent 24 | 3d61943fc211 |
permissions | -rw-r--r-- |
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
1 |
# Copyright 1999-2015 Gentoo Foundation |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
3 |
# $Header: $ |
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
4 |
|
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
5 |
EAPI=5 |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
6 |
|
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
7 |
PYTHON_COMPAT=( python2_7 ) |
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
8 |
|
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
9 |
inherit distutils-r1 |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
10 |
|
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
11 |
DESCRIPTION="A distant Gentoo synchronizer helper" |
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
12 |
HOMEPAGE="http://tuna.lyua.org/syndgen/" |
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
13 |
SRC_URI="httpS://tinyrss.elyzion.net/files/soft/${P}.tar.bz2" |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
14 |
|
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
15 |
LICENSE="GPL-3" |
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
16 |
SLOT="0" |
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
17 |
KEYWORDS="~amd64 ~x86" |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
18 |
IUSE="" |
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
19 |
|
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
20 |
DEPEND="" |
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
21 |
RDEPEND="net-misc/rsync net-misc/openssh app-portage/gentoolkit" |
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
22 |
|
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
23 |
EHG_REPO_URI="https://hg.geekorum.com/syndgen" |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
24 |
|
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
25 |
python_install_all() |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
26 |
{ |
170
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
27 |
distutils-r1_python_install_all |
71c4f6ddaa70
Add live version of sys-app/syndgen-9999 which is python3 only
Da Risk <da_risk@geekorum.com>
parents:
24
diff
changeset
|
28 |
doman doc/syndgen.1 |
24
3d61943fc211
Update syndgen and chenvr to download source from personal space on
Da Risk <da_risk@beem-project.com>
parents:
diff
changeset
|
29 |
} |