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 88807139695 for ; Sun, 16 Apr 2017 19:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1B75E0CBA; Sun, 16 Apr 2017 19:37:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE522E0CBA for ; Sun, 16 Apr 2017 19:37:05 +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 CCB5E341649 for ; Sun, 16 Apr 2017 19:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46CB5742E for ; Sun, 16 Apr 2017 19:37:03 +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: <1492371414.cb493f788b52cfb550118030b75b2cc6370afc3a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkcompactdisc/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/libkcompactdisc/libkcompactdisc-16.12.3.ebuild X-VCS-Directories: kde-apps/libkcompactdisc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cb493f788b52cfb550118030b75b2cc6370afc3a X-VCS-Branch: master Date: Sun, 16 Apr 2017 19:37:03 +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: 3638c26c-96e9-40e1-81f9-72b7c44de280 X-Archives-Hash: 8339e8418aa5db0aaafdb9beceafeef8 commit: cb493f788b52cfb550118030b75b2cc6370afc3a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 16 19:35:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 16 19:36:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb493f78 kde-apps/libkcompactdisc: Drop 16.12.3 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../libkcompactdisc/libkcompactdisc-16.12.3.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-16.12.3.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-16.12.3.ebuild deleted file mode 100644 index 638a382f7dd..00000000000 --- a/kde-apps/libkcompactdisc/libkcompactdisc-16.12.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_BLOCK_SLOT4="false" -inherit kde5 - -DESCRIPTION="Library for playing & ripping CDs" -LICENSE="GPL-2+ LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="alsa" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - media-libs/phonon[qt5] -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package alsa Alsa) - ) - kde5_src_configure -}