From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 388581396D0 for ; Sat, 19 Aug 2017 20:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74EA3E0D76; Sat, 19 Aug 2017 20:21:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57EC5E0D6F for ; Sat, 19 Aug 2017 20:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58B193419F3 for ; Sat, 19 Aug 2017 20:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCEDE7B8A for ; Sat, 19 Aug 2017 20:21:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1503174005.f3b6725354f9614f718d8c3ad2c42d885acdb5b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sink/sink-0.3.0.ebuild X-VCS-Directories: dev-libs/sink/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f3b6725354f9614f718d8c3ad2c42d885acdb5b6 X-VCS-Branch: master Date: Sat, 19 Aug 2017 20:21:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb263163-792a-4aa3-9c09-338e8c10d166 X-Archives-Hash: 93a95fe8e27caa36d5d2ce89a0bef454 commit: f3b6725354f9614f718d8c3ad2c42d885acdb5b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 19 20:12:00 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 19 20:20:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b67253 dev-libs/sink: Drop old Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/sink/sink-0.3.0.ebuild | 31 ------------------------------- 1 file changed, 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 77cfe779d93..00000000000 --- 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"