summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-19 22:12:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-19 22:20:05 +0200
commitf3b6725354f9614f718d8c3ad2c42d885acdb5b6 (patch)
tree5ce9b85d8c3cc5a503e9250ac6ee6164de996d8e /dev-libs
parentdev-libs/sink: Add missing DEPENDs, workaround kde5.eclass for now (diff)
downloadgentoo-f3b6725354f9614f718d8c3ad2c42d885acdb5b6.tar.gz
gentoo-f3b6725354f9614f718d8c3ad2c42d885acdb5b6.tar.bz2
gentoo-f3b6725354f9614f718d8c3ad2c42d885acdb5b6.zip
dev-libs/sink: Drop old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/sink/sink-0.3.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/sink/sink-0.3.0.ebuild b/dev-libs/sink/sink-0.3.0.ebuild
deleted file mode 100644
index 77cfe779d93d..000000000000
--- a/dev-libs/sink/sink-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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"