diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:23:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:23:38 +0200 |
commit | 6bf3f61c8ccdacb83502b0c1b2699aad8a6cd7e4 (patch) | |
tree | 561955a2e42acfd45f86688731057677b3d2f51d /dev-util | |
parent | dev-vcs/gitinspector: Remove last-rited pkg (diff) | |
download | gentoo-6bf3f61c8ccdacb83502b0c1b2699aad8a6cd7e4.tar.gz gentoo-6bf3f61c8ccdacb83502b0c1b2699aad8a6cd7e4.tar.bz2 gentoo-6bf3f61c8ccdacb83502b0c1b2699aad8a6cd7e4.zip |
dev-util/cmdtest: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735314
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmdtest/Manifest | 2 | ||||
-rw-r--r-- | dev-util/cmdtest/cmdtest-0.30.ebuild | 32 | ||||
-rw-r--r-- | dev-util/cmdtest/cmdtest-0.32.ebuild | 32 | ||||
-rw-r--r-- | dev-util/cmdtest/metadata.xml | 5 |
4 files changed, 0 insertions, 71 deletions
diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest deleted file mode 100644 index 0fa8cf8c07ef..000000000000 --- a/dev-util/cmdtest/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cmdtest-0.32.tar.gz 48945 BLAKE2B 64c09a0f7dd66644d8ce785d633af2cc62ce0cba1a636cf18e650fdf0268987ad647509e17ed2c614b48164f9e9fbd6dcb64d6fa0a47ec6dcf24d82b69732857 SHA512 1d6d49f63067cd0343b0123eaa84326042a6382abccb624015ab5517809a11ad149f75fc48cdea87b608d4b8778903fe1a9e68b7942a45a6498bdf7e3dbe3216 -DIST cmdtest_0.30.orig.tar.xz 38508 BLAKE2B 7a27ed4930decdfbc49e922af9724ddba2daabc5af51faa6cafea1ca10dbf5137aa74ad9780156ff13f16e4c22fe5dba43401e22c6c2a7cabbd39d4139f4f515 SHA512 cbdebe175f09a99218d8ce0f2d1e49019f70b7f3ba112e2650e5a58e36a6f1d1b641c9aed5212e12023e956f999ef9cdba27aea7af9211f35a41874147a402af diff --git a/dev-util/cmdtest/cmdtest-0.30.ebuild b/dev-util/cmdtest/cmdtest-0.30.ebuild deleted file mode 100644 index 646a5882df16..000000000000 --- a/dev-util/cmdtest/cmdtest-0.30.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="black box tests Unix command line tools" -HOMEPAGE="http://liw.fi/cmdtest/" -SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" - -RDEPEND=" - dev-python/cliapp[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/ttystatus[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -src_compile() { - addwrite /proc/self/comm - distutils-r1_src_compile -} - -python_test() { - "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die -} diff --git a/dev-util/cmdtest/cmdtest-0.32.ebuild b/dev-util/cmdtest/cmdtest-0.32.ebuild deleted file mode 100644 index 6d6707bd00ef..000000000000 --- a/dev-util/cmdtest/cmdtest-0.32.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="black box tests Unix command line tools" -HOMEPAGE="https://liw.fi/cmdtest/" -SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" - -DEPEND=" - dev-python/cliapp[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/ttystatus[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" - -src_compile() { - addwrite /proc/self/comm - distutils-r1_src_compile -} - -python_test() { - "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die -} diff --git a/dev-util/cmdtest/metadata.xml b/dev-util/cmdtest/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/dev-util/cmdtest/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> |