public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sys-cluster/classads/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     25b7579ceb917a2202c330843cf28d28f1546f44
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 07:47:24 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 07:47:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=25b7579c

Fixed herd entry in metadata.xml

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sys-cluster/classads/ChangeLog    |    5 ++++-
 sys-cluster/classads/metadata.xml |   10 +++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/classads/ChangeLog b/sys-cluster/classads/ChangeLog
index e3a1d4e..595747c 100644
--- a/sys-cluster/classads/ChangeLog
+++ b/sys-cluster/classads/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sys-cluster/classads
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Fixed herd entry in metadata.xml
+
 *classads-1.0.8 (14 Jun 2010)
 
   14 Jun 2010; Sébastien Fabbro <bicatali@gentoo.org>

diff --git a/sys-cluster/classads/metadata.xml b/sys-cluster/classads/metadata.xml
index 21a1310..d316927 100644
--- a/sys-cluster/classads/metadata.xml
+++ b/sys-cluster/classads/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>hp-cluster</herd>
-<maintainer>
-  <email>bicatali@gentoo.org</email>
-</maintainer>
-<longdescription lang='en'>
+  <herd>cluster</herd>
+  <maintainer>
+    <email>bicatali@gentoo.org</email>
+  </maintainer>
+  <longdescription lang="en">
   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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/classads/
@ 2012-01-14  5:30 Sebastien Fabbro
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2012-01-14  5:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9aebb9934967fe66f04654805f1621740ceaf674
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Wed Jan 11 17:29:18 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 17:29:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9aebb993

Now in main tree

---
 sys-cluster/classads/ChangeLog             |   19 -------------------
 sys-cluster/classads/classads-1.0.8.ebuild |   28 ----------------------------
 sys-cluster/classads/metadata.xml          |   15 ---------------
 3 files changed, 0 insertions(+), 62 deletions(-)

diff --git a/sys-cluster/classads/ChangeLog b/sys-cluster/classads/ChangeLog
deleted file mode 100644
index 595747c..0000000
--- a/sys-cluster/classads/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for sys-cluster/classads
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  25 Jun 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
-  Fixed herd entry in metadata.xml
-
-*classads-1.0.8 (14 Jun 2010)
-
-  14 Jun 2010; Sébastien Fabbro <bicatali@gentoo.org>
-  -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 <bicatali@gentoo.org>
-  +classads-1.0.4.ebuild, +metadata.xml:
-  Initial import, required for condor
-

diff --git a/sys-cluster/classads/classads-1.0.8.ebuild b/sys-cluster/classads/classads-1.0.8.ebuild
deleted file mode 100644
index d723421..0000000
--- a/sys-cluster/classads/classads-1.0.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-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"
-
-RDEPEND="pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	econf \
-		--enable-namespace \
-		--enable-flexible-member
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc README CHANGELOG NOTICE.txt
-}

diff --git a/sys-cluster/classads/metadata.xml b/sys-cluster/classads/metadata.xml
deleted file mode 100644
index d316927..0000000
--- a/sys-cluster/classads/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>cluster</herd>
-  <maintainer>
-    <email>bicatali@gentoo.org</email>
-  </maintainer>
-  <longdescription lang="en">
-  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.
-</longdescription>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-14  5:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-14  5:30 [gentoo-commits] proj/sci:master commit in: sys-cluster/classads/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2011-06-25 17:21 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox