From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
Date: Sun, 21 Dec 2014 13:26:47 +0000 (UTC) [thread overview]
Message-ID: <1419168400.e30278cf2272c4a4e75f874bd4d5140bc2a0523b.jlec@gentoo> (raw)
commit: e30278cf2272c4a4e75f874bd4d5140bc2a0523b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 13:26:13 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 13:26:40 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e30278cf
dev-vcs/hub: Add test phase
Package-Manager: portage-2.2.15
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
---
dev-vcs/hub/ChangeLog | 3 +++
dev-vcs/hub/hub-9999.ebuild | 13 ++++++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
index 6ab1fe5..ee268b0 100644
--- a/dev-vcs/hub/ChangeLog
+++ b/dev-vcs/hub/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
+ 21 Dec 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
+ Add test phase
+
22 Nov 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
Update to latest HEAD
diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index 6c74230..fa0520b 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -14,9 +14,16 @@ EGIT_REPO_URI="https://github.com/github/hub.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
+IUSE="test"
RDEPEND="dev-vcs/git"
-DEPEND="dev-lang/go"
+DEPEND="
+ dev-lang/go
+ test? (
+ app-misc/tmux
+ dev-util/cucumber
+ dev-ruby/bundler
+ )"
DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
@@ -24,6 +31,10 @@ src_compile() {
bash ./script/build || die
}
+src_test() {
+ bash ./script/test || die
+}
+
src_install() {
dobin ${PN}
next reply other threads:[~2014-12-21 13:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-21 13:26 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-11 8:33 [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/ Justin Lecher
2016-02-11 8:33 Justin Lecher
2014-11-22 15:01 Justin Lecher
2014-11-19 8:15 Justin Lecher
2014-11-18 15:07 Justin Lecher
2013-12-25 15:45 Justin Lecher
2013-12-07 18:01 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=1419168400.e30278cf2272c4a4e75f874bd4d5140bc2a0523b.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