Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
Date: Tue, 29 Sep 2020 07:38:08
Message-Id: 1601365079.ece68587d232f21cc40130c56a76aeb6e44b85a1.chymera@gentoo
1 commit: ece68587d232f21cc40130c56a76aeb6e44b85a1
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Tue Sep 29 07:37:59 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 29 07:37:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ece68587
7
8 sys-cluster/htcondor: updated dependency list
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sys-cluster/htcondor/htcondor-8.0.0.ebuild | 13 +++++++------
14 sys-cluster/htcondor/htcondor-8.3.2.ebuild | 8 +++++---
15 2 files changed, 12 insertions(+), 9 deletions(-)
16
17 diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
18 index 5e25f0325..bc2cde521 100644
19 --- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
20 +++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
21 @@ -1,17 +1,18 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27
28 CMAKE_MIN_VERSION=2.8
29
30 -PYTHON_COMPAT=( python2_7 )
31 +PYTHON_COMPAT=( python3_{6..9} )
32
33 inherit cmake-utils python-single-r1 user
34
35 DESCRIPTION="Workload management system for compute-intensive jobs"
36 HOMEPAGE="http://www.cs.wisc.edu/htcondor/"
37 -SRC_URI="condor_src-${PV}-all-all.tar.gz"
38 +SRC_URI="https://github.com/${PN}/${PN}/archive/V${PV//./_}.tar.gz -> ${P}.tar.gz"
39 +#SRC_URI="condor_src-${PV}-all-all.tar.gz"
40
41 LICENSE="Apache-2.0"
42 SLOT="0"
43 @@ -23,7 +24,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
44 CDEPEND="
45 sys-libs/zlib
46 >=dev-libs/libpcre-7.6
47 - >=dev-libs/boost-1.49.0[${PYTHON_USEDEP}]
48 + $(python_gen_cond_dep '
49 + dev-libs/boost[${PYTHON_USEDEP}]
50 + ')
51 net-nds/openldap
52 boinc? ( sci-misc/boinc )
53 cgroup? ( >=dev-libs/libcgroup-0.37 )
54 @@ -43,8 +46,6 @@ DEPEND="${CDEPEND}
55 RDEPEND="${CDEPEND}
56 mail-client/mailx"
57
58 -RESTRICT=fetch
59 -
60 S="${WORKDIR}/condor-${PV}"
61 PATCHES=(
62 "${FILESDIR}"/condor_shadow_dlopen-${PV}.patch
63
64 diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
65 index c4464b88f..f15bda520 100644
66 --- a/sys-cluster/htcondor/htcondor-8.3.2.ebuild
67 +++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
68 @@ -1,11 +1,11 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 +# Copyright 1999-2020 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=5
74
75 CMAKE_MIN_VERSION=2.8
76
77 -PYTHON_COMPAT=( python2_7 )
78 +PYTHON_COMPAT=( python3_{6..9} )
79
80 inherit cmake-utils python-single-r1 user vcs-snapshot
81
82 @@ -22,7 +22,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
83
84 CDEPEND="sys-libs/zlib
85 >=dev-libs/libpcre-7.6
86 - >=dev-libs/boost-1.49.0[${PYTHON_USEDEP}]
87 + $(python_gen_cond_dep '
88 + dev-libs/boost[${PYTHON_USEDEP}]
89 + ')
90 net-nds/openldap
91 boinc? ( sci-misc/boinc )
92 cgroup? ( >=dev-libs/libcgroup-0.37 )