From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/recruiters:master commit in: /
Date: Thu, 17 Dec 2015 16:08:40 +0000 (UTC) [thread overview]
Message-ID: <1450368514.b3e3ace902ff82df74978e8c5b2ad8168cf3ed9f.jlec@gentoo> (raw)
commit: b3e3ace902ff82df74978e8c5b2ad8168cf3ed9f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 16:07:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 16:08:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=b3e3ace9
Add nicety to test.ebuild
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
foo.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/foo.ebuild b/foo.ebuild
index 04b2889..7af7f48 100644
--- a/foo.ebuild
+++ b/foo.ebuild
@@ -18,6 +18,16 @@ src_unpack() {
patch -p1 < "${FILESDIR}"/foobar-1.0-Makefile.patch
}
+src_prepare() {
+ ebegin "Patching"
+ sed \
+ -e "82s/read_version()/'${PV}'/" \
+ -i configure
+ STATUS=$?
+ eend ${STATUS}
+ [[ ${STATUS} -gt 0 ]] && die
+}
+
src_compile() {
make ${MAKEOPTS}
}
next reply other threads:[~2015-12-17 16:08 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-17 16:08 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-25 12:25 [gentoo-commits] proj/recruiters:master commit in: / Amy Winston
2016-10-25 11:58 Amy Winston
2016-10-25 11:28 Amy Winston
2016-04-03 7:49 Justin Lecher
2016-01-10 15:22 Justin Lecher
2016-01-10 12:00 Justin Lecher
2016-01-10 11:56 Justin Lecher
2015-11-26 11:37 Justin Lecher
2015-09-18 12:46 Justin Lecher
2015-08-24 20:26 Mikle Kolyada
2015-08-21 18:44 Justin Lecher
2015-08-21 18:03 Justin Lecher
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=1450368514.b3e3ace902ff82df74978e8c5b2ad8168cf3ed9f.jlec@gentoo \
--to=jlec@gentoo.org \
--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