public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
Date: Mon, 16 Oct 2017 04:01:25 +0000 (UTC)	[thread overview]
Message-ID: <1508126469.f5fa3d050a6ae98a14266167c00241f7208c8452.soap@gentoo> (raw)

commit:     f5fa3d050a6ae98a14266167c00241f7208c8452
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 04:01:09 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 04:01:09 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f5fa3d05

sys-cluster/htcondor: Remove optional dep on net-libs/qmf

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-cluster/htcondor/htcondor-8.0.0.ebuild | 24 ++++++++++--------------
 sys-cluster/htcondor/htcondor-8.3.2.ebuild | 25 +++++++++++--------------
 sys-cluster/htcondor/metadata.xml          |  1 -
 3 files changed, 21 insertions(+), 29 deletions(-)

diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 9219714f5..5e25f0325 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="condor_src-${PV}-all-all.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="boinc cgroup contrib curl doc kerberos libvirt management minimal postgres python soap ssl test X xml"
+IUSE="boinc cgroup contrib curl doc kerberos libvirt minimal postgres python soap ssl test X xml"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -31,7 +31,6 @@ CDEPEND="
 	libvirt? ( >=app-emulation/libvirt-0.6.2 )
 	kerberos? ( virtual/krb5 )
 	X? ( x11-libs/libX11 )
-	management? ( net-libs/qmf )
 	postgres? ( >=dev-db/postgresql-8.2.4:= )
 	python? ( ${PYTHON_DEPS} )
 	soap? ( >=net-libs/gsoap-2.7.11[ssl?] )
@@ -47,22 +46,19 @@ RDEPEND="${CDEPEND}
 RESTRICT=fetch
 
 S="${WORKDIR}/condor-${PV}"
+PATCHES=(
+	"${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
+)
 
 pkg_setup() {
 	enewgroup condor
 	enewuser condor -1 "${ROOT}"bin/bash "${ROOT}var/lib/condor" condor
 }
 
-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
-	cmake-utils_src_prepare
-}
-
 src_configure() {
 	# All the hard coded -DWITH_X=OFF flags are for packages that aren't in portage
 	# I also haven't included support for HAVE_VMWARE because I don't know what it requires
@@ -81,6 +77,7 @@ src_configure() {
 		-DWITH_UNICOREGAHP=OFF
 		-DWITH_VOMS=OFF
 		-DWITH_WSO2=OFF
+		-DWITH_MANAGEMENT=OFF
 		$(cmake-utils_use_has boinc BACKFILL)
 		$(cmake-utils_use_has boinc)
 		$(cmake-utils_use_with cgroup LIBCGROUP)
@@ -92,7 +89,6 @@ src_configure() {
 		$(cmake-utils_use_with kerberos KRB5)
 		$(cmake-utils_use_with postgres POSTGRESQL)
 		$(cmake-utils_use_with python PYTHON_BINDINGS)
-		$(cmake-utils_use_with management)
 		$(cmake-utils_use minimal CLIPPED)
 		$(cmake-utils_use_with soap AVIARY)
 		$(cmake-utils_use_with soap GSOAP)

diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
index 56b08cc76..c4464b88f 100644
--- a/sys-cluster/htcondor/htcondor-8.3.2.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/V${PV//./_}.tar.gz -> ${P}.tar.g
 LICENSE="Apache-2.0"
 SLOT="0"
 #KEYWORDS="~amd64 ~x86"
-IUSE="boinc cgroup contrib curl dmtcp doc kerberos libvirt management minimal postgres python soap ssl test X xml"
+IUSE="boinc cgroup contrib curl dmtcp doc kerberos libvirt minimal postgres python soap ssl test X xml"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -31,7 +31,6 @@ CDEPEND="sys-libs/zlib
 	libvirt? ( >=app-emulation/libvirt-0.6.2 )
 	kerberos? ( virtual/krb5 )
 	X? ( x11-libs/libX11 )
-	management? ( net-libs/qmf )
 	postgres? ( >=dev-db/postgresql-8.2.4:= )
 	python? ( ${PYTHON_DEPS} )
 	soap? ( >=net-libs/gsoap-2.7.11[ssl?] )
@@ -44,21 +43,19 @@ DEPEND="${CDEPEND}
 RDEPEND="${CDEPEND}
 	virtual/mailx"
 
+PATCHES=(
+	"${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
+)
+
 pkg_setup() {
 	enewgroup condor
 	enewuser condor -1 "${ROOT}"bin/bash "${ROOT}var/lib/condor" condor
 }
 
-src_prepare() {
-	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
-}
-
 src_configure() {
 	# All the hard coded -DWITH_X=OFF flags are for packages that aren't in portage
 	# I also haven't included support for HAVE_VMWARE because I don't know what it requires
@@ -77,6 +74,7 @@ src_configure() {
 		-DWITH_UNICOREGAHP=OFF
 		-DWITH_VOMS=OFF
 		-DWITH_WSO2=OFF
+		-DWITH_MANAGEMENT=OFF
 		$(cmake-utils_use_has boinc BACKFILL)
 		$(cmake-utils_use_has boinc)
 		$(cmake-utils_use_with cgroup LIBCGROUP)
@@ -88,7 +86,6 @@ src_configure() {
 		$(cmake-utils_use_with kerberos KRB5)
 		$(cmake-utils_use_with postgres POSTGRESQL)
 		$(cmake-utils_use_with python PYTHON_BINDINGS)
-		$(cmake-utils_use_with management)
 		$(cmake-utils_use minimal CLIPPED)
 		$(cmake-utils_use_with soap AVIARY)
 		$(cmake-utils_use_with soap GSOAP)

diff --git a/sys-cluster/htcondor/metadata.xml b/sys-cluster/htcondor/metadata.xml
index 6b59f13ef..32ec6ea2e 100644
--- a/sys-cluster/htcondor/metadata.xml
+++ b/sys-cluster/htcondor/metadata.xml
@@ -25,7 +25,6 @@
     <flag name="contrib">Build contrib modules</flag>
     <flag name="dmtcp">Use <pkg>sys-apps/dmtcp</pkg> for checkpointing</flag>
     <flag name="libvirt">Use <pkg>app-emulation/libvirt</pkg> for virtualisation</flag>
-    <flag name="management">Use <pkg>net-libs/qmf</pkg> for management</flag>
     <flag name="minimal">Don't support standard universe jobs</flag>
     <flag name="X">Enable the HTCondor Keyboard Daemon to monitor logged in X users for activity</flag>
   </use>


             reply	other threads:[~2017-10-16  4:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16  4:01 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-30 21:56 [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/ Aisha Tammy
2020-09-29  7:38 Horea Christian
2016-06-16  9:21 Marius Brehler
2015-06-06 10:23 Justin Lecher
2015-02-18 16:41 Justin Lecher
2015-01-12  0:00 Christoph Junghans
2015-01-06  0:19 Christoph Junghans
2015-01-05  4:11 Christoph Junghans
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508126469.f5fa3d050a6ae98a14266167c00241f7208c8452.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox