summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-23 01:37:25 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-23 01:37:25 +0000
commit22942b9b9cfaec5f40f62ce0d2f18c854316f671 (patch)
tree85017070a77cd75c057eab43c69945cce532517b /dev-vcs
parentRemove old. (diff)
downloadgentoo-2-22942b9b9cfaec5f40f62ce0d2f18c854316f671.tar.gz
gentoo-2-22942b9b9cfaec5f40f62ce0d2f18c854316f671.tar.bz2
gentoo-2-22942b9b9cfaec5f40f62ce0d2f18c854316f671.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-git/ChangeLog6
-rw-r--r--dev-vcs/bzr-git/bzr-git-0.6.2.ebuild37
-rw-r--r--dev-vcs/bzr-git/bzr-git-0.6.7.ebuild37
3 files changed, 5 insertions, 75 deletions
diff --git a/dev-vcs/bzr-git/ChangeLog b/dev-vcs/bzr-git/ChangeLog
index e27fd0eaa79f..05fbb6434e88 100644
--- a/dev-vcs/bzr-git/ChangeLog
+++ b/dev-vcs/bzr-git/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/bzr-git
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.17 2015/03/10 14:38:14 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.18 2015/05/23 01:37:25 mrueg Exp $
+
+ 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -bzr-git-0.6.2.ebuild,
+ -bzr-git-0.6.7.ebuild:
+ Remove old.
*bzr-git-0.6.8-r1 (10 Mar 2015)
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild
deleted file mode 100644
index 38bae5be099f..000000000000
--- a/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild
+++ /dev/null
@@ -1,37 +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-git/bzr-git-0.6.2.ebuild,v 1.6 2012/09/30 18:17:32 armin76 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.8.0
- >=dev-vcs/bzr-2.3.0"
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild
deleted file mode 100644
index b9acc2436f7d..000000000000
--- a/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild
+++ /dev/null
@@ -1,37 +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-git/bzr-git-0.6.7.ebuild,v 1.4 2013/01/30 19:01:36 ago 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.8.2
- >=dev-vcs/bzr-2.5.0"