From 5bb060e4fdcd472a52575c73f9b6b1a82946aaef Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 4 Jul 2017 14:27:44 -0400 Subject: dev-util/kyua: revbump for lutok change Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77 --- dev-util/kyua/kyua-0.13-r1.ebuild | 25 +++++++++++++++++++++++++ dev-util/kyua/kyua-0.13.ebuild | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 dev-util/kyua/kyua-0.13-r1.ebuild delete mode 100644 dev-util/kyua/kyua-0.13.ebuild (limited to 'dev-util/kyua') diff --git a/dev-util/kyua/kyua-0.13-r1.ebuild b/dev-util/kyua/kyua-0.13-r1.ebuild new file mode 100644 index 000000000000..dc5beffb0e58 --- /dev/null +++ b/dev-util/kyua/kyua-0.13-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Testing framework for infrastructure software" +HOMEPAGE="https://github.com/jmmv/kyua" +SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86" +IUSE="test" + +# Tests fail +RESTRICT="test" + +RDEPEND=" + dev-db/sqlite:3 + dev-lua/lutok +" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-libs/atf ) +" diff --git a/dev-util/kyua/kyua-0.13.ebuild b/dev-util/kyua/kyua-0.13.ebuild deleted file mode 100644 index dc5beffb0e58..000000000000 --- a/dev-util/kyua/kyua-0.13.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Testing framework for infrastructure software" -HOMEPAGE="https://github.com/jmmv/kyua" -SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86" -IUSE="test" - -# Tests fail -RESTRICT="test" - -RDEPEND=" - dev-db/sqlite:3 - dev-lua/lutok -" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-libs/atf ) -" -- cgit v1.2.3-65-gdbad