* [gentoo-commits] proj/glentoo-overlay:master commit in: dev-util/plan9port/
@ 2011-06-06 14:49 Robert Seaton
0 siblings, 0 replies; 2+ messages in thread
From: Robert Seaton @ 2011-06-06 14:49 UTC (permalink / raw
To: gentoo-commits
commit: 33ef1515fd946649f4befc88d2c25f8e070b0618
Author: Robert Seaton <seatonr <AT> dupage <DOT> edu>
AuthorDate: Mon Jun 6 14:47:48 2011 +0000
Commit: Robert Seaton <seatonr <AT> dupage <DOT> edu>
CommitDate: Mon Jun 6 14:47:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/glentoo-overlay.git;a=commit;h=33ef1515
Updated plan9port ebuild to use the mercurial repo as source. Fixes issues with Manifest breaking.
---
dev-util/plan9port/Manifest | 3 +--
dev-util/plan9port/plan9port-99999999.ebuild | 8 ++++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-util/plan9port/Manifest b/dev-util/plan9port/Manifest
index c73e391..81d619b 100644
--- a/dev-util/plan9port/Manifest
+++ b/dev-util/plan9port/Manifest
@@ -1,2 +1 @@
-DIST plan9port.tgz 53848055 RMD160 36affa5d4f636dd853bd1a5e837c6fac9c03fc7f SHA1 de1a5c65bc907bc27036ddf7b518cccc40cf4908 SHA256 79bd0d7a82a18b44bde3da997129a6e92ad8153ef9852c9aa5e14eb6965fe7c3
-EBUILD plan9port-99999999.ebuild 2165 RMD160 26214b7da32c6285601006faaf02dbf4f8cf0acd SHA1 c1d8b01d81990d1a1db9f8c49f6cf252aa449e47 SHA256 997b099310eaddd72b40b14dde4ef4e85eb38fa26410b9af4d4e8eea94d35310
+EBUILD plan9port-99999999.ebuild 2223 RMD160 4c34125b8bc20cf30f00c8743af69d3386f871eb SHA1 c7195d11166274199bbcae58529041428fa32aaf SHA256 f11be5d879c5a3e602b322f00a9a4399e7d145316ac15ad45cf3ebe2438c88b6
diff --git a/dev-util/plan9port/plan9port-99999999.ebuild b/dev-util/plan9port/plan9port-99999999.ebuild
index e118ddf..edf55f1 100644
--- a/dev-util/plan9port/plan9port-99999999.ebuild
+++ b/dev-util/plan9port/plan9port-99999999.ebuild
@@ -4,11 +4,11 @@
EAPI="4"
-inherit eutils
+inherit eutils mercurial
DESCRIPTION="Port of many Plan 9 programs and libraries"
HOMEPAGE="http://swtch.com/plan9port/"
-SRC_URI="http://swtch.com/plan9port/plan9port.tgz"
+EHG_REPO_URI="http://code.swtch.com/plan9port"
LICENSE="9base"
SLOT="0"
@@ -22,6 +22,10 @@ S="${WORKDIR}/plan9"
PLAN9=/usr/lib/plan9
+src_unpack() {
+ mercurial_src_unpack
+}
+
src_prepare()
{
#epatch "${FILESDIR}/${PN}-"{9660srv-errno,no-lex,noexecstack}".patch"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/glentoo-overlay:master commit in: dev-util/plan9port/
@ 2011-07-05 15:37 Robert Seaton
0 siblings, 0 replies; 2+ messages in thread
From: Robert Seaton @ 2011-07-05 15:37 UTC (permalink / raw
To: gentoo-commits
commit: dbf68f684512c1b788603910a439c238944e733c
Author: Robert Seaton <seatonr <AT> dupage <DOT> edu>
AuthorDate: Tue Jul 5 15:29:22 2011 +0000
Commit: Robert Seaton <seatonr <AT> dupage <DOT> edu>
CommitDate: Tue Jul 5 15:29:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/glentoo-overlay.git;a=commit;h=dbf68f68
Updated plan9port.
---
dev-util/plan9port/Manifest | 2 +-
dev-util/plan9port/plan9port-99999999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-util/plan9port/Manifest b/dev-util/plan9port/Manifest
index 81d619b..5e8c31c 100644
--- a/dev-util/plan9port/Manifest
+++ b/dev-util/plan9port/Manifest
@@ -1 +1 @@
-EBUILD plan9port-99999999.ebuild 2223 RMD160 4c34125b8bc20cf30f00c8743af69d3386f871eb SHA1 c7195d11166274199bbcae58529041428fa32aaf SHA256 f11be5d879c5a3e602b322f00a9a4399e7d145316ac15ad45cf3ebe2438c88b6
+EBUILD plan9port-99999999.ebuild 2227 RMD160 face04856718799494403caf8c8f0e862831d3fb SHA1 2d8235e2ed844af3cf87e8232adce175100251f6 SHA256 2d3dc752a4a916e91b7c2b5e80bd30625ab3559eea16771ee345ee1ac9520b03
diff --git a/dev-util/plan9port/plan9port-99999999.ebuild b/dev-util/plan9port/plan9port-99999999.ebuild
index edf55f1..b6690f0 100644
--- a/dev-util/plan9port/plan9port-99999999.ebuild
+++ b/dev-util/plan9port/plan9port-99999999.ebuild
@@ -15,8 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-DEPEND="x11-apps/xauth"
-RDEPEND="${DEPEND}"
+# DEPEND="x11-apps/xauth"
+# RDEPEND="${DEPEND}"
S="${WORKDIR}/plan9"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-05 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 14:49 [gentoo-commits] proj/glentoo-overlay:master commit in: dev-util/plan9port/ Robert Seaton
-- strict thread matches above, loose matches on Subject: below --
2011-07-05 15:37 Robert Seaton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox