public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmdtest/
Date: Fri, 12 Jul 2019 05:47:41 +0000 (UTC)	[thread overview]
Message-ID: <1562910019.c1490fef73f2c45f31cda73cb30ed4640b7f7186.mattst88@gentoo> (raw)

commit:     c1490fef73f2c45f31cda73cb30ed4640b7f7186
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 23:29:31 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 05:40:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1490fef

dev-util/cmdtest: Version bump to 0.32

A bunch of things too:
	- Port to EAPI=7
	- Fix incorrect license
	- HTTPS homepage
	- Use tarball from cgit in SRC_URI

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/cmdtest/Manifest            |  1 +
 dev-util/cmdtest/cmdtest-0.32.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest
index b3446cbf655..0fa8cf8c07e 100644
--- a/dev-util/cmdtest/Manifest
+++ b/dev-util/cmdtest/Manifest
@@ -1 +1,2 @@
+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.32.ebuild b/dev-util/cmdtest/cmdtest-0.32.ebuild
new file mode 100644
index 00000000000..22542933507
--- /dev/null
+++ b/dev-util/cmdtest/cmdtest-0.32.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 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 ~amd64-fbsd"
+
+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
+}


             reply	other threads:[~2019-07-12  5:47 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-12  5:47 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-03 14:29 [gentoo-commits] repo/gentoo:master commit in: dev-util/cmdtest/ Agostino Sarubbo
2019-12-08  4:50 Matt Turner
2019-11-23  1:00 Aaron Bauman
2019-11-22 23:35 Sergei Trofimovich
2019-11-22 13:44 Matt Turner
2019-11-20 13:23 Agostino Sarubbo
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-02-17 17:29 Mikle Kolyada
2019-01-27 12:36 Pacho Ramos
2018-11-30  9:57 Marc Schiffbauer
2018-03-25 17:18 Markus Meier
2018-03-18 10:47 Sergei Trofimovich
2018-03-11 20:40 Matt Turner
2018-03-11  4:44 Matt Turner
2018-03-05 20:26 Sergei Trofimovich
2018-03-05 14:29 Mart Raudsepp
2018-03-04  9:13 Jason Zaman
2018-03-02 15:59 Tobias Klausmann
2018-02-28 22:11 Sergei Trofimovich
2018-02-28 21:49 Sergei Trofimovich
2018-02-24  7:58 Michał Górny
2018-02-23 23:37 Michał Górny
2018-02-23 23:37 Michał Górny
2017-06-20  7:21 Marc Schiffbauer
2017-03-22 19:58 Markus Meier
2017-01-31 20:33 Marc Schiffbauer
2017-01-31  8:00 Marc Schiffbauer
2015-12-06 23:32 Marc Schiffbauer
2015-12-06 23:32 Marc Schiffbauer
2015-10-04 13:44 Marc Schiffbauer
2015-10-04 13:44 Marc Schiffbauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1562910019.c1490fef73f2c45f31cda73cb30ed4640b7f7186.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox