From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SYDyz-0002kR-Gh for garchives@archives.gentoo.org; Sat, 26 May 2012 10:12:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FA31E05DD; Sat, 26 May 2012 10:12:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 61E85E05DB for ; Sat, 26 May 2012 10:12:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98B791B4018 for ; Sat, 26 May 2012 10:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D280E542A for ; Sat, 26 May 2012 10:12:16 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1338026762.9be8668e260f353473b7ca6313022e4c170531e1.alexxy@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdemultimedia-kioslaves/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.8.80.ebuild kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-9999.ebuild X-VCS-Directories: kde-base/kdemultimedia-kioslaves/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 9be8668e260f353473b7ca6313022e4c170531e1 X-VCS-Branch: master Date: Sat, 26 May 2012 10:12:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c7b8acc7-8008-465a-9d49-d2c264029fbe X-Archives-Hash: f5d827154ca2953b96c6c683b6ab274a commit: 9be8668e260f353473b7ca6313022e4c170531e1 Author: Alexey Shvetsov gentoo org> AuthorDate: Sat May 26 10:06:02 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat May 26 10:06:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D9be8668e [kde-base/kdemultimedia-kioslaves] In 4.9 renamed to audiocd-kio (Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest comm= it) --- .../kdemultimedia-kioslaves-4.8.80.ebuild | 43 --------------= ------ .../kdemultimedia-kioslaves-9999.ebuild | 43 --------------= ------ 2 files changed, 0 insertions(+), 86 deletions(-) diff --git a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.8= .80.ebuild b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.8= .80.ebuild deleted file mode 100644 index ce36e1a..0000000 --- a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.8.80.ebu= ild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -KDE_HANDBOOK=3D"optional" -KMNAME=3D"audiocd-kio" -KDE_SCM=3D"git" -inherit kde4-base - -DESCRIPTION=3D"KDE kioslaves from the kdemultimedia package" -KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"debug encode flac vorbis" - -# 4 of 9 tests fail. Last checked for 4.2.88 -RESTRICT=3Dtest - -DEPEND=3D" - $(add_kdebase_dep libkcddb) - $(add_kdebase_dep libkcompactdisc) - media-sound/cdparanoia - encode? ( - flac? ( >=3Dmedia-libs/flac-1.1.2 ) - vorbis? ( media-libs/libvorbis ) - ) -" -RDEPEND=3D"${DEPEND}" - -KMLOADLIBS=3D"libkcddb" - -src_configure() { - if use encode; then - mycmakeargs=3D( - $(cmake-utils_use_with flac) - $(cmake-utils_use_with vorbis OggVorbis) - ) - else - mycmakeargs=3D(-DWITH_OggVorbis=3DOFF -DWITH_Flac=3DOFF) - fi - - kde4-base_src_configure -} diff --git a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-999= 9.ebuild b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-9999.= ebuild deleted file mode 100644 index bd7c4bc..0000000 --- a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-9999.ebuil= d +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -KDE_HANDBOOK=3D"optional" -KMNAME=3D"audiocd-kio" -KDE_SCM=3D"git" -inherit kde4-base - -DESCRIPTION=3D"KDE kioslaves from the kdemultimedia package" -KEYWORDS=3D"" -IUSE=3D"debug encode flac vorbis" - -# 4 of 9 tests fail. Last checked for 4.2.88 -RESTRICT=3Dtest - -DEPEND=3D" - $(add_kdebase_dep libkcddb) - $(add_kdebase_dep libkcompactdisc) - media-sound/cdparanoia - encode? ( - flac? ( >=3Dmedia-libs/flac-1.1.2 ) - vorbis? ( media-libs/libvorbis ) - ) -" -RDEPEND=3D"${DEPEND}" - -KMLOADLIBS=3D"libkcddb" - -src_configure() { - if use encode; then - mycmakeargs=3D( - $(cmake-utils_use_with flac) - $(cmake-utils_use_with vorbis OggVorbis) - ) - else - mycmakeargs=3D(-DWITH_OggVorbis=3DOFF -DWITH_Flac=3DOFF) - fi - - kde4-base_src_configure -}