diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2012-10-08 19:58:09 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2012-10-08 19:58:09 +0000 |
commit | c7956cc83ad8ae85fe3fcdb908295cfebc7f7e4c (patch) | |
tree | d338f0f92a0e231b25dc016770bb12506380c6f1 /dev-vcs/bzr-explorer | |
parent | version bump (diff) | |
download | gentoo-2-c7956cc83ad8ae85fe3fcdb908295cfebc7f7e4c.tar.gz gentoo-2-c7956cc83ad8ae85fe3fcdb908295cfebc7f7e4c.tar.bz2 gentoo-2-c7956cc83ad8ae85fe3fcdb908295cfebc7f7e4c.zip |
version bump
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/bzr-explorer')
-rw-r--r-- | dev-vcs/bzr-explorer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-vcs/bzr-explorer/ChangeLog b/dev-vcs/bzr-explorer/ChangeLog index 9623018db837..f3370a0721a9 100644 --- a/dev-vcs/bzr-explorer/ChangeLog +++ b/dev-vcs/bzr-explorer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/bzr-explorer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.19 2012/09/30 18:37:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.20 2012/10/08 19:58:09 fauli Exp $ + +*bzr-explorer-1.3.0 (08 Oct 2012) + + 08 Oct 2012; Christian Faulhammer <fauli@gentoo.org> + +bzr-explorer-1.3.0.ebuild: + version bump 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> bzr-explorer-1.2.1.ebuild, bzr-explorer-1.2.2.ebuild: diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild new file mode 100644 index 000000000000..6800eeda86d7 --- /dev/null +++ b/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild,v 1.1 2012/10/08 19:58:09 fauli Exp $ + +EAPI="3" + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +MY_PV=${PV/_beta/b} +MY_PV=${MY_PV/_rc/rc} +LPV=${MY_PV} +MY_P=${PN}-${MY_PV} + +DESCRIPTION="A high level interface to all commonly used Bazaar features" +HOMEPAGE="https://launchpad.net/bzr-explorer" +SRC_URI="http://launchpad.net/${PN}/1.3/${LPV}/+download/${MY_P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="gtk" + +DEPEND="" +RDEPEND=">=dev-vcs/bzr-2.5 + >=dev-vcs/qbzr-0.23 + gtk? ( dev-vcs/bzr-gtk )" |