Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/diffmask/
Date: Wed, 18 May 2022 07:36:18
Message-Id: 1652859362.dde63b79ecc179eff7faee39a429319638086e03.mgorny@gentoo
1 commit: dde63b79ecc179eff7faee39a429319638086e03
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 07:04:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 07:36:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde63b79
7
8 app-portage/diffmask: Remove the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/diffmask/diffmask-9999.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
16 deleted file mode 100644
17 index 413a58f1d2c3..000000000000
18 --- a/app-portage/diffmask/diffmask-9999.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DISTUTILS_USE_SETUPTOOLS=no
27 -PYTHON_COMPAT=( python3_{7..9} )
28 -
29 -inherit distutils-r1 git-r3
30 -
31 -DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks"
32 -HOMEPAGE="https://github.com/mgorny/diffmask/"
33 -SRC_URI=""
34 -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS=""
39 -IUSE=""
40 -
41 -RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"