diff options
Diffstat (limited to 'dev-util/cmdtest/cmdtest-0.5.ebuild')
-rw-r--r-- | dev-util/cmdtest/cmdtest-0.5.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/cmdtest/cmdtest-0.5.ebuild b/dev-util/cmdtest/cmdtest-0.5.ebuild new file mode 100644 index 000000000000..30226448bc7f --- /dev/null +++ b/dev-util/cmdtest/cmdtest-0.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.5.ebuild,v 1.1 2012/10/07 00:35:56 mschiff Exp $ + +EAPI=4 + +PYTHON_DEPEND="2:2.6:2.7" + +inherit distutils python + +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.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-python/cliapp + dev-python/ttystatus +" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} |