summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 13:35:35 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 13:36:22 +0100
commita5dab1e48b70df79aae9df294f197e98fffea1c1 (patch)
treede781c77dddb61e40c26b055cabd9bbc93d257f9 /dev-util
parentdev-python/ttystatus: Drop old (diff)
downloadgentoo-a5dab1e48b70df79aae9df294f197e98fffea1c1.tar.gz
gentoo-a5dab1e48b70df79aae9df294f197e98fffea1c1.tar.bz2
gentoo-a5dab1e48b70df79aae9df294f197e98fffea1c1.zip
dev-util/cmdtest: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cmdtest/Manifest3
-rw-r--r--dev-util/cmdtest/cmdtest-0.16.ebuild27
-rw-r--r--dev-util/cmdtest/cmdtest-0.18.ebuild27
-rw-r--r--dev-util/cmdtest/cmdtest-0.27.ebuild28
4 files changed, 0 insertions, 85 deletions
diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest
index ebaecf4cc0a1..b3446cbf655e 100644
--- a/dev-util/cmdtest/Manifest
+++ b/dev-util/cmdtest/Manifest
@@ -1,4 +1 @@
-DIST cmdtest_0.16.orig.tar.xz 32960 BLAKE2B 61ada4e01007afd41766efb90ec3d9e2caa9453c9759b102a9dd5fb51652fa15a18b490840c9fefc16fbabcbae9964f97655f7b76ce8be36002a685e6fd8000c SHA512 5be73dc1d71706ccf220dc91944d353e4745cd214b54977f0a8093bd540114747a78cf9f65c9ed926bcc0749839e3d9252a23d1ff3c1d05fbe87eceb4915bc26
-DIST cmdtest_0.18.orig.tar.xz 33156 BLAKE2B 11167a16216e14bedbd35a129e9fa84d491a00d4b80acf83ea302172e31a8493544a7ed4d9f446fec22a966826e7b46084ed2f6c1daa7ef34d4d1a1a86a8b5dd SHA512 b5eb9d58401a93fa31cded35338e734a50cacc6af93423b020912a4b1c63d7bf9e35c588ad47678a0395aca6d4dfda76af7c92fbaf41884d542055a04f6406b7
-DIST cmdtest_0.27.orig.tar.xz 37088 BLAKE2B c9f3d898396172cf3957cf3bc13d13629da7074c4e4d80a03cb6c06b6816ed9f1b986a765185d30e49a80e0e646da27098edbf6efc6b04018732dd37b9718b0f SHA512 6c8aae6b60863d75bd1f57bd45589f3b201c7d2907fcbcc7c2a8aa2fe3bf766ab4d9688998046e36c76037e7d3fd2559c26c316216941a55a121f4a87299928f
DIST cmdtest_0.30.orig.tar.xz 38508 BLAKE2B 7a27ed4930decdfbc49e922af9724ddba2daabc5af51faa6cafea1ca10dbf5137aa74ad9780156ff13f16e4c22fe5dba43401e22c6c2a7cabbd39d4139f4f515 SHA512 cbdebe175f09a99218d8ce0f2d1e49019f70b7f3ba112e2650e5a58e36a6f1d1b641c9aed5212e12023e956f999ef9cdba27aea7af9211f35a41874147a402af
diff --git a/dev-util/cmdtest/cmdtest-0.16.ebuild b/dev-util/cmdtest/cmdtest-0.16.ebuild
deleted file mode 100644
index be5040f8f4b2..000000000000
--- a/dev-util/cmdtest/cmdtest-0.16.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="
- ${PYTHON_DEPS}
- dev-python/cliapp
- dev-python/ttystatus
-"
-
-src_compile() {
- addwrite /proc/self/comm
- distutils-r1_src_compile
-}
diff --git a/dev-util/cmdtest/cmdtest-0.18.ebuild b/dev-util/cmdtest/cmdtest-0.18.ebuild
deleted file mode 100644
index 658bc7c80668..000000000000
--- a/dev-util/cmdtest/cmdtest-0.18.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="
- ${PYTHON_DEPS}
- dev-python/cliapp[${PYTHON_USEDEP}]
- dev-python/ttystatus[${PYTHON_USEDEP}]
-"
-
-src_compile() {
- addwrite /proc/self/comm
- distutils-r1_src_compile
-}
diff --git a/dev-util/cmdtest/cmdtest-0.27.ebuild b/dev-util/cmdtest/cmdtest-0.27.ebuild
deleted file mode 100644
index 005e6458d635..000000000000
--- a/dev-util/cmdtest/cmdtest-0.27.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="
- ${PYTHON_DEPS}
- dev-python/cliapp[${PYTHON_USEDEP}]
- dev-python/markdown[${PYTHON_USEDEP}]
- dev-python/ttystatus[${PYTHON_USEDEP}]
-"
-
-src_compile() {
- addwrite /proc/self/comm
- distutils-r1_src_compile
-}