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: Mon, 19 Sep 2011 23:03:46 +0000 (UTC) [thread overview]
Message-ID: <7951985af4ce7ce62bfac544f62c8d007b793c22.mgorny@gentoo> (raw)
commit: 7951985af4ce7ce62bfac544f62c8d007b793c22
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 23:05:46 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 23:05:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=7951985a
dev-vcs/git-bz: Introduce an initial live ebuild for git-bz.
(Portage version: 2.2.0_alpha59/git/Linux x86_64, unsigned Manifest commit)
---
dev-vcs/git-bz/git-bz-9999.ebuild | 43 +++++++++++++++++++++++++++++++++++++
dev-vcs/git-bz/metadata.xml | 13 +++++++++++
2 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild
new file mode 100644
index 0000000..3e7fc39
--- /dev/null
+++ b/dev-vcs/git-bz/git-bz-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND=2
+
+inherit python
+
+#if LIVE
+EGIT_REPO_URI="git://git.fishsoup.net/${PN}
+ http://git.fishsoup.net/cgit/${PN}"
+inherit git-2
+#endif
+
+DESCRIPTION="Bugzilla subcommand for git"
+HOMEPAGE="http://www.fishsoup.net/software/git-bz/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/asciidoc
+ app-text/xmlto
+ dev-vcs/git"
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
+src_compile() {
+ python_convert_shebangs 2 ${PN}
+ emake ${PN}.1 || die
+}
+
+src_install() {
+ dobin ${PN} || die
+ doman ${PN}.1 || die
+ dodoc TODO || die
+}
diff --git a/dev-vcs/git-bz/metadata.xml b/dev-vcs/git-bz/metadata.xml
new file mode 100644
index 0000000..90157da
--- /dev/null
+++ b/dev-vcs/git-bz/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <maintainer>
+ <email>nirbheek@gentoo.org</email>
+ <name>Nirbheek Chauhan</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2011-09-19 23:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-19 23:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-20 14:13 [gentoo-commits] dev/mgorny:master commit in: dev-vcs/git-bz/ Michał Górny
2012-04-26 6:09 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=7951985af4ce7ce62bfac544f62c8d007b793c22.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