From: "Robert Seaton" <seatonr@dupage.edu>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/glentoo-overlay:master commit in: dev-util/plan9port/
Date: Mon, 6 Jun 2011 14:49:04 +0000 (UTC) [thread overview]
Message-ID: <33ef1515fd946649f4befc88d2c25f8e070b0618.rps@gentoo> (raw)
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"
next reply other threads:[~2011-06-06 14:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-06 14:49 Robert Seaton [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-07-05 15:37 [gentoo-commits] proj/glentoo-overlay:master commit in: dev-util/plan9port/ Robert Seaton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=33ef1515fd946649f4befc88d2c25f8e070b0618.rps@gentoo \
--to=seatonr@dupage.edu \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox