summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-03-17 10:58:49 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-03-17 10:58:49 +0000
commit7357265b6dc5ee027ec8f577a71cd0b3312103bf (patch)
tree12dc1ba7358675053d9862bd7266a44b03290120 /dev-vcs
parentversion bump (diff)
downloadhistorical-7357265b6dc5ee027ec8f577a71cd0b3312103bf.tar.gz
historical-7357265b6dc5ee027ec8f577a71cd0b3312103bf.tar.bz2
historical-7357265b6dc5ee027ec8f577a71cd0b3312103bf.zip
clean up
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-git/ChangeLog5
-rw-r--r--dev-vcs/bzr-git/bzr-git-0.5.2.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/dev-vcs/bzr-git/ChangeLog b/dev-vcs/bzr-git/ChangeLog
index 059cf34dc66e..2743e1c33ab6 100644
--- a/dev-vcs/bzr-git/ChangeLog
+++ b/dev-vcs/bzr-git/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/bzr-git
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.8 2012/01/23 16:48:54 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.9 2012/03/17 10:58:49 fauli Exp $
+
+ 17 Mar 2012; Christian Faulhammer <fauli@gentoo.org> -bzr-git-0.5.2.ebuild:
+ clean up
23 Jan 2012; Thomas Kahle <tomka@gentoo.org> bzr-git-0.6.2.ebuild:
x86 stable per bug 383751
diff --git a/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild b/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild
deleted file mode 100644
index 07b3d69c6009..000000000000
--- a/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild
+++ /dev/null
@@ -1,37 +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-git/bzr-git-0.5.2.ebuild,v 1.3 2011/01/22 16:28:08 phajdan.jr Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Support for Git branches in Bazaar"
-HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} = 9999 ]]; then
- inherit bzr
- EBZR_REPO_URI="lp:bzr-git"
- KEYWORDS=""
-else
- SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-IUSE=""
-# Test are broken, they want API functions from Dulwich which are not
-# installed in Gentoo
-RESTRICT="test"
-
-# Check info.py for dulwich and bzr version dependency info.
-# The file should be fairly straightforward to understand.
-DEPEND=""
-RDEPEND=">=dev-python/dulwich-0.5.0
- >=dev-vcs/bzr-1.15_rc1"