summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2014-08-18 20:07:35 +0000
committerDirkjan Ochtman <djc@gentoo.org>2014-08-18 20:07:35 +0000
commitc4cd66f23bb7913e3f93ea2cb6900d97b59ab29a (patch)
tree26ea2893725f27f73b6c430d4a3d84e12284da17 /dev-vcs
parentQA: revbump, EAPI bump, drop old (diff)
downloadgentoo-2-c4cd66f23bb7913e3f93ea2cb6900d97b59ab29a.tar.gz
gentoo-2-c4cd66f23bb7913e3f93ea2cb6900d97b59ab29a.tar.bz2
gentoo-2-c4cd66f23bb7913e3f93ea2cb6900d97b59ab29a.zip
Remove old version
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hgsubversion/ChangeLog5
-rw-r--r--dev-vcs/hgsubversion/hgsubversion-1.3.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-vcs/hgsubversion/ChangeLog b/dev-vcs/hgsubversion/ChangeLog
index b3a65ba42e09..169b9979601e 100644
--- a/dev-vcs/hgsubversion/ChangeLog
+++ b/dev-vcs/hgsubversion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/hgsubversion
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.34 2014/08/18 20:06:20 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.35 2014/08/18 20:07:35 djc Exp $
+
+ 18 Aug 2014; Dirkjan Ochtman <djc@gentoo.org> -hgsubversion-1.3.ebuild:
+ Remove old version
*hgsubversion-1.6.3 (18 Aug 2014)
diff --git a/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild
deleted file mode 100644
index 3899a08da7dc..000000000000
--- a/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild,v 1.8 2014/08/10 21:23:18 slyfox Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories"
-HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home http://pypi.python.org/pypi/hgsubversion"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-vcs/mercurial-1.4
- || (
- dev-python/subvertpy
- >=dev-vcs/subversion-1.5[python]
- )
-"
-DEPEND="
- dev-python/setuptools
- test? ( dev-python/nose )
-"
-
-DOCS="README"
-
-src_test() {
- cd tests
-
- testing() {
- PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" run.py
- }
- python_execute_function testing
-}