* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicate-qt/, dev-libs/libindicate-qt/files/
@ 2017-01-28 16:06 Johannes Huber
0 siblings, 0 replies; only message in thread
From: Johannes Huber @ 2017-01-28 16:06 UTC (permalink / raw
To: gentoo-commits
commit: e62c2aa10fe6e3c3d0bdb9c2078f77ac716ffa5c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 16:05:57 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 16:06:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62c2aa1
dev-libs/libindicate-qt: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../libindicate-qt-0.2.5.91-optionaltests.patch | 4 ++--
.../libindicate-qt/libindicate-qt-0.2.5.91.ebuild | 24 ++++++++++++++--------
2 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/dev-libs/libindicate-qt/files/libindicate-qt-0.2.5.91-optionaltests.patch b/dev-libs/libindicate-qt/files/libindicate-qt-0.2.5.91-optionaltests.patch
index 70a54fd..5fa46f3 100644
--- a/dev-libs/libindicate-qt/files/libindicate-qt-0.2.5.91-optionaltests.patch
+++ b/dev-libs/libindicate-qt/files/libindicate-qt-0.2.5.91-optionaltests.patch
@@ -1,7 +1,7 @@
https://code.launchpad.net/~ballogy/libindicate-qt/make-examples-and-tests-optional/+merge/82829
=== modified file 'CMakeLists.txt'
---- CMakeLists.txt 2010-03-08 09:02:19 +0000
-+++ CMakeLists.txt 2011-11-20 20:28:23 +0000
+--- A/CMakeLists.txt 2010-03-08 09:02:19 +0000
++++ B/CMakeLists.txt 2011-11-20 20:28:23 +0000
@@ -36,8 +36,16 @@
DESTINATION lib${LIB_SUFFIX}/pkgconfig)
diff --git a/dev-libs/libindicate-qt/libindicate-qt-0.2.5.91.ebuild b/dev-libs/libindicate-qt/libindicate-qt-0.2.5.91.ebuild
index 14c4a89..bce155b 100644
--- a/dev-libs/libindicate-qt/libindicate-qt-0.2.5.91.ebuild
+++ b/dev-libs/libindicate-qt/libindicate-qt-0.2.5.91.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
-inherit eutils virtualx cmake-utils
+EAPI=6
+
+inherit virtualx cmake-utils
_UBUNTU_REVISION=5
@@ -17,24 +18,29 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND=">=dev-libs/libindicate-12.10.0
- dev-qt/qtgui:4"
+RDEPEND="
+ >=dev-libs/libindicate-12.10.0
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
test? ( dev-qt/qttest:4 )
- virtual/pkgconfig"
+"
# bug #440042
RESTRICT="test"
src_prepare() {
- EPATCH_FORCE=yes EPATCH_SUFFIX=diff epatch "${WORKDIR}"/debian/patches
- epatch "${FILESDIR}"/${P}-optionaltests.patch
+ eapply "${WORKDIR}"/debian/patches
+ eapply "${FILESDIR}"/${P}-optionaltests.patch
+ cmake-utils_src_prepare
}
src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=OFF
- $(cmake-utils_use_build test TESTS)
+ -DBUILD_TESTS=$(usex test)
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-28 16:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-28 16:06 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicate-qt/, dev-libs/libindicate-qt/files/ Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox