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 | 0b05aa05b2fca4c850b292dcf2e02368bc97587a (patch) | |
tree | 66136b20cc3e391b1d311388d8d89d05efc89ae2 /dev-vcs/bzr-explorer | |
parent | Fix python dependency to match dev-python/twisted's, spotted by Arfrever. (diff) | |
download | historical-0b05aa05b2fca4c850b292dcf2e02368bc97587a.tar.gz historical-0b05aa05b2fca4c850b292dcf2e02368bc97587a.tar.bz2 historical-0b05aa05b2fca4c850b292dcf2e02368bc97587a.zip |
version bump
Package-Manager: portage-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 )" |