From ca95e5f32b060a39db5aabb27841d1f99f57c258 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 10 Aug 2022 16:18:15 +0200 Subject: app-portage/diffmask: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app-portage/diffmask/diffmask-0.3.3-r4.ebuild (limited to 'app-portage') diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild deleted file mode 100644 index 9916137904e1..000000000000 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" -HOMEPAGE="https://github.com/projg2/diffmask/" -SRC_URI="https://github.com/projg2/diffmask/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad