summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-10-15 19:37:58 +0000
committerMichał Górny <mgorny@gentoo.org>2013-10-15 19:37:58 +0000
commit2ae1f944eec1b874c9b1e40403f177b680d0d8cc (patch)
treebee49f74dbd12aa7399acc9371963c4eadc57d55 /dev-vcs/git-bz
parentDrop ree18. Drop useless ruby-test-unit dependency. Add ruby20. Make compilat... (diff)
downloadgentoo-2-2ae1f944eec1b874c9b1e40403f177b680d0d8cc.tar.gz
gentoo-2-2ae1f944eec1b874c9b1e40403f177b680d0d8cc.tar.bz2
gentoo-2-2ae1f944eec1b874c9b1e40403f177b680d0d8cc.zip
Switch to git-r3 and python-single-r1. Update to use new configure & Makefile.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/git-bz')
-rw-r--r--dev-vcs/git-bz/ChangeLog5
-rw-r--r--dev-vcs/git-bz/git-bz-9999.ebuild18
2 files changed, 16 insertions, 7 deletions
diff --git a/dev-vcs/git-bz/ChangeLog b/dev-vcs/git-bz/ChangeLog
index 0b23bfe0d3c2..f81eb7bb2487 100644
--- a/dev-vcs/git-bz/ChangeLog
+++ b/dev-vcs/git-bz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/git-bz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.8 2013/09/05 18:42:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.9 2013/10/15 19:37:58 mgorny Exp $
+
+ 15 Oct 2013; Michał Górny <mgorny@gentoo.org> git-bz-9999.ebuild:
+ Switch to git-r3 and python-single-r1. Update to use new configure & Makefile.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> git-bz-0.12.12.15.ebuild,
git-bz-9999.ebuild:
diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild
index 8941b92a2840..3bf56af6b297 100644
--- a/dev-vcs/git-bz/git-bz-9999.ebuild
+++ b/dev-vcs/git-bz/git-bz-9999.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.6 2013/09/05 18:42:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.7 2013/10/15 19:37:58 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
-inherit python-r1
+inherit python-single-r1
#if LIVE
EGIT_REPO_URI="git://git.fishsoup.net/${PN}
http://git.fishsoup.net/cgit/${PN}
https://bitbucket.org/mgorny/${PN}.git"
-inherit git-2
+inherit git-r3
#endif
DESCRIPTION="Bugzilla subcommand for git"
@@ -31,14 +31,20 @@ DEPEND="app-text/asciidoc
KEYWORDS=
SRC_URI=
+#endif
+
+src_configure() {
+ # custom script
+ ./configure --prefix="${EPREFIX}/usr" || die
+}
+#ifdef LIVE
src_compile() {
emake ${PN}.1
}
#endif
src_install() {
- python_foreach_impl python_doscript ${PN}
- doman ${PN}.1
- dodoc TODO
+ default
+ python_fix_shebang "${ED%/}"/usr/bin/${PN}
}