From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/injeqt/
Date: Tue, 16 May 2017 22:41:59 +0000 (UTC) [thread overview]
Message-ID: <1494974503.2d646da0a7439af0ff0af39d144195daafba3012.reavertm@gentoo> (raw)
commit: 2d646da0a7439af0ff0af39d144195daafba3012
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 22:41:28 2017 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Tue May 16 22:41:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d646da0
dev-libs/injeqt: Version bump 1.2.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-libs/injeqt/Manifest | 1 +
dev-libs/injeqt/injeqt-1.2.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-libs/injeqt/Manifest b/dev-libs/injeqt/Manifest
index 4a764931f58..d6c537064b5 100644
--- a/dev-libs/injeqt/Manifest
+++ b/dev-libs/injeqt/Manifest
@@ -1,2 +1,3 @@
DIST injeqt-1.0.1.tar.gz 63748 SHA256 81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d SHA512 b090c8d5c9fc6091ca55d8b2abe408f10c0c93209755d7fc548723cb5c7fc49e913d4e1360c822b74886df885e08b4d634c53082ce2d8da649e1cc79f6207dc8 WHIRLPOOL 346a81c3866adcf2b466408c8f293d8fa15bd0874b8a07e4fa13d2e03e40bc6c24fb1cd6a077cb854692de9f4f6645c9210bbbf958c8fced3fda429b3592a2a3
DIST injeqt-1.1.0.tar.gz 74112 SHA256 a5e125ab3e8c9f7139fccbce22d772b01c4e1af074dea3bbb1ddb4379a42cb16 SHA512 f14661c75fb875a9cba3de37252ef4048971a9f12e3482a2e3fe9df01aef842746d51a1cc19343f9b959b29f465c3ab15790608a04375d707073741448ee8443 WHIRLPOOL d0ad335f5122ef093477274c1e8d831b2720b9afeba86ebbb38d2c1914fc8042371c54a0c9234b20d6a84008ac51166a65261c7663cec8de4a87e10a32212786
+DIST injeqt-1.2.0.tar.gz 73787 SHA256 77540cedb0b26affe993dd18124d796059e34c80a51d9ae6433fdff1860db135 SHA512 4783f662af3b7711ef639695350bf136e84a218c8e2f0ddd8a44cb9790e1db5dcb69168fd46c21a82bd76eaebc01e5067e11be87823409d6ca032d2b95bfb880 WHIRLPOOL 518661f73801e11b8cb1f0f322ed00c5ef5fce8c9355a3addb88620be6e0fd4c63829116c6c11323dbf35459e2f65ca40eb15d46698a478b0879d036a27f06f7
diff --git a/dev-libs/injeqt/injeqt-1.2.0.ebuild b/dev-libs/injeqt/injeqt-1.2.0.ebuild
new file mode 100644
index 00000000000..6b98e1bd237
--- /dev/null
+++ b/dev-libs/injeqt/injeqt-1.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Dependency injection framework for Qt5"
+HOMEPAGE="https://github.com/vogel/injeqt"
+SRC_URI="https://github.com/vogel/injeqt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-qt/qtcore-5.4.2:5
+"
+DEPEND="${RDEPEND}
+ test? ( >=dev-qt/qttest-5.4.2:5 )
+"
+
+# https://github.com/vogel/injeqt/issues/18
+RESTRICT=test
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISABLE_EXAMPLES=ON
+ -DDISABLE_TESTS=$(usex !test)
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2017-05-16 22:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-16 22:41 Maciej Mrozowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-24 1:40 [gentoo-commits] repo/gentoo:master commit in: dev-libs/injeqt/ Thomas Deutschmann
2018-05-09 8:52 Agostino Sarubbo
2017-03-17 1:27 Maciej Mrozowski
2016-10-01 21:56 Maciej Mrozowski
2016-07-13 15:11 Michael Palimaka
2016-06-11 17:55 Maciej Mrozowski
2016-01-05 13:42 Agostino Sarubbo
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=1494974503.2d646da0a7439af0ff0af39d144195daafba3012.reavertm@gentoo \
--to=reavertm@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