diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-26 06:07:54 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-26 06:07:54 +0000 |
commit | 53e2a4c418c5a6b57dd139ab301f34ac13259864 (patch) | |
tree | 96707f1ed8137644b6f6e2cd12ec090140a5738c /dev-vcs | |
parent | Version bump. (diff) | |
download | gentoo-2-53e2a4c418c5a6b57dd139ab301f34ac13259864.tar.gz gentoo-2-53e2a4c418c5a6b57dd139ab301f34ac13259864.tar.bz2 gentoo-2-53e2a4c418c5a6b57dd139ab301f34ac13259864.zip |
Bump the snapshot.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-bz/ChangeLog | 10 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-0.12.04.26.ebuild (renamed from dev-vcs/git-bz/git-bz-0_p110920.ebuild) | 14 |
2 files changed, 15 insertions, 9 deletions
diff --git a/dev-vcs/git-bz/ChangeLog b/dev-vcs/git-bz/ChangeLog index 3fb2b3b951a2..7e76f4cd8436 100644 --- a/dev-vcs/git-bz/ChangeLog +++ b/dev-vcs/git-bz/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/git-bz -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.1 2011/09/20 14:15:19 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.2 2012/04/26 06:07:54 mgorny Exp $ + +*git-bz-0.12.04.26 (26 Apr 2012) + + 26 Apr 2012; Michał Górny <mgorny@gentoo.org> -git-bz-0_p110920.ebuild, + +git-bz-0.12.04.26.ebuild: + Bump the snapshot. *git-bz-0_p110920 (20 Sep 2011) diff --git a/dev-vcs/git-bz/git-bz-0_p110920.ebuild b/dev-vcs/git-bz/git-bz-0.12.04.26.ebuild index 7bff5dd48f41..03586dbfbbef 100644 --- a/dev-vcs/git-bz/git-bz-0_p110920.ebuild +++ b/dev-vcs/git-bz/git-bz-0.12.04.26.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-0_p110920.ebuild,v 1.1 2011/09/20 14:15:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-0.12.04.26.ebuild,v 1.1 2012/04/26 06:07:54 mgorny Exp $ -EAPI=3 +EAPI=4 PYTHON_DEPEND=2 inherit python DESCRIPTION="Bugzilla subcommand for git" HOMEPAGE="http://www.fishsoup.net/software/git-bz/" -SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -23,7 +23,7 @@ src_compile() { } src_install() { - dobin ${PN} || die - doman ${PN}.1 || die - dodoc TODO || die + dobin ${PN} + doman ${PN}.1 + dodoc TODO } |