From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0802E138A1A for ; Wed, 18 Feb 2015 16:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BD66E099C; Wed, 18 Feb 2015 16:41:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AD18E099C for ; Wed, 18 Feb 2015 16:41:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BA5A3408AF for ; Wed, 18 Feb 2015 16:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9E1C120A5 for ; Wed, 18 Feb 2015 16:41:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1424269088.f4ee1c44273f78f7078a793d052273615c26dbb5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/htcondor/ChangeLog sys-cluster/htcondor/htcondor-8.0.0.ebuild sys-cluster/htcondor/htcondor-8.3.2.ebuild X-VCS-Directories: sys-cluster/htcondor/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f4ee1c44273f78f7078a793d052273615c26dbb5 X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:41:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7bd9f9b8-7544-4eb3-aa35-f30b457533ee X-Archives-Hash: 805ebe1d06452a9b1258b503bc7e90a1 commit: f4ee1c44273f78f7078a793d052273615c26dbb5 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 14:18:08 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 14:18:08 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f4ee1c44 sys-cluster/htcondor: fix SLOT operators Package-Manager: portage-2.2.17 --- sys-cluster/htcondor/ChangeLog | 4 ++++ sys-cluster/htcondor/htcondor-8.0.0.ebuild | 22 +++++++++++++--------- sys-cluster/htcondor/htcondor-8.3.2.ebuild | 19 +++++++++++-------- 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/sys-cluster/htcondor/ChangeLog b/sys-cluster/htcondor/ChangeLog index 1dafb48..7215000 100644 --- a/sys-cluster/htcondor/ChangeLog +++ b/sys-cluster/htcondor/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2015; Justin Lecher htcondor-8.0.0.ebuild, + htcondor-8.3.2.ebuild: + sys-cluster/htcondor: fix SLOT operators + *htcondor-8.3.2 (06 Jan 2015) 06 Jan 2015; Christoph Junghans +htcondor-8.3.2.ebuild: diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild index c621793..54c4d5a 100644 --- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild +++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild @@ -3,8 +3,10 @@ # $Header: $ EAPI=5 + CMAKE_MIN_VERSION=2.8 -PYTHON_COMPAT=( python{2_6,2_7} ) + +PYTHON_COMPAT=( python2_7 ) inherit cmake-utils python-single-r1 user @@ -19,7 +21,8 @@ IUSE="boinc cgroup contrib curl dmtcp doc kerberos libvirt management minimal po REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -CDEPEND="sys-libs/zlib +CDEPEND=" + sys-libs/zlib >=dev-libs/libpcre-7.6 >=dev-libs/boost-1.49.0[${PYTHON_USEDEP}] net-nds/openldap @@ -31,10 +34,10 @@ CDEPEND="sys-libs/zlib kerberos? ( virtual/krb5 ) X? ( x11-libs/libX11 ) management? ( net-libs/qmf ) - postgres? ( >=dev-db/postgresql-8.2.4 ) + postgres? ( >=dev-db/postgresql-8.2.4:= ) python? ( ${PYTHON_DEPS} ) soap? ( >=net-libs/gsoap-2.7.11[ssl?] ) - ssl? ( >=dev-libs/openssl-0.9.8i ) + ssl? ( >=dev-libs/openssl-0.9.8i:0 ) xml? ( >=dev-libs/libxml2-2.7.3 )" DEPEND="${CDEPEND} @@ -53,11 +56,12 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}/condor_shadow_dlopen-${PV}.patch" \ - "${FILESDIR}/condor_config.generic.patch" \ - "${FILESDIR}/0001-Apply-the-user-s-condor_config-last-rather-than-firs.patch" \ - "${FILESDIR}/packaging_directories-${PV}.patch" \ - "${FILESDIR}/fix_sandbox_violations-${PV}.patch" + epatch \ + "${FILESDIR}"/condor_shadow_dlopen-${PV}.patch \ + "${FILESDIR}"/condor_config.generic.patch \ + "${FILESDIR}"/0001-Apply-the-user-s-condor_config-last-rather-than-firs.patch \ + "${FILESDIR}"/packaging_directories-${PV}.patch \ + "${FILESDIR}"/fix_sandbox_violations-${PV}.patch cmake-utils_src_prepare } diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild b/sys-cluster/htcondor/htcondor-8.3.2.ebuild index cc80176..fa11f6d 100644 --- a/sys-cluster/htcondor/htcondor-8.3.2.ebuild +++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild @@ -3,8 +3,10 @@ # $Header: $ EAPI=5 + CMAKE_MIN_VERSION=2.8 -PYTHON_COMPAT=( python{2_6,2_7} ) + +PYTHON_COMPAT=( python2_7 ) inherit cmake-utils python-single-r1 user vcs-snapshot @@ -31,10 +33,10 @@ CDEPEND="sys-libs/zlib kerberos? ( virtual/krb5 ) X? ( x11-libs/libX11 ) management? ( net-libs/qmf ) - postgres? ( >=dev-db/postgresql-8.2.4 ) + postgres? ( >=dev-db/postgresql-8.2.4:= ) python? ( ${PYTHON_DEPS} ) soap? ( >=net-libs/gsoap-2.7.11[ssl?] ) - ssl? ( >=dev-libs/openssl-0.9.8i ) + ssl? ( >=dev-libs/openssl-0.9.8i:0 ) xml? ( >=dev-libs/libxml2-2.7.3 )" DEPEND="${CDEPEND} @@ -49,11 +51,12 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}/${P}-shadow_dlopen.patch" - epatch "${FILESDIR}/${P}-condor_config.generic.patch" - epatch "${FILESDIR}/${P}-Apply-the-users-condor_config-last-rather-than-first.patch" - epatch "${FILESDIR}/${P}-packaging_directories.patch" - epatch "${FILESDIR}/fix_sandbox_violations-8.0.0.patch" + epatch \ + "${FILESDIR}"/${P}-shadow_dlopen.patch \ + "${FILESDIR}"/${P}-condor_config.generic.patch \ + "${FILESDIR}"/${P}-Apply-the-users-condor_config-last-rather-than-first.patch \ + "${FILESDIR}"/${P}-packaging_directories.patch \ + "${FILESDIR}"/fix_sandbox_violations-8.0.0.patch cmake-utils_src_prepare }