mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-util/cmdtest: add new version, fixes #607754
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST cmdtest_0.16.orig.tar.xz 32960 SHA256 3cd0e18f638b78a76f78e84d48996ee7436f598832fc3e28380ac03db35afec6 SHA512 5be73dc1d71706ccf220dc91944d353e4745cd214b54977f0a8093bd540114747a78cf9f65c9ed926bcc0749839e3d9252a23d1ff3c1d05fbe87eceb4915bc26 WHIRLPOOL 4028340a9be5177a5b7ea2c805ca3df009719582d414e175734e53327212b2d4eb32c33834dcc61a0a38ef239249a55ebb7206201ca1142b953c1390455c2b6b
|
||||
DIST cmdtest_0.18.orig.tar.xz 33156 SHA256 b68addc8a21298a17a9ac02b439abf9a07bcf9916f3ce41804a2348526110e19 SHA512 b5eb9d58401a93fa31cded35338e734a50cacc6af93423b020912a4b1c63d7bf9e35c588ad47678a0395aca6d4dfda76af7c92fbaf41884d542055a04f6406b7 WHIRLPOOL 2d03c4f554efa6bb8c714976af60dbc559bad17dcfd1dd65bfc491a1b16983a01ab1fb17d2e53a67bb29dc79f992de363288f473dc09c54f3162ae8ce9f2f975
|
||||
DIST cmdtest_0.27.orig.tar.xz 37088 SHA256 3e038bd0065ac366ef16aa1e9362acd24d2318d967ec853e19be12785f4b723e SHA512 6c8aae6b60863d75bd1f57bd45589f3b201c7d2907fcbcc7c2a8aa2fe3bf766ab4d9688998046e36c76037e7d3fd2559c26c316216941a55a121f4a87299928f WHIRLPOOL 44f3b0b0be5f4bad4548592910a370153186c31ed794fc3522f65c8db04b376040ba145bc391be05315c8e794e2dbb3739e8d32474add6cc91659c76fb3fea65
|
||||
|
||||
28
dev-util/cmdtest/cmdtest-0.27.ebuild
Normal file
28
dev-util/cmdtest/cmdtest-0.27.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
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 ~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
|
||||
}
|
||||
Reference in New Issue
Block a user