summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2013-05-22 21:20:29 +0000
committerChristian Faulhammer <fauli@gentoo.org>2013-05-22 21:20:29 +0000
commit1f879f496271428d277de2fa47b7fa43ea900227 (patch)
tree7eee219d028c9ee6d918263b26ac0527b8a4466d /dev-vcs/bzr-explorer
parentRevision bump. Add patch to correct references to /sbin/ifconfig to /bin/ifco... (diff)
downloadgentoo-2-1f879f496271428d277de2fa47b7fa43ea900227.tar.gz
gentoo-2-1f879f496271428d277de2fa47b7fa43ea900227.tar.bz2
gentoo-2-1f879f496271428d277de2fa47b7fa43ea900227.zip
clean up
(Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'dev-vcs/bzr-explorer')
-rw-r--r--dev-vcs/bzr-explorer/ChangeLog6
-rw-r--r--dev-vcs/bzr-explorer/bzr-explorer-1.2.1.ebuild31
-rw-r--r--dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild31
3 files changed, 5 insertions, 63 deletions
diff --git a/dev-vcs/bzr-explorer/ChangeLog b/dev-vcs/bzr-explorer/ChangeLog
index 7a22ccffd3b2..f9807f819ba3 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.24 2013/05/20 08:22:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.25 2013/05/22 21:20:29 fauli Exp $
+
+ 22 May 2013; Christian Faulhammer <fauli@gentoo.org>
+ -bzr-explorer-1.2.1.ebuild, -bzr-explorer-1.2.2.ebuild:
+ clean up
20 May 2013; Agostino Sarubbo <ago@gentoo.org> bzr-explorer-1.3.0.ebuild:
Stable for x86, wrt bug #464442
diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.2.1.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.2.1.ebuild
deleted file mode 100644
index 4637a0efc1ed..000000000000
--- a/dev-vcs/bzr-explorer/bzr-explorer-1.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.2.1.ebuild,v 1.5 2012/09/30 18:37:36 armin76 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.2/${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.21
- gtk? ( dev-vcs/bzr-gtk )"
diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild
deleted file mode 100644
index 961600a4ee5a..000000000000
--- a/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 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.2.2.ebuild,v 1.4 2013/01/30 19:01:58 ago 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.2/${LPV}/+download/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE="gtk"
-
-DEPEND=""
-RDEPEND=">=dev-vcs/bzr-2.3
- >=dev-vcs/qbzr-0.22
- gtk? ( dev-vcs/bzr-gtk )"