From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C82D8139694 for ; Fri, 17 Mar 2017 01:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1330421C1E8; Fri, 17 Mar 2017 01:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E16E721C1E8 for ; Fri, 17 Mar 2017 01:27:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 005DB34071C for ; Fri, 17 Mar 2017 01:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289E06ACD for ; Fri, 17 Mar 2017 01:27:11 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1489714013.25eeb7f165fd4198dba8777f65f000eb59404cfd.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/injeqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/injeqt/Manifest dev-libs/injeqt/injeqt-1.1.0.ebuild X-VCS-Directories: dev-libs/injeqt/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 25eeb7f165fd4198dba8777f65f000eb59404cfd X-VCS-Branch: master Date: Fri, 17 Mar 2017 01:27:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79ec3901-3e2c-4482-8e65-d9702d5bd2e3 X-Archives-Hash: 3e73c44f6153eb42dcdec7ac07aa53ee commit: 25eeb7f165fd4198dba8777f65f000eb59404cfd Author: Maciej Mrozowski gentoo org> AuthorDate: Fri Mar 17 01:26:05 2017 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Fri Mar 17 01:26:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eeb7f1 dev-libs/injeqt: Version bump 1.1.0 Package-Manager: Portage-2.3.3, Repoman-2.3.2 dev-libs/injeqt/Manifest | 1 + dev-libs/injeqt/injeqt-1.1.0.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-libs/injeqt/Manifest b/dev-libs/injeqt/Manifest index 7d51a4247bb..4a764931f58 100644 --- a/dev-libs/injeqt/Manifest +++ b/dev-libs/injeqt/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-libs/injeqt/injeqt-1.1.0.ebuild b/dev-libs/injeqt/injeqt-1.1.0.ebuild new file mode 100644 index 00000000000..6b98e1bd237 --- /dev/null +++ b/dev-libs/injeqt/injeqt-1.1.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 +}