summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 11:26:17 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 11:32:48 +0100
commit70300cb9405785150baf7d3c1650b2074f69acfa (patch)
treefbd5a83877827d228115fc914533aaf6868b509c /dev-vcs/hgsubversion
parentdev-vcs/git-bzr-ng: Drop old (diff)
downloadgentoo-70300cb9405785150baf7d3c1650b2074f69acfa.tar.gz
gentoo-70300cb9405785150baf7d3c1650b2074f69acfa.tar.bz2
gentoo-70300cb9405785150baf7d3c1650b2074f69acfa.zip
dev-vcs/hgsubversion: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/hgsubversion')
-rw-r--r--dev-vcs/hgsubversion/Manifest1
-rw-r--r--dev-vcs/hgsubversion/hgsubversion-1.4.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-vcs/hgsubversion/Manifest b/dev-vcs/hgsubversion/Manifest
index 4be2c8bee8c5..87b676cafe7c 100644
--- a/dev-vcs/hgsubversion/Manifest
+++ b/dev-vcs/hgsubversion/Manifest
@@ -1,3 +1,2 @@
-DIST hgsubversion-1.4.tar.gz 133564 SHA256 e3febee217ce321d316712c4c75236dcc2f2769c329c687114e2c37d303f1c0f SHA512 23305b210e2f51cbcd866a5d87caa23f8e5d405532b3139f5700572f13f5a52c1699d937e8c87a8580274ddc1240f51b773334083ced44da98fe7bf270f006fb WHIRLPOOL 5c7b4b9a5537ce4b65f806db23ab4e0ad920b394b44a015d8144c8da9456ad3ed8f3cc8911d539a2488fbd1e446aa7cb6ad5af0c195461ad580ee497cf793a91
DIST hgsubversion-1.8.5.tar.gz 179639 SHA256 2e2a9e5c05945ba2bd2eef444ad34cc2aeac101fa43157676d72e66869042ce5 SHA512 1d3f0824c3b83a2e00485ef3f412767bdb378a5a545f2fcf533eafebb20cbd40becf54cf9a29705200d221d6d6c0eb284fae0692354b1795feb391de2a02ca0c WHIRLPOOL 1d17810ccaa0d2860c6723ad7629676e6fc01d9fc3d251934c7b0132b1fe56dcccac8e2be8c599df88d5adfd5684242cef72faecaa48d46576d8ccf270302572
DIST hgsubversion-1.8.6.tar.gz 180720 SHA256 23ad3d48a36639bc9bb9060b5bac8b12094100ee46f2a1290c73b100a12bae49 SHA512 8431e995a9f2c150936af004527fea6d562a34c653af6d51e69afdb10397528bbe7f230d92b18c3d04e2315c7b0078ecfc1bd619be4c2540bb564d50092566c4 WHIRLPOOL 1d34475c699e809312dad844748a34d9aa98d50058256adc28086a7202d5748292f12d30d683347fd9ea3edf8bf5b72c98689fee4616da4c0609017a8ff42b32
diff --git a/dev-vcs/hgsubversion/hgsubversion-1.4.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.4.ebuild
deleted file mode 100644
index 8515af7664dc..000000000000
--- a/dev-vcs/hgsubversion/hgsubversion-1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 https://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
-}