From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/recruiters:master commit in: /
Date: Sun, 3 Apr 2016 07:49:04 +0000 (UTC) [thread overview]
Message-ID: <1459669722.9b82e5bcec8015fb7c43f6fa80fa533b9ce524e7.jlec@gentoo> (raw)
commit: 9b82e5bcec8015fb7c43f6fa80fa533b9ce524e7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 07:48:42 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 07:48:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=9b82e5bc
External tool usage in test ebuild
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
foo.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/foo.ebuild b/foo.ebuild
index 7af7f48..94126d8 100644
--- a/foo.ebuild
+++ b/foo.ebuild
@@ -5,7 +5,7 @@ EAPI=4
DESCRIPTION="foobar is a nice application for managing your passwords using your
gpg key. It supports offline and online modes."
HOMEPAGE="http://tinyurl.zh/thisisthefoobarapp"
-SRC_URI="ftp://www.foobar.com/foobar-1.0.tar.gz"
+SRC_URI="ftp://www.foobar.com/foobar-1.0.zip"
LICENSE="GPL1"
SLOT="2"
@@ -13,6 +13,8 @@ KEYWORDS="~x86 ~amd64 mips ~hppa"
IUSE="amd64? ( !x86? ( app-emulation/emul-linux-x86-gtklib ) )"
DEPEND="sys-devel/patch"
+type -p unzip > /dev/null || \
+DEPEND+=" app-arch/unzip"
src_unpack() {
patch -p1 < "${FILESDIR}"/foobar-1.0-Makefile.patch
next reply other threads:[~2016-04-03 7:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-03 7:49 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-01-10 15:22 Justin Lecher
2016-01-10 12:00 Justin Lecher
2016-01-10 11:56 Justin Lecher
2015-12-17 16:08 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=1459669722.9b82e5bcec8015fb7c43f6fa80fa533b9ce524e7.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