summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2013-08-06 19:08:24 +0000
committerChristian Faulhammer <fauli@gentoo.org>2013-08-06 19:08:24 +0000
commitfba4d49b2596908110ffb4c02a3947fc84c057b0 (patch)
tree12203e849aa4ddc6ea34dcebbefbafbd5000c876 /dev-vcs
parentconvert to distutils-r1.eclass (diff)
downloadgentoo-2-fba4d49b2596908110ffb4c02a3947fc84c057b0.tar.gz
gentoo-2-fba4d49b2596908110ffb4c02a3947fc84c057b0.tar.bz2
gentoo-2-fba4d49b2596908110ffb4c02a3947fc84c057b0.zip
clean up
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-rewrite/ChangeLog6
-rw-r--r--dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-vcs/bzr-rewrite/ChangeLog b/dev-vcs/bzr-rewrite/ChangeLog
index 7cf1017e339a..8e24e93293ff 100644
--- a/dev-vcs/bzr-rewrite/ChangeLog
+++ b/dev-vcs/bzr-rewrite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/bzr-rewrite
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-rewrite/ChangeLog,v 1.20 2013/01/30 19:01:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-rewrite/ChangeLog,v 1.21 2013/08/06 19:08:24 fauli Exp $
+
+ 06 Aug 2013; Christian Faulhammer <fauli@gentoo.org>
+ -bzr-rewrite-0.6.2.ebuild:
+ clean up
30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> bzr-rewrite-0.6.3.ebuild:
Stable for x86, wrt bug #418969
diff --git a/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild b/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild
deleted file mode 100644
index 087855043494..000000000000
--- a/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild
+++ /dev/null
@@ -1,24 +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-rewrite/bzr-rewrite-0.6.2.ebuild,v 1.5 2012/10/20 16:25:34 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Bazaar plugin that adds support for rebasing, similar to the functionality in git"
-HOMEPAGE="https://launchpad.net/bzr-rewrite"
-SRC_URI="http://launchpad.net/bzr-rewrite/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-vcs/bzr-1.14
- !dev-vcs/bzr-rebase"
-RDEPEND="${DEPEND}
- !<dev-vcs/bzr-svn-0.6"