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, 3 May 2018 14:11:44 +0000 (UTC) [thread overview]
Message-ID: <1525356545.293a16bcf5419b7c7eef9cb0081f7d54be20c415.asturm@gentoo> (raw)
commit: 293a16bcf5419b7c7eef9cb0081f7d54be20c415
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 14:09:05 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 3 14:09:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293a16bc
dev-libs/sink: Drop old
Package-Manager: Portage-2.3.33, Repoman-2.3.9
dev-libs/sink/Manifest | 1 -
dev-libs/sink/sink-0.3.0-r1.ebuild | 49 --------------------------------------
2 files changed, 50 deletions(-)
diff --git a/dev-libs/sink/Manifest b/dev-libs/sink/Manifest
index cd84e69921e..1bbca381387 100644
--- a/dev-libs/sink/Manifest
+++ b/dev-libs/sink/Manifest
@@ -1,2 +1 @@
-DIST sink-0.3.0.tar.xz 215636 BLAKE2B 2e63ca47deec9aec97e146c48dce4530d5599e2efaf883e35e950a114cde77501830b0670fce4be75b6282d9b71323b3d18a8ec859c68213abbd3811d9599ecb SHA512 066050339603b80efd7edb8b903d675f0434a7147cb7ad0fd810c82c29184f39762948bc75c45ea98e0ee4c455fcaeaa326ace95908745d51ad58bead5d70e1a
DIST sink-0.5.0.tar.gz 330203 BLAKE2B 5b0448dfb984c1aa4bdb913f8ce5e5e4e3f1a6ee33d840ed3d9fdf9e0ea6003a928970d2e6dc25e824241768da9abed7dce31ef857e4986990aad16e7aecd667 SHA512 e47f3d99b934abb184a5f8293f1a092fccabe0bb550573cd8c35918471a4caa94eaaec0361c43376c93cdb480612dd0f78626d6649077f777c5cccc8c5d4389f
diff --git a/dev-libs/sink/sink-0.3.0-r1.ebuild b/dev-libs/sink/sink-0.3.0-r1.ebuild
deleted file mode 100644
index f5b019abd29..00000000000
--- a/dev-libs/sink/sink-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true" # build breaks otherwise. tests not isolated.
-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_frameworks_dep kcoreaddons)
- $(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
- net-libs/kdav2
- net-libs/kimap2
- net-misc/curl
- sys-libs/readline:0=
-"
-DEPEND="${RDEPEND}"
-
-# fails to build
-RESTRICT+=" test"
-
-src_prepare() {
- kde5_src_prepare
- # FIXME: sink is useless without its 'examples'. Workaround our eclass
- sed -i -e "/add_subdirectory(examples)/ s/#DONOTCOMPILE //" \
- CMakeLists.txt || die "Failed to fix CMakeLists.txt"
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_Libgit2=ON
- )
- kde5_src_configure
-}
next reply other threads:[~2018-05-03 14:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-03 14:11 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
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-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=1525356545.293a16bcf5419b7c7eef9cb0081f7d54be20c415.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