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 70BB4138206 for ; Mon, 1 Jan 2018 00:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B020CE08DA; Mon, 1 Jan 2018 00:31:45 +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 811FBE08DA for ; Mon, 1 Jan 2018 00:31:44 +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 EE296335C40 for ; Mon, 1 Jan 2018 00:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35BD6195 for ; Mon, 1 Jan 2018 00:31:40 +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: <1514766680.92ebd81c9350cef726ebeda90a1a8309b8f147eb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/basket/basket-2.49a_p20170225.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 92ebd81c9350cef726ebeda90a1a8309b8f147eb X-VCS-Branch: master Date: Mon, 1 Jan 2018 00:31:40 +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: 073e238a-5b31-4401-b813-b7690d4359c2 X-Archives-Hash: 8d52786bb9fb21f0f392fb09540d8613 commit: 92ebd81c9350cef726ebeda90a1a8309b8f147eb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 1 00:30:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 1 00:31:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ebd81c kde-misc/basket: Drop old snapshot Package-Manager: Portage-2.3.19, Repoman-2.3.6 kde-misc/basket/basket-2.49a_p20170225.ebuild | 70 --------------------------- 1 file changed, 70 deletions(-) diff --git a/kde-misc/basket/basket-2.49a_p20170225.ebuild b/kde-misc/basket/basket-2.49a_p20170225.ebuild deleted file mode 100644 index 7666068bfbb..00000000000 --- a/kde-misc/basket/basket-2.49a_p20170225.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -COMMIT="8de0345d99f3eb08d9406bd07e88b31afe46f315" -KDE_TEST="true" -KDE_HANDBOOK="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 vcs-snapshot - -DESCRIPTION="A DropDrawers clone. Multiple information organizer" -HOMEPAGE="http://basket.kde.org/ https://github.com/basket-notepads/basket" -SRC_URI="https://github.com/${PN}-notepads/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="crypt git" - -RDEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kfilemetadata) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - media-libs/phonon[qt5(+)] - x11-libs/libX11 - crypt? ( app-crypt/gpgme ) - git? ( dev-libs/libgit2 ) -" -DEPEND="${RDEPEND} - $(add_qt_dep qtconcurrent) -" - -src_prepare() { - kde5_src_prepare - if ! use test; then - sed -e "/add_subdirectory(tests/s/^/#DONT/" -i src/CMakeLists.txt || die - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package crypt Gpgme) - $(cmake-utils_use_find_package git Libgit2) - ) - kde5_src_configure -}