From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/
Date: Sat, 4 Mar 2017 12:30:27 +0000 (UTC) [thread overview]
Message-ID: <1488630611.f4823ccb383d65426b77f91d10250557be1649de.kensington@gentoo> (raw)
commit: f4823ccb383d65426b77f91d10250557be1649de
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 12:14:54 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 12:30:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4823ccb
dev-libs/sink: new package
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-libs/sink/Manifest | 1 +
dev-libs/sink/metadata.xml | 8 ++++++++
dev-libs/sink/sink-0.1.0.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-libs/sink/Manifest b/dev-libs/sink/Manifest
new file mode 100644
index 00000000000..b1ffa23aab7
--- /dev/null
+++ b/dev-libs/sink/Manifest
@@ -0,0 +1 @@
+DIST sink-0.1.0.tar.xz 208220 SHA256 04aa9468c72a822fc050b89c13d78651a7a760afef44a3a27a872866842a4fb8 SHA512 10081d3fbd588cd63431293f0f1077021bb68cfc8ee289f670cd802dbe11e6c8faa26bd06a54f10dd4c08c66f4700224466d2ddc1149475b89484cc9981666d1 WHIRLPOOL a79aff954e56c724c0ef613e4507f21bfbc0984e619ffc28f9f68c7773ffb3b51baf090e83d29f9c234c75ea3ae2afe762cbf6042386f5d33683c4cf1d70da97
diff --git a/dev-libs/sink/metadata.xml b/dev-libs/sink/metadata.xml
new file mode 100644
index 00000000000..2fdbf33d963
--- /dev/null
+++ b/dev-libs/sink/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-libs/sink/sink-0.1.0.ebuild b/dev-libs/sink/sink-0.1.0.ebuild
new file mode 100644
index 00000000000..77cfe779d93
--- /dev/null
+++ b/dev-libs/sink/sink-0.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="A data access layer handling synchronization, caching and indexing"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+# 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
+RDEPEND="
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ dev-db/lmdb:=
+ dev-libs/flatbuffers
+ dev-libs/kasync
+ sys-libs/readline:0=
+"
+DEPEND="${RDEPEND}"
+
+# fails to build
+RESTRICT+=" test"
next reply other threads:[~2017-03-04 12:30 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-04 12:30 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-06 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/ Michael Palimaka
2017-08-19 15:49 Andreas Sturmlechner
2017-08-19 20:21 Andreas Sturmlechner
2017-08-19 20:21 Andreas Sturmlechner
2018-02-02 11:40 Michael Palimaka
2018-05-03 14:11 Andreas Sturmlechner
2018-05-18 14:31 Andreas Sturmlechner
2018-07-01 9:35 Andreas Sturmlechner
2018-10-11 19:02 Andreas Sturmlechner
2018-10-11 19:02 Andreas Sturmlechner
2019-03-30 19:28 Andreas Sturmlechner
2019-09-29 20:07 Andreas Sturmlechner
2019-09-29 20:07 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2019-10-01 23:43 Andreas Sturmlechner
2020-01-16 18:20 Andreas Sturmlechner
2020-01-16 18:20 Andreas Sturmlechner
2021-09-07 16:56 Sam James
2022-06-22 18:23 Sam James
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=1488630611.f4823ccb383d65426b77f91d10250557be1649de.kensington@gentoo \
--to=kensington@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