Сравнение calculate-lib-2.1.12-r5 с calculate-lib-2.1.9999
/var/lib/layman/calculate/sys-apps/calculate-lib/calculate-lib-2.1.9999.ebuild 2020-09-24 12:43:15.000000000 +0300 | ||
---|---|---|
3 | 3 |
# $Header: $ |
4 | 4 | |
5 | 5 |
EAPI="5" |
6 |
PYTHON_COMPAT=( python2_7 ) |
|
6 |
PYTHON_COMPAT=(python2_7) |
|
7 | 7 | |
8 |
inherit distutils-r1 eutils |
|
8 |
inherit distutils-r1 git-r3 |
|
9 | 9 | |
10 |
SRC_URI="ftp://ftp.calculate-linux.org/calculate/source/calculate2/${PN}/${P}.tar.bz2 |
|
11 |
http://mirror.yandex.ru/calculate/source/calculate2/${PN}/${P}.tar.bz2" |
|
10 |
EGIT_REPO_URI="git://git.calculate-linux.org/calculate-2.1/calculate-lib.git" |
|
12 | 11 | |
13 | 12 |
DESCRIPTION="The library for Calculate 2" |
14 | 13 |
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2" |
15 | 14 |
LICENSE="Apache-2.0" |
16 | 15 |
SLOT="0" |
17 |
KEYWORDS="amd64 x86" |
|
16 |
KEYWORDS="" |
|
18 | 17 |
IUSE="" |
19 |
DEPEND="!<sys-apps/calculate-client-2.1.12 |
|
20 |
!<sys-apps/calculate-server-2.1.11 |
|
21 |
>=dev-python/python2-ldap-2.0[ssl] |
|
18 | ||
19 |
DEPEND=">=dev-python/python2-ldap-2.0[ssl] |
|
22 | 20 |
>=dev-python/pyxml-0.8" |
23 | 21 |
RDEPEND="${DEPEND}" |
24 | ||
25 |
src_unpack() { |
|
26 |
unpack "${A}" |
|
27 |
cd "${S}" |
|
28 | ||
29 |
# fix work with calculate.env |
|
30 |
epatch "${FILESDIR}/calculate-lib-2.1.12-fix_env.patch" |
|
31 |
# fix dhcp format |
|
32 |
epatch "${FILESDIR}/calculate-lib-2.1.12-fix_dhcp.patch" |
|
33 |
# fix net interfaces detect |
|
34 |
epatch "${FILESDIR}/calculate-lib-2.1.12-fix_bond.patch" |
|
35 |
} |