diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-08-29 21:43:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-08-29 21:43:41 +0000 |
commit | 8bbb8b809800a25fef491dcc8f6500460695927c (patch) | |
tree | fee652505a40aff1a6fcdd53f26f28c4b08255a2 /dev-vcs/bzr-explorer | |
parent | Stable on amd64 wrt bug #380913 (diff) | |
download | historical-8bbb8b809800a25fef491dcc8f6500460695927c.tar.gz historical-8bbb8b809800a25fef491dcc8f6500460695927c.tar.bz2 historical-8bbb8b809800a25fef491dcc8f6500460695927c.zip |
clean up
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'dev-vcs/bzr-explorer')
-rw-r--r-- | dev-vcs/bzr-explorer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/bzr-explorer/bzr-explorer-1.1.4.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-vcs/bzr-explorer/ChangeLog b/dev-vcs/bzr-explorer/ChangeLog index 272de27562b7..77c93e405932 100644 --- a/dev-vcs/bzr-explorer/ChangeLog +++ b/dev-vcs/bzr-explorer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/bzr-explorer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.12 2011/08/16 12:14:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.13 2011/08/29 21:43:41 fauli Exp $ + + 29 Aug 2011; Christian Faulhammer <fauli@gentoo.org> + -bzr-explorer-1.1.4.ebuild: + clean up *bzr-explorer-1.2.1 (16 Aug 2011) diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.1.4.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.1.4.ebuild deleted file mode 100644 index 1c438191ba33..000000000000 --- a/dev-vcs/bzr-explorer/bzr-explorer-1.1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 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.1.4.ebuild,v 1.1 2011/07/17 11:47:59 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.1/${LPV}/+download/${MY_P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="gtk" - -DEPEND="" -RDEPEND=">=dev-vcs/bzr-1.14 - >=dev-vcs/qbzr-0.19 - gtk? ( dev-vcs/bzr-gtk )" |