commit: 70cebe39217306e64304bd5455a8f04cd6016835 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Mon Mar 21 19:35:58 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 17:19:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cebe39
kde-apps/libkcompactdisc: Drop old Package-Manager: portage-2.2.27 .../libkcompactdisc/libkcompactdisc-15.12.3.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-15.12.3.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-15.12.3.ebuild deleted file mode 100644 index 2245644..0000000 --- a/kde-apps/libkcompactdisc/libkcompactdisc-15.12.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="KDE library for playing & ripping CDs" -KEYWORDS=" ~amd64 ~x86" -IUSE="alsa debug" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with alsa) - ) - kde4-base_src_configure -}