From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/
Date: Mon, 21 Oct 2019 20:58:21 +0000 (UTC) [thread overview]
Message-ID: <1571691439.c2bf90e1ffc8bcc1bfbd4e463d937e08fce266b3.asturm@gentoo> (raw)
commit: c2bf90e1ffc8bcc1bfbd4e463d937e08fce266b3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 19:54:28 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 20:57:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bf90e1
dev-util/dbus-test-runner: 19.04.0 version bump
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/dbus-test-runner/Manifest | 1 +
.../dbus-test-runner-19.04.0.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-util/dbus-test-runner/Manifest b/dev-util/dbus-test-runner/Manifest
index 03ee1252f67..15313155d08 100644
--- a/dev-util/dbus-test-runner/Manifest
+++ b/dev-util/dbus-test-runner/Manifest
@@ -1 +1,2 @@
DIST dbus-test-runner-15.04.0_p100.tar.xz 304760 BLAKE2B 0afe953376482276229ddf7a5f8e6b9a79c6ea6003f658b38f292099ec42d65b9c4a913f963bf013a2999066c4ad97bf7bc593074c1d393aa2d000d51d7f7f7b SHA512 4ff94fe022d69c0bc83b35fb14397fb59daa0b6a9ff9d7f0c93582bc5468ba6e495d4b95f9b4d8cb56f0b782d4582dc2cb67fc087aefa59295a3b40ecdbfa34d
+DIST dbus-test-runner-19.04.0.tar.gz 444289 BLAKE2B dc3b11c8d376103b320d98d211bf1ace035a2de5a1caceadd946bfdc46a6aab3fcf69fae15c7142500b9487a9832275a6157f887c8efcbbb56d13c8841609dd0 SHA512 5906225f0ce429ea218d7eb4c67281b7ef368d6a173965b214f4f4501e729002ca3293a94fd8afd3002f301cd1f2208cba01c733f678c2d51661220e8a7ce971
diff --git a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0.ebuild
new file mode 100644
index 00000000000..ee88ee066e7
--- /dev/null
+++ b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+inherit flag-o-matic python-single-r1
+
+DESCRIPTION="Run executables under a new DBus session for testing"
+HOMEPAGE="https://launchpad.net/dbus-test-runner"
+SRC_URI="https://launchpad.net/${PN}/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# now optional:
+# test? ( dev-util/bustle )
+BDEPEND="
+ dev-util/gdbus-codegen
+ dev-util/intltool
+"
+COMMON_DEPEND="${PYTHON_DEPS}
+ dev-libs/dbus-glib
+ dev-libs/glib:2
+"
+DEPEND="${COMMON_DEPEND}
+ test? ( dev-python/dbusmock[${PYTHON_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-python/dbusmock[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+ default
+
+ # bind to specific Python version (with dbusmock installed)
+ sed -i -e "s:python3:${EPYTHON}:" \
+ libdbustest/dbus-mock.c tests/test-libdbustest-mock.c || die
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -type f -delete || die
+}
next reply other threads:[~2019-10-21 20:58 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-21 20:58 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 17:36 [gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/ Sam James
2024-04-20 12:57 Andreas Sturmlechner
2023-03-09 1:09 Sam James
2022-10-25 18:36 Andreas Sturmlechner
2022-10-19 10:07 WANG Xuerui
2022-07-17 7:22 Andreas Sturmlechner
2022-06-07 11:34 Andreas Sturmlechner
2022-06-07 7:05 Sam James
2022-06-07 5:54 Sam James
2022-06-02 6:08 Agostino Sarubbo
2022-06-02 6:05 Agostino Sarubbo
2022-06-01 19:00 Jakov Smolić
2022-06-01 19:00 Jakov Smolić
2022-06-01 19:00 Jakov Smolić
2021-02-18 22:08 Sam James
2021-02-08 6:11 Sam James
2020-07-15 15:22 Michał Górny
2020-04-01 17:13 Sergei Trofimovich
2019-12-09 9:13 Andreas Sturmlechner
2019-12-09 3:05 Matt Turner
2019-11-23 12:43 Agostino Sarubbo
2019-11-23 2:14 Aaron Bauman
2019-11-22 10:24 Agostino Sarubbo
2019-11-21 17:17 Sergei Trofimovich
2019-05-29 0:32 Aaron Bauman
2018-11-29 21:02 Andreas Sturmlechner
2018-09-15 20:15 Andreas Sturmlechner
2018-09-14 8:28 Tobias Klausmann
2018-08-18 3:55 Mikle Kolyada
2018-08-16 12:03 Thomas Deutschmann
2018-03-18 0:12 Matt Turner
2017-12-21 21:54 Sergei Trofimovich
2017-11-06 10:59 Michael Palimaka
2017-09-24 12:23 Sergei Trofimovich
2017-09-12 8:12 Sergei Trofimovich
2017-08-29 8:13 Alexis Ballier
2017-08-06 13:58 Michał Górny
2017-06-30 6:02 Alexis Ballier
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=1571691439.c2bf90e1ffc8bcc1bfbd4e463d937e08fce266b3.asturm@gentoo \
--to=asturm@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