From 576b6208d6defe240bfa2477d6dd19f1ed83bfaf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 05:23:45 +0200 Subject: Cleaned most of outdated stuff --- dev-vcs/bzr-svn/bzr-svn-1.2.2.ebuild | 38 ------------------------------------ 1 file changed, 38 deletions(-) delete mode 100644 dev-vcs/bzr-svn/bzr-svn-1.2.2.ebuild (limited to 'dev-vcs/bzr-svn') diff --git a/dev-vcs/bzr-svn/bzr-svn-1.2.2.ebuild b/dev-vcs/bzr-svn/bzr-svn-1.2.2.ebuild deleted file mode 100644 index 15cf0c0..0000000 --- a/dev-vcs/bzr-svn/bzr-svn-1.2.2.ebuild +++ /dev/null @@ -1,38 +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-svn/bzr-svn-1.2.2.ebuild,v 1.3 2013/03/25 20:40:05 ago Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="sqlite" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit distutils - -MY_P=${P/_rc/~rc} - -DESCRIPTION="Bazaar plugin that adds support for foreign Subversion repositories." -HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Subversion" -SRC_URI="http://samba.org/~jelmer/bzr/${MY_P}.tar.gz" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -# As long as https://bugs.launchpad.net/bzr-svn/+bug/526485 is unfixed -RESTRICT=test - -# Packager: check compatible bzr versions via -# `grep bzr_compatible_versions info.py`, and minimum subvertpy version -# via `grep subvertpy_minimum_version info.py`. - -CDEPEND=">=dev-vcs/bzr-2.5 - >=dev-python/subvertpy-0.8.8" -DEPEND="${CDEPEND} - test? ( !dev-vcs/bzr-rewrite )" -RDEPEND="${CDEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS FAQ HACKING NEWS README TODO mapping.txt specs/*" -- cgit v1.2.3