summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-19 09:14:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-19 09:14:18 +0200
commitb21a2ee9bc0b6beb200b75cedfde5f1ec1c301ef (patch)
tree5ad0558bfe80731aec7e50e6e885855ea428c3c3 /dev-vcs
parentdev-vcs/hgsvn: Remove last-rited pkg (diff)
downloadgentoo-b21a2ee9bc0b6beb200b75cedfde5f1ec1c301ef.tar.gz
gentoo-b21a2ee9bc0b6beb200b75cedfde5f1ec1c301ef.tar.bz2
gentoo-b21a2ee9bc0b6beb200b75cedfde5f1ec1c301ef.zip
dev-vcs/hgsubversion: Remove last-rited pkg
Closes: https://bugs.gentoo.org/712114 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hgsubversion/Manifest1
-rw-r--r--dev-vcs/hgsubversion/hgsubversion-1.9.2.ebuild33
-rw-r--r--dev-vcs/hgsubversion/metadata.xml9
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-vcs/hgsubversion/Manifest b/dev-vcs/hgsubversion/Manifest
deleted file mode 100644
index e2cebe1a109a..000000000000
--- a/dev-vcs/hgsubversion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hgsubversion-1.9.2.tar.gz 203801 BLAKE2B dd8f53baf1d12263be1dde75b2a0a9367ea038bc4655322ac8e89c5fafe67cd42ab94f83b2eda2ff28f521b8ef7ecb5034dad0916bb2fdfadeee68e52f75e348 SHA512 e11e0db50702d0fa0c29ac75bde8f943551ff392218656f82672c25635b43ed17d26026af106723875165806577881c268ebb5fb82954add599dcb14b13e4744
diff --git a/dev-vcs/hgsubversion/hgsubversion-1.9.2.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.9.2.ebuild
deleted file mode 100644
index d83432918135..000000000000
--- a/dev-vcs/hgsubversion/hgsubversion-1.9.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories"
-HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home https://pypi.org/project/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"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-vcs/mercurial-1.4[${PYTHON_USEDEP}]
- || (
- >=dev-python/subvertpy-0.7.4[${PYTHON_USEDEP}]
- >=dev-vcs/subversion-1.5[python] )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-# "${PYTHON}" tests/run.py || die "Tests failed under ${EPYTHON}"
- # Upstream is using nose and the other way simply runs no tests
- LC_ALL=C nosetests --verbose || die
-}
diff --git a/dev-vcs/hgsubversion/metadata.xml b/dev-vcs/hgsubversion/metadata.xml
deleted file mode 100644
index 9ed0465431f5..000000000000
--- a/dev-vcs/hgsubversion/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">hgsubversion</remote-id>
- <remote-id type="bitbucket">durin42/hgsubversion</remote-id>
- </upstream>
-</pkgmetadata>