From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: dev-vcs/git-bz/
Date: Tue, 20 Sep 2011 14:13:37 +0000 (UTC) [thread overview]
Message-ID: <49f30959c956431c78d20a490361b2210a32120e.mgorny@gentoo> (raw)
commit: 49f30959c956431c78d20a490361b2210a32120e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 14:09:52 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 14:09:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=49f30959
dev-vcs/git-bz: Adjust the ebuild to handle snapshot creation gracefully.
(Portage version: 2.2.0_alpha59/git/Linux x86_64, unsigned Manifest commit)
---
dev-vcs/git-bz/git-bz-9999.ebuild | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild
index 3e7fc39..712996f 100644
--- a/dev-vcs/git-bz/git-bz-9999.ebuild
+++ b/dev-vcs/git-bz/git-bz-9999.ebuild
@@ -15,26 +15,31 @@ inherit git-2
DESCRIPTION="Bugzilla subcommand for git"
HOMEPAGE="http://www.fishsoup.net/software/git-bz/"
-SRC_URI=""
+SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="app-text/asciidoc
- app-text/xmlto
- dev-vcs/git"
+RDEPEND="dev-vcs/git"
#if LIVE
+DEPEND="app-text/asciidoc
+ app-text/xmlto"
+
KEYWORDS=
SRC_URI=
-#endif
-src_compile() {
+src_prepare() {
python_convert_shebangs 2 ${PN}
emake ${PN}.1 || die
}
+#endif
+
+src_compile() {
+ :
+}
src_install() {
dobin ${PN} || die
next reply other threads:[~2011-09-20 14:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-20 14:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-26 6:09 [gentoo-commits] dev/mgorny:master commit in: dev-vcs/git-bz/ Michał Górny
2011-09-19 23:03 Michał Górny
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=49f30959c956431c78d20a490361b2210a32120e.mgorny@gentoo \
--to=mgorny@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