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: profiles/, dev-util/cmdtest/
Date: Wed, 02 Sep 2020 08:24:33
Message-Id: 1599035018.6bf3f61c8ccdacb83502b0c1b2699aad8a6cd7e4.mgorny@gentoo
1 commit: 6bf3f61c8ccdacb83502b0c1b2699aad8a6cd7e4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:23:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 08:23:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf3f61c
7
8 dev-util/cmdtest: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/735314
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/cmdtest/Manifest | 2 --
14 dev-util/cmdtest/cmdtest-0.30.ebuild | 32 --------------------------------
15 dev-util/cmdtest/cmdtest-0.32.ebuild | 32 --------------------------------
16 dev-util/cmdtest/metadata.xml | 5 -----
17 profiles/package.mask | 5 -----
18 5 files changed, 76 deletions(-)
19
20 diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest
21 deleted file mode 100644
22 index 0fa8cf8c07e..00000000000
23 --- a/dev-util/cmdtest/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST cmdtest-0.32.tar.gz 48945 BLAKE2B 64c09a0f7dd66644d8ce785d633af2cc62ce0cba1a636cf18e650fdf0268987ad647509e17ed2c614b48164f9e9fbd6dcb64d6fa0a47ec6dcf24d82b69732857 SHA512 1d6d49f63067cd0343b0123eaa84326042a6382abccb624015ab5517809a11ad149f75fc48cdea87b608d4b8778903fe1a9e68b7942a45a6498bdf7e3dbe3216
27 -DIST cmdtest_0.30.orig.tar.xz 38508 BLAKE2B 7a27ed4930decdfbc49e922af9724ddba2daabc5af51faa6cafea1ca10dbf5137aa74ad9780156ff13f16e4c22fe5dba43401e22c6c2a7cabbd39d4139f4f515 SHA512 cbdebe175f09a99218d8ce0f2d1e49019f70b7f3ba112e2650e5a58e36a6f1d1b641c9aed5212e12023e956f999ef9cdba27aea7af9211f35a41874147a402af
28
29 diff --git a/dev-util/cmdtest/cmdtest-0.30.ebuild b/dev-util/cmdtest/cmdtest-0.30.ebuild
30 deleted file mode 100644
31 index 646a5882df1..00000000000
32 --- a/dev-util/cmdtest/cmdtest-0.30.ebuild
33 +++ /dev/null
34 @@ -1,32 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="black box tests Unix command line tools"
45 -HOMEPAGE="http://liw.fi/cmdtest/"
46 -SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
51 -
52 -RDEPEND="
53 - dev-python/cliapp[${PYTHON_USEDEP}]
54 - dev-python/markdown[${PYTHON_USEDEP}]
55 - dev-python/ttystatus[${PYTHON_USEDEP}]
56 -"
57 -DEPEND="${RDEPEND}"
58 -
59 -src_compile() {
60 - addwrite /proc/self/comm
61 - distutils-r1_src_compile
62 -}
63 -
64 -python_test() {
65 - "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
66 -}
67
68 diff --git a/dev-util/cmdtest/cmdtest-0.32.ebuild b/dev-util/cmdtest/cmdtest-0.32.ebuild
69 deleted file mode 100644
70 index 6d6707bd00e..00000000000
71 --- a/dev-util/cmdtest/cmdtest-0.32.ebuild
72 +++ /dev/null
73 @@ -1,32 +0,0 @@
74 -# Copyright 1999-2020 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -
79 -PYTHON_COMPAT=( python2_7 )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="black box tests Unix command line tools"
84 -HOMEPAGE="https://liw.fi/cmdtest/"
85 -SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz"
86 -
87 -LICENSE="GPL-3+"
88 -SLOT="0"
89 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
90 -
91 -DEPEND="
92 - dev-python/cliapp[${PYTHON_USEDEP}]
93 - dev-python/markdown[${PYTHON_USEDEP}]
94 - dev-python/ttystatus[${PYTHON_USEDEP}]
95 -"
96 -RDEPEND="${DEPEND}"
97 -
98 -src_compile() {
99 - addwrite /proc/self/comm
100 - distutils-r1_src_compile
101 -}
102 -
103 -python_test() {
104 - "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
105 -}
106
107 diff --git a/dev-util/cmdtest/metadata.xml b/dev-util/cmdtest/metadata.xml
108 deleted file mode 100644
109 index 7a38bb90096..00000000000
110 --- a/dev-util/cmdtest/metadata.xml
111 +++ /dev/null
112 @@ -1,5 +0,0 @@
113 -<?xml version="1.0" encoding="UTF-8"?>
114 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
115 -<pkgmetadata>
116 - <!-- maintainer-needed -->
117 -</pkgmetadata>
118
119 diff --git a/profiles/package.mask b/profiles/package.mask
120 index 07b1580dada..d2af929f50d 100644
121 --- a/profiles/package.mask
122 +++ b/profiles/package.mask
123 @@ -606,11 +606,6 @@ sys-auth/pam_radius
124 # Removal in 30 days. bug #658448.
125 net-analyzer/nikto
126
127 -# Matt Turner <mattst88@g.o> (2020-08-03)
128 -# Package is dead and upstream maintainer asked that it be removed.
129 -# Removal in 30 days. Bug #735314
130 -dev-util/cmdtest
131 -
132 # Michał Górny <mgorny@g.o> (2020-08-03)
133 # Unmaintained. Last release in 2011. Py2 only.
134 # Removal in 30 days. Bug #735362.