diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-27 21:01:04 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-27 21:01:04 +0000 |
commit | d19ef3f4ed50afb24d8273095f3ad6468c692e59 (patch) | |
tree | c5e37e6c7a72699a445f14b8fd18a5ee1cf7ab1a /dev-vcs | |
parent | fix bug 329461 by restricting Python ABIs to 2.*, Bazaar itself has no Python... (diff) | |
download | gentoo-2-d19ef3f4ed50afb24d8273095f3ad6468c692e59.tar.gz gentoo-2-d19ef3f4ed50afb24d8273095f3ad6468c692e59.tar.bz2 gentoo-2-d19ef3f4ed50afb24d8273095f3ad6468c692e59.zip |
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-explorer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/bzr-explorer/bzr-explorer-1.0.1.ebuild | 26 |
2 files changed, 5 insertions, 27 deletions
diff --git a/dev-vcs/bzr-explorer/ChangeLog b/dev-vcs/bzr-explorer/ChangeLog index 709c7e98c593..3cd7479c17f7 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.4 2010/07/27 20:55:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.5 2010/07/27 21:01:04 fauli Exp $ + + 27 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + -bzr-explorer-1.0.1.ebuild: + clean up 27 Jul 2010; Christian Faulhammer <fauli@gentoo.org> bzr-explorer-1.0.2.ebuild: diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.0.1.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.0.1.ebuild deleted file mode 100644 index 5cf8bdd60fae..000000000000 --- a/dev-vcs/bzr-explorer/bzr-explorer-1.0.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 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.0.1.ebuild,v 1.1 2010/03/16 22:16:31 fauli Exp $ - -inherit distutils versionator - -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.0/${LPV}/+download/${MY_P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~x86" -IUSE="gtk" - -DEPEND="" -RDEPEND=">=dev-vcs/bzr-1.14 - >=dev-vcs/qbzr-0.13 - gtk? ( dev-vcs/bzr-gtk )" - -S="${WORKDIR}"/${MY_P} |