diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:13:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:13:45 +0200 |
commit | 90963adbb05c351e34a70901af59f2baa5687529 (patch) | |
tree | be4aaf9f6c7538421e21f296ae6fd29d2e50d449 /dev-vcs | |
parent | dev-vcs/hgview: Remove last-rited pkg (diff) | |
download | gentoo-90963adbb05c351e34a70901af59f2baa5687529.tar.gz gentoo-90963adbb05c351e34a70901af59f2baa5687529.tar.bz2 gentoo-90963adbb05c351e34a70901af59f2baa5687529.zip |
dev-vcs/hgsvn: 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/hgsvn/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild | 43 | ||||
-rw-r--r-- | dev-vcs/hgsvn/metadata.xml | 9 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-vcs/hgsvn/Manifest b/dev-vcs/hgsvn/Manifest deleted file mode 100644 index fad9c2300b3b..000000000000 --- a/dev-vcs/hgsvn/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hgsvn-0.2.3.zip 199696 BLAKE2B 1947d69a5f9a01d7802a3f0a1fd7f38b15df4f653ca9aaf836646eb03be30e4a4f09c24469a9b118e4eba769a94636fe04d2f7399fb3d835d54c8d0225af6f1e SHA512 d88d683730430b825411b4267c78e82e492f45d55c49c8a19ed159a95390e58507b07217c4e5082a223c3217042fdc1ae2c96648b1880bd441117ca173ca4c09 diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild deleted file mode 100644 index 91a1d656c061..000000000000 --- a/dev-vcs/hgsvn/hgsvn-0.2.3-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 -PYTHON_REQ_USE="xml" - -DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial" -HOMEPAGE="https://pypi.org/project/hgsvn/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos" -IUSE="" - -DEPEND=" - app-arch/unzip - dev-vcs/mercurial -" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-vcs/subversion[${PYTHON_MULTI_USEDEP}] - ') -" - -pkg_setup() { - python-single-r1_pkg_setup -} - -python_prepare_all() { - sed -e "/use_setuptools/d" -i setup.py || die "sed failed" - distutils-r1_python_prepare_all -} - -python_install() { - distutils-r1_python_install - rm -rf "${D}/$(python_get_sitedir)/hgsvn/unittests" || die -} diff --git a/dev-vcs/hgsvn/metadata.xml b/dev-vcs/hgsvn/metadata.xml deleted file mode 100644 index 4d85440d8473..000000000000 --- a/dev-vcs/hgsvn/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 --> - <longdescription>A set of scripts to work locally on Subversion checkouts using Mercurial</longdescription> - <upstream> - <remote-id type="pypi">hgsvn</remote-id> - </upstream> -</pkgmetadata> |