* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 6d3e0bc8e58a833002041b464f5a8bf689664f6f
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jun 17 19:52:25 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 19:52:25 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6d3e0bc8
Fixed repoman complaints
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 18 ++++++++++--------
sys-cluster/htcondor/metadata.xml | 13 ++++++++-----
2 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 79d4c68..d5f570f 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -4,9 +4,9 @@
EAPI=5
CMAKE_MIN_VERSION=2.8
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit cmake-utils python-single-r1
+inherit cmake-utils python-single-r1 user
DESCRIPTION="Workload management system for compute-intensive jobs"
HOMEPAGE="http://www.cs.wisc.edu/htcondor/"
@@ -15,11 +15,11 @@ SRC_URI="condor_src-${PV}-all-all.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="boinc cgroup contrib curl dmtcp doc kbdd kerberos libvirt management minimal postgres python soap ssl test xml"
+IUSE="boinc cgroup contrib curl dmtcp doc kerberos libvirt management minimal postgres python soap ssl test X xml"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-DEPEND="sys-libs/zlib
+CDEPEND="sys-libs/zlib
>=dev-libs/libpcre-7.6
>=dev-libs/boost-1.49.0[${PYTHON_USEDEP}]
net-nds/openldap
@@ -29,16 +29,18 @@ DEPEND="sys-libs/zlib
dmtcp? ( sys-apps/dmtcp )
libvirt? ( >=app-emulation/libvirt-0.6.2 )
kerberos? ( virtual/krb5 )
- kbdd? ( x11-libs/libX11 )
+ X? ( x11-libs/libX11 )
management? ( net-libs/qmf )
postgres? ( >=dev-db/postgresql-base-8.2.4 )
python? ( ${PYTHON_DEPS} )
soap? ( >=net-libs/gsoap-2.7.11[ssl?] )
ssl? ( >=dev-libs/openssl-0.9.8i )
- test? ( dev-util/valgrind )
xml? ( >=dev-libs/libxml2-2.7.3 )"
-RDEPEND="${DEPEND}
+DEPEND="${CDEPEND}
+ test? ( dev-util/valgrind )"
+
+RDEPEND="${CDEPEND}
mail-client/mailx"
RESTRICT=fetch
@@ -80,7 +82,7 @@ src_configure() {
$(cmake-utils_use_with curl)
$(cmake-utils_use_want doc MAN_PAGES)
$(cmake-utils_use_with libvirt)
- $(cmake-utils_use_has kbdd)
+ $(cmake-utils_use_has X KBDD)
$(cmake-utils_use_with kerberos KRB5)
$(cmake-utils_use_with postgres POSTGRESQL)
$(cmake-utils_use_with python PYTHON_BINDINGS)
diff --git a/sys-cluster/htcondor/metadata.xml b/sys-cluster/htcondor/metadata.xml
index bd197e1..7257cf7 100644
--- a/sys-cluster/htcondor/metadata.xml
+++ b/sys-cluster/htcondor/metadata.xml
@@ -17,10 +17,13 @@
different grid toolkits.
</longdescription>
<use>
- <flag name="classads">Enable the Condor's classified advertisement language</flag>
- <flag name="drmaa">Enable the Distributed Resource Management
- Application API</flag>
- <flag name="gcb">Enable condor to communicate over firewall/NAT</flag>
- <flag name="kbdd">Enable the Condor Keyboard Daemon to monitor logged in X users for activity</flag>
+ <flag name="boinc">Enable backfill with BOINC jobs when the cluster is not being used</flag>
+ <flag name="cgroup">Use <pkg>dev-libs/libcgroup</pkg> for kernel control groups</flag>
+ <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 Condor Keyboard Daemon to monitor logged in X users for activity</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: cea40a6e3829b6993b1877bc52067b003e9f6c60
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jun 17 20:28:21 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 20:28:21 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cea40a6e
Use CMAKE_INSTALL_PREFIX - hopefully fix sandbox violations
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index d5f570f..5d667a9 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -61,6 +61,7 @@ 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
local mycmakeargs="
+ -DCMAKE_INSTALL_PREFIX='${ED}'
-DCONDOR_PACKAGE_BUILD=OFF
-DWITH_AVIARY=OFF
-DWITH_BLAHP=OFF
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 2ce0c36da84e85941446e27be80dda6d9d67ab20
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jun 17 19:38:24 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 19:38:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2ce0c36d
Wrote a src_install function based on code copied from old ebuilds
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 347b735..79d4c68 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -93,3 +93,19 @@ src_configure() {
$(cmake-utils_use_with xml LIBXML2)"
cmake-utils_src_configure
}
+
+src_install() {
+ cmake-utils_src_install
+
+ dodir /var/log/condor
+ dodir /var/run/condor
+ dodir /var/lock/condor
+
+ fperms 750 /var/lib/condor /var/log/condor
+ fperms 755 /var/run/condor
+ fperms 0775 /var/lock/condor
+ fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor /var/lib/condor/condor_config.local
+
+ newconfd "${FILESDIR}"/condor.confd condor || die
+ newinitd "${FILESDIR}"/condor.initd condor || die
+}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: b5a8e5acf9b416b34292c2821f629ccabb4b8609
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jun 17 19:38:51 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 19:38:51 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b5a8e5ac
Deleted old ebuilds now they aren't needed to copy code from
---
sys-cluster/htcondor/condor-7.5.2.ebuild | 160 -------------------------------
sys-cluster/htcondor/condor-7.5.4.ebuild | 160 -------------------------------
2 files changed, 320 deletions(-)
diff --git a/sys-cluster/htcondor/condor-7.5.2.ebuild b/sys-cluster/htcondor/condor-7.5.2.ebuild
deleted file mode 100644
index 4620258..0000000
--- a/sys-cluster/htcondor/condor-7.5.2.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit autotools eutils user flag-o-matic
-
-DESCRIPTION="Workload management system for compute-intensive jobs"
-HOMEPAGE="http://www.cs.wisc.edu/condor/"
-SRC_URI="${PN}_src-${PV}-all-all.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="classads drmaa examples gcb kbdd kerberos postgres soap ssl static-libs"
-
-CDEPEND="sys-libs/zlib
- app-emulation/libvirt
- dev-libs/libpcre
- classads? ( sys-cluster/classads[pcre] )
- gcb? ( net-firewall/gcb )
- kerberos? ( app-crypt/mit-krb5 )
- kbdd? ( x11-libs/libX11 )
- postgres? ( dev-db/postgresql-base )
- soap? ( net-libs/gsoap )
- ssl? ( dev-libs/openssl )"
-
-RDEPEND="${CDEPEND}
- mail-client/mailx"
-
-DEPEND="${CDEPEND}
- x11-misc/imake"
-
-RESTRICT=fetch
-
-S="${WORKDIR}/${P}/src"
-
-pkg_setup() {
- enewgroup condor
- enewuser condor -1 "${ROOT}"bin/bash "${ROOT}var/lib/condor" condor
-}
-
-src_prepare() {
- # these two eauto* are to replicate the build_init script
- # not so sure they are really needed
- eautoheader
- eautoconf
- # this patch is mostly to use standard fhs
- cd condor_examples
- epatch ./condor_config.generic.rpm.patch
- # the base local file is in /etc, then the condor local file is updated and should reside in /var/lib
- sed -i \
- -e 's:\(LOCAL_CONFIG_FILE.*=\).*:\1 /var/lib/condor/condor_config.local:' \
- condor_config.generic || die
-}
-
-src_configure() {
- # condor seems to be buggy with -O2 and above with gcc
- filter-flags "-O[s2-9]" "-O1"
-
- # set USE_OLD_IMAKE to anything so condor_imake will use the system
- # installed imake instead of building its own
- export USE_OLD_IMAKE=YES
- econf \
- --with-buildid=Gentoo-${P} \
- --enable-proper \
- --disable-full-port \
- --disable-gcc-version-check \
- --disable-glibc-version-check \
- --disable-rpm \
- --without-zlib \
- --with-libvirt \
- $(use_enable kbdd) \
- $(use_enable postgres quill) \
- $(use_enable static-libs static) \
- $(use_with classads) \
- $(use_with drmaa) \
- $(use_with gcb) \
- $(use_with kerberos krb5) \
- $(use_with postgres postgresql) \
- $(use_with soap gsoap) \
- $(use_with ssl openssl)
-}
-
-src_compile() {
- # yet to find a way to parallelize compilation
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake release manpages || die "emake release failed"
- if use static-libs; then
- emake static || die "emake static failed"
- fi
-
- cd release_dir
- ## remove a shitload of useless stuff to sync with the rpm package
- ## comments are from the rpm fedora spec file
- # used by old MPI universe, not packaged (it's rsh, it should die)
- rm -rf libexec/rsh
- # this is distributed as chirp_client.c/h and chirp_protocol.h
- rm lib/libchirp_client.a include/chirp_client.h
- # checkpoint, reschedule and vacate live in bin/, don't duplicate
- rm sbin/condor_{checkpoint,reschedule,vacate}
- # sbin/condor is a pointless hard links
- rm sbin/condor
-
- # binaries
- dosbin sbin/* || die
- dobin bin/* || die
- # headers
- insinto /usr
- doins -r include || die
- # libs
- dolib.so lib/*so || die
- use static-libs && dolib.a lib/*a
- insinto /usr/libexec/condor
- doins -r libexec/* || die
-
- # data files
- insinto /usr/share/${PN}
- doins lib/*.jar lib/*.class lib/*.pm || die
- use postgres && doins -r sql
-
- # examples
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r etc/examples || die
- fi
-
- # config files
- insinto /etc/condor
- newins etc/examples/condor_config.generic condor_config || die
- newins etc/examples/condor_config.local.generic condor_config.local || die
- insinto /var/lib/condor/
- newins etc/examples/condor_config.local.generic
-
- dodir /var/log/condor
- dodir /var/run/condor
- dodir /var/lock/condor
-
- fperms 750 /var/lib/condor /var/log/condor
- fperms 755 /var/run/condor
- fperms 0775 /var/lock/condor
- fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor /var/lib/condor/condor_config.local
-
- newconfd "${FILESDIR}"/condor.confd condor || die
- newinitd "${FILESDIR}"/condor.initd condor || die
-}
-
-pkg_postinst() {
- elog "Default configuration files have been installed"
- elog "You can customize it from there or provide your own"
- elog "in ${ROOT}etc/${PN}/condor_config*"
-
- elog "The condor ebuild is still under development."
- elog "Help us improve the ebuild in participating in:"
- elog "https://bugs.gentoo.org/show_bug.cgi?id=60281"
-}
diff --git a/sys-cluster/htcondor/condor-7.5.4.ebuild b/sys-cluster/htcondor/condor-7.5.4.ebuild
deleted file mode 100644
index 720efb6..0000000
--- a/sys-cluster/htcondor/condor-7.5.4.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit autotools eutils user flag-o-matic
-
-DESCRIPTION="Workload management system for compute-intensive jobs"
-HOMEPAGE="http://www.cs.wisc.edu/condor/"
-SRC_URI="${PN}_src-${PV}-all-all.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="classads drmaa examples gcb kbdd kerberos postgres soap ssl static-libs"
-
-CDEPEND="sys-libs/zlib
- app-emulation/libvirt
- dev-libs/libpcre
- classads? ( sys-cluster/classads[pcre] )
- gcb? ( net-firewall/gcb )
- kerberos? ( app-crypt/mit-krb5 )
- kbdd? ( x11-libs/libX11 )
- postgres? ( dev-db/postgresql-base )
- soap? ( net-libs/gsoap )
- ssl? ( dev-libs/openssl )"
-
-RDEPEND="${CDEPEND}
- mail-client/mailx"
-
-DEPEND="${CDEPEND}
- x11-misc/imake"
-
-RESTRICT=fetch
-
-S="${WORKDIR}/${P}/src"
-
-pkg_setup() {
- enewgroup condor
- enewuser condor -1 "${ROOT}"bin/bash "${ROOT}var/lib/condor" condor
-}
-
-src_prepare() {
- # these two eauto* are to replicate the build_init script
- # not so sure they are really needed
- eautoheader
- eautoconf
- # this patch is mostly to use standard fhs
- cd condor_examples
- epatch ./condor_config.generic.rpm.patch
- # the base local file is in /etc, then the condor local file is updated and should reside in /var/lib
- sed -i \
- -e 's:\(LOCAL_CONFIG_FILE.*=\).*:\1 /var/lib/condor/condor_config.local:' \
- condor_config.generic || die
-}
-
-src_configure() {
- # condor seems to be buggy with -O2 and above with gcc
- filter-flags "-O[s2-9]" "-O1"
-
- # set USE_OLD_IMAKE to anything so condor_imake will use the system
- # installed imake instead of building its own
- export USE_OLD_IMAKE=YES
- econf \
- --with-buildid=Gentoo-${P} \
- --enable-proper \
- --disable-full-port \
- --disable-gcc-version-check \
- --disable-glibc-version-check \
- --disable-rpm \
- --without-zlib \
- --with-libvirt \
- $(use_enable kbdd) \
- $(use_enable postgres quill) \
- $(use_enable static-libs static) \
- $(use_with classads) \
- $(use_with drmaa) \
- $(use_with gcb) \
- $(use_with kerberos krb5) \
- $(use_with postgres postgresql) \
- $(use_with soap gsoap) \
- $(use_with ssl openssl)
-}
-
-src_compile() {
- # yet to find a way to parallelize compilation
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake release manpages || die "emake release failed"
- if use static-libs; then
- emake static || die "emake static failed"
- fi
-
- cd release_dir
- ## remove a shitload of useless stuff to sync with the rpm package
- ## comments are from the rpm fedora spec file
- # used by old MPI universe, not packaged (it's rsh, it should die)
- rm -rf libexec/rsh
- # this is distributed as chirp_client.c/h and chirp_protocol.h
- rm lib/libchirp_client.a include/chirp_client.h
- # checkpoint, reschedule and vacate live in bin/, don't duplicate
- rm sbin/condor_{checkpoint,reschedule,vacate}
- # sbin/condor is a pointless hard links
- rm sbin/condor
-
- # binaries
- dosbin sbin/* || die
- dobin bin/* || die
- # headers
- insinto /usr
- doins -r include || die
- # libs
- dolib.so lib/*so || die
- use static-libs && dolib.a lib/*a
- insinto /usr/libexec/condor
- doins -r libexec/* || die
-
- # data files
- insinto /usr/share/${PN}
- doins lib/*.jar lib/*.class lib/*.pm || die
- use postgres && doins -r sql
-
- # examples
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r etc/examples || die
- fi
-
- # config files
- insinto /etc/condor
- newins etc/examples/condor_config.generic condor_config || die
- newins etc/examples/condor_config.local.generic condor_config.local || die
- insinto /var/lib/condor/
- newins etc/examples/condor_config.local.generic
-
- dodir /var/log/condor
- dodir /var/run/condor
- dodir /var/lock/condor
-
- fperms 750 /var/lib/condor /var/log/condor
- fperms 755 /var/run/condor
- fperms 0775 /var/lock/condor
- fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor /var/lib/condor/condor_config.local
-
- newconfd "${FILESDIR}"/condor.confd condor || die
- newinitd "${FILESDIR}"/condor.initd condor || die
-}
-
-pkg_postinst() {
- elog "Default configuration files have been installed"
- elog "You can customize it from there or provide your own"
- elog "in ${ROOT}etc/${PN}/condor_config*"
-
- elog "The condor ebuild is still under development."
- elog "Help us improve the ebuild in participating in:"
- elog "https://bugs.gentoo.org/show_bug.cgi?id=60281"
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: f4b543f57a4b3869cc9f8b87429f076cb8cb936a
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jun 17 22:31:30 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:31:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f4b543f5
Need to create a /var/lib/condor directory
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 1159f5b..3bb9268 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -100,6 +100,7 @@ src_configure() {
src_install() {
cmake-utils_src_install
+ dodir /var/lib/condor
dodir /var/log/condor
dodir /var/run/condor
dodir /var/lock/condor
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 2efaef60bfa0420d809916adb19d104e48c4ed98
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jun 17 22:47:55 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:47:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2efaef60
condor_config.local is no longer installed in /var/lib/condor (or fowners fails anyway)
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 3bb9268..7e566ff 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -108,7 +108,7 @@ src_install() {
fperms 750 /var/lib/condor /var/log/condor
fperms 755 /var/run/condor
fperms 0775 /var/lock/condor
- fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor /var/lib/condor/condor_config.local
+ fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor
newconfd "${FILESDIR}"/condor.confd condor || die
newinitd "${FILESDIR}"/condor.initd condor || die
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 74b7446e2a30b62975279f307c2415c0a16870a0
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jul 1 12:09:38 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 1 12:09:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=74b7446e
Now everything is going in /usr/usr/whatever - trying setting PREFIX to /
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 65ff43b..7917820 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -64,6 +64,7 @@ src_configure() {
# I also haven't included support for HAVE_VMWARE because I don't know what it requires
local mycmakeargs="
-DCONDOR_PACKAGE_BUILD=ON
+ -DCMAKE_INSTALL_PREFIX=/
-DWITH_AVIARY=OFF
-DWITH_BLAHP=OFF
-DWITH_CAMPUSFACTORY=OFF
@@ -110,7 +111,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
-
- newconfd "${FILESDIR}"/condor.confd condor || die
- newinitd "${FILESDIR}"/condor.initd condor || die
}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 0865c2dd43c63b4e602742652b32871cc2fb969b
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Sat Jun 29 22:19:58 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 22:19:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0865c2dd
enable CONDOR_PACKAGE_BUILD
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 4445ade..65ff43b 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -63,7 +63,7 @@ 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
local mycmakeargs="
- -DCONDOR_PACKAGE_BUILD=OFF
+ -DCONDOR_PACKAGE_BUILD=ON
-DWITH_AVIARY=OFF
-DWITH_BLAHP=OFF
-DWITH_CAMPUSFACTORY=OFF
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2013-07-12 17:37 Sebastien Fabbro
0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2013-07-12 17:37 UTC (permalink / raw
To: gentoo-commits
commit: d51c554e0a7421a3df77e2ca0a13a4285092a3cd
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jul 1 12:16:20 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 1 12:16:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d51c554e
Fixed repoman complaint about trailing whitespace
---
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index 7917820..5d9cdc7 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -55,7 +55,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/condor_shadow_dlopen-${PV}.patch" \
"${FILESDIR}/packaging_directories-${PV}.patch" \
- "${FILESDIR}/fix_sandbox_violations-${PV}.patch"
+ "${FILESDIR}/fix_sandbox_violations-${PV}.patch"
cmake-utils_src_prepare
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2015-01-05 4:11 Christoph Junghans
0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2015-01-05 4:11 UTC (permalink / raw
To: gentoo-commits
commit: 4a4757fb1babc51b8556689cfd3670e11bc9d940
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 5 04:11:12 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> 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 <ottxor@gentoo.org> htcondor-8.0.0.ebuild:
+ fixed deps
+
*condor-7.5.4 (08 Jan 2011)
08 Jan 2011; Sébastien Fabbro <bicatali@gentoo.org> +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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2015-01-06 0:19 Christoph Junghans
0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2015-01-06 0:19 UTC (permalink / raw
To: gentoo-commits
commit: ae8c8f93658125d916689faee4a18e58a9b46373
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 6 00:18:26 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jan 6 00:18:26 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ae8c8f93
version bump, untested (fixes #220)
Package-Manager: portage-2.2.14
---
sys-cluster/htcondor/ChangeLog | 5 ++
sys-cluster/htcondor/htcondor-8.3.2.ebuild | 111 +++++++++++++++++++++++++++++
2 files changed, 116 insertions(+)
diff --git a/sys-cluster/htcondor/ChangeLog b/sys-cluster/htcondor/ChangeLog
index 476c004..1dafb48 100644
--- a/sys-cluster/htcondor/ChangeLog
+++ b/sys-cluster/htcondor/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*htcondor-8.3.2 (06 Jan 2015)
+
+ 06 Jan 2015; Christoph Junghans <ottxor@gentoo.org> +htcondor-8.3.2.ebuild:
+ version bump, untested (fixes #220)
+
05 Jan 2015; Christoph Junghans <ottxor@gentoo.org> htcondor-8.0.0.ebuild:
fixed deps
diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
new file mode 100644
index 0000000..638715b
--- /dev/null
+++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+CMAKE_MIN_VERSION=2.8
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit cmake-utils python-single-r1 user vcs-snapshot
+
+DESCRIPTION="Workload management system for compute-intensive jobs"
+HOMEPAGE="http://htcondorproject.org/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/V${PV//./_}.tar.gz -> ${P}.tar.gz"
+
+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"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CDEPEND="sys-libs/zlib
+ >=dev-libs/libpcre-7.6
+ >=dev-libs/boost-1.49.0[${PYTHON_USEDEP}]
+ net-nds/openldap
+ boinc? ( sci-misc/boinc )
+ cgroup? ( >=dev-libs/libcgroup-0.37 )
+ curl? ( >=net-misc/curl-7.19.7[ssl?] )
+ dmtcp? ( sys-apps/dmtcp )
+ 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?] )
+ ssl? ( >=dev-libs/openssl-0.9.8i )
+ xml? ( >=dev-libs/libxml2-2.7.3 )"
+
+DEPEND="${CDEPEND}
+ test? ( dev-util/valgrind )"
+
+RDEPEND="${CDEPEND}
+ virtual/mailx"
+
+pkg_setup() {
+ enewgroup condor
+ enewuser condor -1 "${ROOT}"bin/bash "${ROOT}var/lib/condor" condor
+}
+
+src_prepare() {
+ epatch "${FILESDIR}/condor_shadow_dlopen-${PV}.patch"
+ epatch "${FILESDIR}/condor_config.generic.patch"
+ epatch "${FILESDIR}/0001-Apply-the-user-s-condor_config-last-rather-than-firs.patch"
+ epatch "${FILESDIR}/packaging_directories-8.0.0.patch"
+ epatch "${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
+ local mycmakeargs="
+ -DCONDOR_PACKAGE_BUILD=ON
+ -DCMAKE_INSTALL_PREFIX=/
+ -DWITH_BLAHP=OFF
+ -DWITH_CAMPUSFACTORY=OFF
+ -DWITH_CLUSTER_RA=OFF
+ -DWITH_COREDUMPER=OFF
+ -DWITH_CREAM=OFF
+ -DWITH_GLOBUS=OFF
+ -DWITH_LIBDELTACLOUD=OFF
+ -DWITH_BLAHP=OFF
+ -DWITH_QPID=OFF
+ -DWITH_UNICOREGAHP=OFF
+ -DWITH_VOMS=OFF
+ -DWITH_WSO2=OFF
+ $(cmake-utils_use_has boinc BACKFILL)
+ $(cmake-utils_use_has boinc)
+ $(cmake-utils_use_with cgroup LIBCGROUP)
+ $(cmake-utils_use_want contrib)
+ $(cmake-utils_use_with curl)
+ $(cmake-utils_use_want doc MAN_PAGES)
+ $(cmake-utils_use_with libvirt)
+ $(cmake-utils_use_has X KBDD)
+ $(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)
+ $(cmake-utils_use_with ssl OPENSSL)
+ $(cmake-utils_use_build test TESTING)
+ $(cmake-utils_use_with xml LIBXML2)"
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+
+ dodir /var/lib/condor
+ dodir /var/log/condor
+ dodir /var/run/condor
+ dodir /var/lock/condor
+
+ fperms 750 /var/lib/condor /var/log/condor
+ fperms 755 /var/run/condor
+ fperms 0775 /var/lock/condor
+ fowners condor:condor /var/lib/condor /var/log/condor /var/run/condor
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2015-01-12 0:00 Christoph Junghans
0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2015-01-12 0:00 UTC (permalink / raw
To: gentoo-commits
commit: 031fca01d2964b59134804ff537b68c85afd9cac
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 11 19:03:01 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 19:03:01 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=031fca01
sys-cluster/htcondor: Make use of adjusted patches
---
sys-cluster/htcondor/htcondor-8.3.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
index 638715b..d2c6a55 100644
--- a/sys-cluster/htcondor/htcondor-8.3.2.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild
@@ -50,9 +50,9 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/condor_shadow_dlopen-${PV}.patch"
- epatch "${FILESDIR}/condor_config.generic.patch"
- epatch "${FILESDIR}/0001-Apply-the-user-s-condor_config-last-rather-than-firs.patch"
- epatch "${FILESDIR}/packaging_directories-8.0.0.patch"
+ epatch "${FILESDIR}/condor_config.generic-${PV}.patch"
+ epatch "${FILESDIR}/Apply-the-user-s-condor_config-last-rather-than-first-${PV}.patch"
+ epatch "${FILESDIR}/packaging_directories-${PV}.patch"
epatch "${FILESDIR}/fix_sandbox_violations-8.0.0.patch"
cmake-utils_src_prepare
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2015-02-18 16:41 Justin Lecher
0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2015-02-18 16:41 UTC (permalink / raw
To: gentoo-commits
commit: f4ee1c44273f78f7078a793d052273615c26dbb5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 14:18:08 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> 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 <ottxor@gentoo.org> +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
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2015-06-06 10:23 Justin Lecher
0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2015-06-06 10:23 UTC (permalink / raw
To: gentoo-commits
commit: 01da9de10bae79b4a9877628c4c9c198286a984e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 10:23:25 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 10:23:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=01da9de1
sys-cluster/htcondor: Add github to remote-id in metadata.xml
Package-Manager: portage-2.2.20
sys-cluster/htcondor/ChangeLog | 3 +++
sys-cluster/htcondor/metadata.xml | 3 +++
2 files changed, 6 insertions(+)
diff --git a/sys-cluster/htcondor/ChangeLog b/sys-cluster/htcondor/ChangeLog
index 7215000..959952f 100644
--- a/sys-cluster/htcondor/ChangeLog
+++ b/sys-cluster/htcondor/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ sys-cluster/htcondor: Add github to remote-id in metadata.xml
+
18 Feb 2015; Justin Lecher <jlec@gentoo.org> htcondor-8.0.0.ebuild,
htcondor-8.3.2.ebuild:
sys-cluster/htcondor: fix SLOT operators
diff --git a/sys-cluster/htcondor/metadata.xml b/sys-cluster/htcondor/metadata.xml
index 6485807..7767e2f 100644
--- a/sys-cluster/htcondor/metadata.xml
+++ b/sys-cluster/htcondor/metadata.xml
@@ -26,4 +26,7 @@
<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>
+ <upstream>
+ <remote-id type="github">htcondor/htcondor</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2016-06-16 9:21 Marius Brehler
0 siblings, 0 replies; 18+ messages in thread
From: Marius Brehler @ 2016-06-16 9:21 UTC (permalink / raw
To: gentoo-commits
commit: a9350ae31178ef2661bba1ddbf2ba55d3b4c8b54
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jun 16 06:48:12 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Jun 16 06:48:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9350ae3
sys-cluster/htcondor: Remove dmtcp use flag, since dmtcp is masked
Package-Manager: portage-2.2.28
sys-cluster/htcondor/htcondor-8.0.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index f519147..dff97c1 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-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ SRC_URI="condor_src-${PV}-all-all.tar.gz"
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 doc kerberos libvirt management minimal postgres python soap ssl test X xml"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -29,7 +29,6 @@ CDEPEND="
boinc? ( sci-misc/boinc )
cgroup? ( >=dev-libs/libcgroup-0.37 )
curl? ( >=net-misc/curl-7.19.7[ssl?] )
- dmtcp? ( sys-apps/dmtcp )
libvirt? ( >=app-emulation/libvirt-0.6.2 )
kerberos? ( virtual/krb5 )
X? ( x11-libs/libX11 )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2017-10-16 4:01 David Seifert
0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2017-10-16 4:01 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2020-09-29 7:38 Horea Christian
0 siblings, 0 replies; 18+ messages in thread
From: Horea Christian @ 2020-09-29 7:38 UTC (permalink / raw
To: gentoo-commits
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 )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/
@ 2020-12-30 21:56 Aisha Tammy
0 siblings, 0 replies; 18+ messages in thread
From: Aisha Tammy @ 2020-12-30 21:56 UTC (permalink / raw
To: gentoo-commits
commit: 0094cfec4bdf41fe49009f1d176d46caa785c29c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 21:54:41 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 21:54:41 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0094cfec
sys-cluster/htcondor: temporarily fix metadata
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sys-cluster/htcondor/metadata.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/sys-cluster/htcondor/metadata.xml b/sys-cluster/htcondor/metadata.xml
index 3846c294e..360f4388f 100644
--- a/sys-cluster/htcondor/metadata.xml
+++ b/sys-cluster/htcondor/metadata.xml
@@ -9,21 +9,21 @@
<name>Gentoo Cluster Project</name>
</maintainer>
<longdescription lang="en">
-HTCondor is a open-source, specialized workload management system for
-compute-intensive jobs. Like other full-featured batch systems, HTCondor
-provides a job queueing mechanism, scheduling policy, priority scheme,
-resource monitoring, and resource management. Users submit their serial
-or parallel jobs to HTCondor, HTCondor places them into a queue, chooses
-when and where to run the jobs based upon a policy, carefully monitors
-their progress, and ultimately informs the user upon completion. HTCondor
-also contains mechanisms to submit jobs to grid-sites and supports many
-different grid toolkits.
-</longdescription>
+ HTCondor is a open-source, specialized workload management system for
+ compute-intensive jobs. Like other full-featured batch systems, HTCondor
+ provides a job queueing mechanism, scheduling policy, priority scheme,
+ resource monitoring, and resource management. Users submit their serial
+ or parallel jobs to HTCondor, HTCondor places them into a queue, chooses
+ when and where to run the jobs based upon a policy, carefully monitors
+ their progress, and ultimately informs the user upon completion. HTCondor
+ also contains mechanisms to submit jobs to grid-sites and supports many
+ different grid toolkits.
+ </longdescription>
<use>
<flag name="boinc">Enable backfill with BOINC jobs when the cluster is not being used</flag>
<flag name="cgroup">Use <pkg>dev-libs/libcgroup</pkg> for kernel control groups</flag>
<flag name="contrib">Build contrib modules</flag>
- <flag name="dmtcp">Use <pkg>sys-apps/dmtcp</pkg> for checkpointing</flag>
+ <flag name="dmtcp">Use dmtcp for checkpointing</flag>
<flag name="libvirt">Use <pkg>app-emulation/libvirt</pkg> for virtualisation</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>
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2020-12-30 21:56 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 0:00 [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2020-12-30 21:56 Aisha Tammy
2020-09-29 7:38 Horea Christian
2017-10-16 4:01 David Seifert
2016-06-16 9:21 Marius Brehler
2015-06-06 10:23 Justin Lecher
2015-02-18 16:41 Justin Lecher
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox