commit:     ece68587d232f21cc40130c56a76aeb6e44b85a1
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Sep 29 07:37:59 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Sep 29 07:37:59 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ece68587

sys-cluster/htcondor: updated dependency list

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sys-cluster/htcondor/htcondor-8.0.0.ebuild | 13 +++++++------
 sys-cluster/htcondor/htcondor-8.3.2.ebuild |  8 +++++---
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild 
b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 5e25f0325..bc2cde521 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 CMAKE_MIN_VERSION=2.8
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit cmake-utils python-single-r1 user
 
 DESCRIPTION="Workload management system for compute-intensive jobs"
 HOMEPAGE="http://www.cs.wisc.edu/htcondor/";
-SRC_URI="condor_src-${PV}-all-all.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/V${PV//./_}.tar.gz -> 
${P}.tar.gz"
+#SRC_URI="condor_src-${PV}-all-all.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -23,7 +24,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 CDEPEND="
        sys-libs/zlib
        >=dev-libs/libpcre-7.6
-       >=dev-libs/boost-1.49.0[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/boost[${PYTHON_USEDEP}]
+       ')
        net-nds/openldap
        boinc? ( sci-misc/boinc )
        cgroup? ( >=dev-libs/libcgroup-0.37 )
@@ -43,8 +46,6 @@ DEPEND="${CDEPEND}
 RDEPEND="${CDEPEND}
        mail-client/mailx"
 
-RESTRICT=fetch
-
 S="${WORKDIR}/condor-${PV}"
 PATCHES=(
        "${FILESDIR}"/condor_shadow_dlopen-${PV}.patch

diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild 
b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
index c4464b88f..f15bda520 100644
--- a/sys-cluster/htcondor/htcondor-8.3.2.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 CMAKE_MIN_VERSION=2.8
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit cmake-utils python-single-r1 user vcs-snapshot
 
@@ -22,7 +22,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 CDEPEND="sys-libs/zlib
        >=dev-libs/libpcre-7.6
-       >=dev-libs/boost-1.49.0[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/boost[${PYTHON_USEDEP}]
+       ')
        net-nds/openldap
        boinc? ( sci-misc/boinc )
        cgroup? ( >=dev-libs/libcgroup-0.37 )

Reply via email to