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/nattka/
Date: Sun, 27 Feb 2022 22:34:40
Message-Id: 1646001273.acae02bfac5003977d1d29c7d4d901fc9e842b33.mgorny@gentoo
1 commit: acae02bfac5003977d1d29c7d4d901fc9e842b33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 22:29:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 22:34:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acae02bf
7
8 app-portage/nattka: Remove the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/nattka/nattka-9999.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild
16 deleted file mode 100644
17 index 62f83dc85154..000000000000
18 --- a/app-portage/nattka/nattka-9999.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 2020-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1 git-r3
28 -
29 -DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
30 -HOMEPAGE="https://github.com/mgorny/nattka/"
31 -EGIT_REPO_URI="https://github.com/mgorny/nattka.git"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -KEYWORDS=""
36 -IUSE="depgraph-order"
37 -
38 -RDEPEND="
39 - dev-python/lxml[${PYTHON_USEDEP}]
40 - dev-python/requests[${PYTHON_USEDEP}]
41 - dev-util/pkgcheck[${PYTHON_USEDEP}]
42 - dev-vcs/git
43 - sys-apps/pkgcore[${PYTHON_USEDEP}]
44 - depgraph-order? (
45 - dev-python/networkx[${PYTHON_USEDEP}]
46 - )"
47 -BDEPEND="
48 - test? (
49 - dev-python/networkx[${PYTHON_USEDEP}]
50 - dev-python/vcrpy[${PYTHON_USEDEP}]
51 - )"
52 -
53 -distutils_enable_sphinx doc --no-autodoc
54 -distutils_enable_tests pytest