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 4C813138A1A for ; Mon, 5 Jan 2015 04:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C0D9E088F; Mon, 5 Jan 2015 04:11:47 +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 ED34EE088F for ; Mon, 5 Jan 2015 04:11:46 +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 EAEA934066C for ; Mon, 5 Jan 2015 04:11:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91424EE43 for ; Mon, 5 Jan 2015 04:11:44 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1420431072.4a4757fb1babc51b8556689cfd3670e11bc9d940.ottxor@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 X-VCS-Directories: sys-cluster/htcondor/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 4a4757fb1babc51b8556689cfd3670e11bc9d940 X-VCS-Branch: master Date: Mon, 5 Jan 2015 04:11:44 +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: 9efdcc90-43d5-460a-a650-84ad1bbb5ecf X-Archives-Hash: 850903d5c96e5b12a41f3969d4ea1aac commit: 4a4757fb1babc51b8556689cfd3670e11bc9d940 Author: Christoph Junghans gentoo org> AuthorDate: Mon Jan 5 04:11:12 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Jan 5 04:11:12 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4a4757fb fixed deps Package-Manager: portage-2.2.14 --- sys-cluster/htcondor/ChangeLog | 8 +++++--- sys-cluster/htcondor/htcondor-8.0.0.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sys-cluster/htcondor/ChangeLog b/sys-cluster/htcondor/ChangeLog index 484d642..476c004 100644 --- a/sys-cluster/htcondor/ChangeLog +++ b/sys-cluster/htcondor/ChangeLog @@ -1,7 +1,10 @@ -# ChangeLog for sys-cluster/condor -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# ChangeLog for sys-cluster/htcondor +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Jan 2015; Christoph Junghans htcondor-8.0.0.ebuild: + fixed deps + *condor-7.5.4 (08 Jan 2011) 08 Jan 2011; Sébastien Fabbro +condor-7.5.4.ebuild: @@ -37,4 +40,3 @@ +files/log_lock_run.patch, +files/no_basename.patch, +files/no_rpmdb_query.patch, +files/stdsoap2.h.patch.patch, +metadata.xml: Initial import - diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild index 938eb12..c621793 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-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -31,7 +31,7 @@ CDEPEND="sys-libs/zlib kerberos? ( virtual/krb5 ) X? ( x11-libs/libX11 ) management? ( net-libs/qmf ) - postgres? ( >=dev-db/postgresql-base-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 ) @@ -112,4 +112,4 @@ src_install() { fperms 755 /var/run/condor fperms 0775 /var/lock/condor fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor -} \ No newline at end of file +}