From: Sebastien Fabbro Date: Wed, 11 Jan 2012 22:18:07 +0000 (+0000) Subject: Initial import to the main tree. Versio bump X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=045d97b55b69a857201af87d1a9d231c613fad15;p=gentoo.git Initial import to the main tree. Versio bump Package-Manager: portage-2.1.10.41/cvs/Linux x86_64 --- diff --git a/sys-cluster/classads/ChangeLog b/sys-cluster/classads/ChangeLog new file mode 100644 index 000000000000..e5743fcb9f21 --- /dev/null +++ b/sys-cluster/classads/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for sys-cluster/classads +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/classads/ChangeLog,v 1.1 2012/01/11 22:18:07 bicatali Exp $ + +*classads-1.0.10 (11 Jan 2012) + + 11 Jan 2012; Sébastien Fabbro +classads-1.0.10.ebuild, + +metadata.xml: + Initial import to the main tree. Versio bump + +*classads-1.0.8 (14 Jun 2010) + + 14 Jun 2010; Sébastien Fabbro + -classads-1.0.4.ebuild, +classads-1.0.8.ebuild: + Version bump + +*classads-1.0.4 (23 Oct 2009) + + 23 Oct 2009; Sébastien Fabbro + +classads-1.0.4.ebuild, +metadata.xml: + Initial import, required for condor + diff --git a/sys-cluster/classads/Manifest b/sys-cluster/classads/Manifest new file mode 100644 index 000000000000..1e60ff883a62 --- /dev/null +++ b/sys-cluster/classads/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST classads-1.0.10.tar.gz 523847 RMD160 189be8110b4201c109bb6c3a8e784dbec4735878 SHA1 699534e0ee700a38650933d47f1d9cdaa84be406 SHA256 cde2fe23962abb6bc99d8fc5a5cbf88f87e449b63c6bca991d783afb4691efb3 +EBUILD classads-1.0.10.ebuild 685 RMD160 1f452058ea77d89af4e35f6588592aa4d8a31f47 SHA1 e4e3f4ec257f4c6c2bd5c254388a35c1d68a8fe3 SHA256 3d53a29dcad1e7e0b95bcdc7ed23ba34ba19a59d479bf98671b5a1ca6be55543 +MISC ChangeLog 710 RMD160 005b280ffafac7d7930533334697bcaea41dff40 SHA1 f85bacd9a45f0862acdd25265b2b291954897688 SHA256 7ed38791812f6f4de3e6ef6d00cf5ec8699adf9438559b330c3f932043f2c857 +MISC metadata.xml 606 RMD160 8fe159e007a7c369fbbae6e196c8a8859b0075dc SHA1 bcb1611db4fd205000278fdffc9d897a5789f288 SHA256 ea7b4eeeae4e0e3de862567b527a5a1ddfc0562abbeb7304d2b0538865a9c4b2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iEYEARECAAYFAk8OCqoACgkQ1ycZbhPLE2D3tACeNCCBCL71xfLToLYmmZcPIp0J +ppQAnj0QiU4a4QIJWbL6IfdoHahRNp7g +=LUHI +-----END PGP SIGNATURE----- diff --git a/sys-cluster/classads/classads-1.0.10.ebuild b/sys-cluster/classads/classads-1.0.10.ebuild new file mode 100644 index 000000000000..83ca3455a440 --- /dev/null +++ b/sys-cluster/classads/classads-1.0.10.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/classads/classads-1.0.10.ebuild,v 1.1 2012/01/11 22:18:07 bicatali Exp $ + +EAPI=4 +inherit autotools-utils + +DESCRIPTION="Condor's classified advertisement language" +HOMEPAGE="http://www.cs.wisc.edu/condor/classad/" +SRC_URI="ftp://ftp.cs.wisc.edu/condor/classad/c++/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="pcre static-libs" + +RDEPEND="pcre? ( dev-libs/libpcre )" +DEPEND="${RDEPEND}" + +src_configure() { + myeconfargs+=( + --enable-namespace + --enable-flexible-member + ) + autotools-utils_src_configure +} diff --git a/sys-cluster/classads/metadata.xml b/sys-cluster/classads/metadata.xml new file mode 100644 index 000000000000..21a1310c0815 --- /dev/null +++ b/sys-cluster/classads/metadata.xml @@ -0,0 +1,15 @@ + + + +hp-cluster + + bicatali@gentoo.org + + + Classified Advertisements (classads) are the lingua franca of + Condor. They are used for describing jobs, workstations, and other + resources. They are exchanged by Condor processes to schedule + jobs. They are logged to files for statistical and debugging + purposes. They are used to enquire about current state of the system. + +