diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:18:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:18:15 +0200 |
commit | ca95e5f32b060a39db5aabb27841d1f99f57c258 (patch) | |
tree | cc4b42ae4f366d6704d0bb67e4592c9423f892fb /app-portage | |
parent | app-portage/diffmask: Update URLs (diff) | |
download | gentoo-ca95e5f32b060a39db5aabb27841d1f99f57c258.tar.gz gentoo-ca95e5f32b060a39db5aabb27841d1f99f57c258.tar.bz2 gentoo-ca95e5f32b060a39db5aabb27841d1f99f57c258.zip |
app-portage/diffmask: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
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}]" |