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 DEF87138334 for ; Thu, 11 Oct 2018 19:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FDA4E0798; Thu, 11 Oct 2018 19:02:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C1BCEE097C for ; Thu, 11 Oct 2018 19:02:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5E019335CF4 for ; Thu, 11 Oct 2018 19:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E783435 for ; Thu, 11 Oct 2018 19:02:39 +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: <1539284533.a7b6467af76565b053958ef0dc10e15f4021a01d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sink/Manifest dev-libs/sink/sink-0.5.0.ebuild X-VCS-Directories: dev-libs/sink/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a7b6467af76565b053958ef0dc10e15f4021a01d X-VCS-Branch: master Date: Thu, 11 Oct 2018 19:02:39 +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: bb4315b8-2115-44ca-8c5f-3627f4e6da58 X-Archives-Hash: 9608bfd800bf1c3a06bae9fc6d529d2a commit: a7b6467af76565b053958ef0dc10e15f4021a01d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 18:53:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 11 19:02:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b6467a dev-libs/sink: Drop old Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/sink/Manifest | 1 - dev-libs/sink/sink-0.5.0.ebuild | 51 ----------------------------------------- 2 files changed, 52 deletions(-) diff --git a/dev-libs/sink/Manifest b/dev-libs/sink/Manifest index 66068870c71..25227f56723 100644 --- a/dev-libs/sink/Manifest +++ b/dev-libs/sink/Manifest @@ -1,2 +1 @@ -DIST sink-0.5.0.tar.gz 330203 BLAKE2B 5b0448dfb984c1aa4bdb913f8ce5e5e4e3f1a6ee33d840ed3d9fdf9e0ea6003a928970d2e6dc25e824241768da9abed7dce31ef857e4986990aad16e7aecd667 SHA512 e47f3d99b934abb184a5f8293f1a092fccabe0bb550573cd8c35918471a4caa94eaaec0361c43376c93cdb480612dd0f78626d6649077f777c5cccc8c5d4389f DIST sink-0.7.0.tar.gz 383090 BLAKE2B b853609889ead6f623c7288b9dfe8dba0388dc0d5e8f28d9967fa9be1d78b10bafd9d4674f11355bfe60506843d2abe033149c448ff293329db558ed00fef18b SHA512 591838cb9c76d89c1794b94b02bff3d67155e1f27ae32b7ac9369d15aa109130c7792f30e74b61009765e7b7cb78141bf5e3c93304d814bce22bf91059339fd0 diff --git a/dev-libs/sink/sink-0.5.0.ebuild b/dev-libs/sink/sink-0.5.0.ebuild deleted file mode 100644 index d83a654f28b..00000000000 --- a/dev-libs/sink/sink-0.5.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="false" # build breaks otherwise. tests not isolated. -inherit kde5 - -DESCRIPTION="A data access layer handling synchronization, caching and indexing" -SRC_URI="https://github.com/KDE/sink/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -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} - $(add_qt_dep qtconcurrent) -" - -# 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 -}