From dbdc2f4d7bd2553ec832712ce42197a306d63e5c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 9 Oct 2020 09:48:01 +0200 Subject: dev-util/mpatch: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/735326 Signed-off-by: Michał Górny --- dev-util/mpatch/Manifest | 1 - dev-util/mpatch/metadata.xml | 8 -------- dev-util/mpatch/mpatch-0.8-r1.ebuild | 30 ------------------------------ profiles/package.mask | 1 - 4 files changed, 40 deletions(-) delete mode 100644 dev-util/mpatch/Manifest delete mode 100644 dev-util/mpatch/metadata.xml delete mode 100644 dev-util/mpatch/mpatch-0.8-r1.ebuild diff --git a/dev-util/mpatch/Manifest b/dev-util/mpatch/Manifest deleted file mode 100644 index a4d0827db860..000000000000 --- a/dev-util/mpatch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mpatch-0.8.tar.bz2 115774 BLAKE2B 3fc3f14e3ee4e8506685b04fcaa434326f550d07f247a8fa2b8afacd7496566fad70a479049f6b65ae572ff77326eb4a506ec458b2c6b7ce73b7afb9f463e6eb SHA512 1a05d23c923e29cc87dcc0994affd87b9b0b9257f2d410fb28ed2fe5337676274e9c8548df286a81479afa231a80805ac09f3e0e9b6c8942ebef443fbc4f96f1 diff --git a/dev-util/mpatch/metadata.xml b/dev-util/mpatch/metadata.xml deleted file mode 100644 index a4e0d354f696..000000000000 --- a/dev-util/mpatch/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - robbat2@gentoo.org - Robin H. Johnson - - diff --git a/dev-util/mpatch/mpatch-0.8-r1.ebuild b/dev-util/mpatch/mpatch-0.8-r1.ebuild deleted file mode 100644 index ae679e718905..000000000000 --- a/dev-util/mpatch/mpatch-0.8-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 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 - -DESCRIPTION="Patch-like tool which can resolve common causes of patch rejects when applying" -HOMEPAGE="http://oss.oracle.com/~mason/mpatch/" -SRC_URI="http://oss.oracle.com/~mason/mpatch/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_install() { - distutils-r1_src_install - dobin cmd/qp cmd/mp -} diff --git a/profiles/package.mask b/profiles/package.mask index 7d556a7efd6f..a084599fce7f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -505,7 +505,6 @@ dev-python/SchemaObject dev-python/oauth dev-ruby/pygments_rb dev-util/doxy-coverage -dev-util/mpatch dev-vcs/gitstats games-strategy/0ad -- cgit v1.2.3-65-gdbad