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

commit:     ef625a64d975a68f9fd4db35eb03411f35c81f85
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:19:26 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:19:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ef625a64

Sort inherit and/or USE

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

---
 net-firewall/gcb/ChangeLog        |   14 +++++++++++++-
 net-firewall/gcb/gcb-1.5.6.ebuild |   13 +++++--------
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/net-firewall/gcb/ChangeLog b/net-firewall/gcb/ChangeLog
index fd9bfd2..110c5f6 100644
--- a/net-firewall/gcb/ChangeLog
+++ b/net-firewall/gcb/ChangeLog
@@ -1,7 +1,19 @@
 # ChangeLog for net-firewall/gcb
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
+  Sort inherit and/or USE
+
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
+  Sort inherit and/or USE
+
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
+  Sort inherit and/or USE
+
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
+  Sort inherit and/or USE
+
 *gcb-1.5.6 (23 Oct 2009)
 
   23 Oct 2009; Sébastien Fabbro <bicatali@gentoo.org> +gcb-1.5.6.ebuild,

diff --git a/net-firewall/gcb/gcb-1.5.6.ebuild b/net-firewall/gcb/gcb-1.5.6.ebuild
index 50d3117..2f780fc 100644
--- a/net-firewall/gcb/gcb-1.5.6.ebuild
+++ b/net-firewall/gcb/gcb-1.5.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
-inherit eutils autotools
+inherit autotools eutils
 
 DESCRIPTION="Generic Connection Brokering for communications over firewall/NAT"
 HOMEPAGE="http://www.cs.wisc.edu/condor/gcb"
@@ -15,19 +15,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-shared.patch
 	eautoreconf
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install
 	dodoc AUTHORS ChangeLog NOTICE.txt doc/protocol.txt
 	if use doc; then
 		insinto /usr/share/doc/${PF}
-		doins doc/*.pdf || die
+		doins doc/*.pdf
 	fi
 }



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

* [gentoo-commits] proj/sci:master commit in: net-firewall/gcb/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d6045fba6174b324e098421829106e6507a9ecef
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 17:08:11 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 17:08:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d6045fba

Corrected ChangeLog

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

---
 net-firewall/gcb/ChangeLog    |    9 ---------
 net-firewall/gcb/metadata.xml |   10 +++++-----
 2 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/net-firewall/gcb/ChangeLog b/net-firewall/gcb/ChangeLog
index 110c5f6..bed3dab 100644
--- a/net-firewall/gcb/ChangeLog
+++ b/net-firewall/gcb/ChangeLog
@@ -5,15 +5,6 @@
   24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
   Sort inherit and/or USE
 
-  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
-  Sort inherit and/or USE
-
-  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
-  Sort inherit and/or USE
-
-  24 Jun 2011; Justin Lecher <jlec@gentoo.org> gcb-1.5.6.ebuild:
-  Sort inherit and/or USE
-
 *gcb-1.5.6 (23 Oct 2009)
 
   23 Oct 2009; Sébastien Fabbro <bicatali@gentoo.org> +gcb-1.5.6.ebuild,

diff --git a/net-firewall/gcb/metadata.xml b/net-firewall/gcb/metadata.xml
index 0c28ccc..ad33ad2 100644
--- a/net-firewall/gcb/metadata.xml
+++ b/net-firewall/gcb/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">
   Generic Connection Brokering (GCB) is a firewall/NAT traversal
   solution that enables communications over firewall/NAT. It consists
   of daemon processes and a communication library that is supposed to



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

end of thread, other threads:[~2011-06-24 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: net-firewall/gcb/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:09 Justin Lecher

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