public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/
Date: Thu, 16 Jan 2020 18:20:09 +0000 (UTC)	[thread overview]
Message-ID: <1579198772.b3e3cccb2706c57d2b32cf938916b6ac64130130.asturm@gentoo> (raw)

commit:     b3e3cccb2706c57d2b32cf938916b6ac64130130
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 18:17:25 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 18:19:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e3cccb

dev-libs/sink: Disable broken tests everywhere

Incidentally also changes install image. What a mess.

Closes: https://bugs.gentoo.org/704280
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/sink/sink-0.8.0-r2.ebuild | 54 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/dev-libs/sink/sink-0.8.0-r2.ebuild b/dev-libs/sink/sink-0.8.0-r2.ebuild
new file mode 100644
index 00000000000..02e229bc471
--- /dev/null
+++ b/dev-libs/sink/sink-0.8.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Data access layer handling synchronization, caching and indexing"
+HOMEPAGE="https://kube-project.com"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+
+# qtgui is bogus but is required because something else in the deptree
+# uses it as a public dependency but doesn't search for it properly
+BDEPEND="
+	kde-frameworks/extra-cmake-modules:5
+"
+RDEPEND="
+	dev-db/lmdb:=
+	dev-libs/flatbuffers
+	>=dev-libs/kasync-0.3:5
+	>=dev-libs/xapian-1.4.4:0=
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	kde-apps/kmime:5
+	kde-frameworks/kcalendarcore:5
+	kde-frameworks/kcontacts:5
+	kde-frameworks/kcoreaddons:5
+	>=net-libs/kdav2-0.3:5
+	>=net-libs/kimap2-0.3:5
+	net-misc/curl
+	sys-libs/readline:0=
+"
+DEPEND="${RDEPEND}
+	dev-qt/qtconcurrent:5
+"
+
+# fails to build
+RESTRICT+=" test"
+
+src_prepare() {
+	cmake_src_prepare
+	# tests are sprinkled all over the place, and examples are needed...
+	# disabling tests disables installing 'hawd'... what a mess
+	sed -e "/add_subdirectory(tests)/ s/^/#DONT/" \
+		-i CMakeLists.txt examples/imapresource/CMakeLists.txt \
+		examples/mail{transport,dir}resource/CMakeLists.txt \
+		examples/ca{l,rd}davresource/CMakeLists.txt \
+		|| die "Failed to disable tests everywhere"
+}


             reply	other threads:[~2020-01-16 18:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16 18:20 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-22 18:23 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/ Sam James
2021-09-07 16:56 Sam James
2020-01-16 18:20 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-09-29 20:07 Andreas Sturmlechner
2019-09-29 20:07 Andreas Sturmlechner
2019-03-30 19:28 Andreas Sturmlechner
2018-10-11 19:02 Andreas Sturmlechner
2018-10-11 19:02 Andreas Sturmlechner
2018-07-01  9:35 Andreas Sturmlechner
2018-05-18 14:31 Andreas Sturmlechner
2018-05-03 14:11 Andreas Sturmlechner
2018-02-02 11:40 Michael Palimaka
2017-08-19 20:21 Andreas Sturmlechner
2017-08-19 20:21 Andreas Sturmlechner
2017-08-19 15:49 Andreas Sturmlechner
2017-07-06 12:37 Michael Palimaka
2017-03-04 12:30 Michael Palimaka

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=1579198772.b3e3cccb2706c57d2b32cf938916b6ac64130130.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