summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-03-03 20:43:42 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-03-03 20:43:42 +0000
commit659ab16e47331fb80c605185714a563ece74da8f (patch)
tree58a702a695a27caf9c97914ff4043bc466e116d0 /dev-vcs
parentversion bump (diff)
downloadgentoo-2-659ab16e47331fb80c605185714a563ece74da8f.tar.gz
gentoo-2-659ab16e47331fb80c605185714a563ece74da8f.tar.bz2
gentoo-2-659ab16e47331fb80c605185714a563ece74da8f.zip
version bump
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-rewrite/ChangeLog8
-rw-r--r--dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-vcs/bzr-rewrite/ChangeLog b/dev-vcs/bzr-rewrite/ChangeLog
index a5e5b2c6cfc9..0f995a236b49 100644
--- a/dev-vcs/bzr-rewrite/ChangeLog
+++ b/dev-vcs/bzr-rewrite/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/bzr-rewrite
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-rewrite/ChangeLog,v 1.9 2011/02/11 22:39:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-rewrite/ChangeLog,v 1.10 2011/03/03 20:43:42 fauli Exp $
+
+*bzr-rewrite-0.6.2 (03 Mar 2011)
+
+ 03 Mar 2011; Christian Faulhammer <fauli@gentoo.org>
+ +bzr-rewrite-0.6.2.ebuild:
+ version bump
11 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
-bzr-rewrite-0.6.0.ebuild:
diff --git a/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild b/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild
new file mode 100644
index 000000000000..32b89d1dd45d
--- /dev/null
+++ b/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 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.1 2011/03/03 20:43:42 fauli 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"