public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmdtest/
Date: Sun,  4 Oct 2015 13:44:50 +0000 (UTC)	[thread overview]
Message-ID: <1443966280.2ee9fab0a14481ebb9f567ac75c686ae9d1b4b96.mschiff@gentoo> (raw)

commit:     2ee9fab0a14481ebb9f567ac75c686ae9d1b4b96
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 13:40:42 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 13:44:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee9fab0

dev-util/cmdtest: bump version

Package-Manager: portage-2.2.22

 dev-util/cmdtest/Manifest            |  1 +
 dev-util/cmdtest/cmdtest-0.16.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest
index ff651c7..50815f4 100644
--- a/dev-util/cmdtest/Manifest
+++ b/dev-util/cmdtest/Manifest
@@ -1 +1,2 @@
 DIST cmdtest_0.10.orig.tar.gz 34152 SHA256 d9a421ed916213c5c6660a1057a560afff6e5c7606fe0e1cba3a359f66f23068 SHA512 da3e042c1c7d4379316fb6e3bc642a2e57fa12004434296c30f77debc7662bed49726057eb280461d18308739e86082fd96efe1642d1c531321b1c10f06d3595 WHIRLPOOL eadb47185a977d74ff046654b9845be9e49b859a88d10001f6eb809b1de8cb7697f840942dca100007ef00c98faafc9d7f127c9359108148372fd7175b88c509
+DIST cmdtest_0.16.orig.tar.xz 32960 SHA256 3cd0e18f638b78a76f78e84d48996ee7436f598832fc3e28380ac03db35afec6 SHA512 5be73dc1d71706ccf220dc91944d353e4745cd214b54977f0a8093bd540114747a78cf9f65c9ed926bcc0749839e3d9252a23d1ff3c1d05fbe87eceb4915bc26 WHIRLPOOL 4028340a9be5177a5b7ea2c805ca3df009719582d414e175734e53327212b2d4eb32c33834dcc61a0a38ef239249a55ebb7206201ca1142b953c1390455c2b6b

diff --git a/dev-util/cmdtest/cmdtest-0.16.ebuild b/dev-util/cmdtest/cmdtest-0.16.ebuild
new file mode 100644
index 0000000..b4eba5a
--- /dev/null
+++ b/dev-util/cmdtest/cmdtest-0.16.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


             reply	other threads:[~2015-10-04 13:44 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-04 13:44 Marc Schiffbauer [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-07-12  5:47 Matt Turner
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

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=1443966280.2ee9fab0a14481ebb9f567ac75c686ae9d1b4b96.mschiff@gentoo \
    --to=mschiff@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