Parent Directory
|
Revision Log
Bump the snapshot. (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | PYTHON_DEPEND=2 |
| 7 | |
| 8 | inherit python |
| 9 | |
| 10 | DESCRIPTION="Bugzilla subcommand for git" |
| 11 | HOMEPAGE="http://www.fishsoup.net/software/git-bz/" |
| 12 | SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" |
| 13 | |
| 14 | LICENSE="GPL-2" |
| 15 | SLOT="0" |
| 16 | KEYWORDS="~amd64 ~x86" |
| 17 | IUSE="" |
| 18 | |
| 19 | RDEPEND="dev-vcs/git" |
| 20 | |
| 21 | src_compile() { |
| 22 | : |
| 23 | } |
| 24 | |
| 25 | src_install() { |
| 26 | dobin ${PN} |
| 27 | doman ${PN}.1 |
| 28 | dodoc TODO |
| 29 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |