From aa3564c24799d7ef9148aa35aa2294090c7d0672 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Sun, 11 Dec 2011 18:52:41 +0000 Subject: [kde-base] Add long waiting KDE SC 4.7.4 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64) --- kde-base/libkcddb/libkcddb-4.7.4.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 kde-base/libkcddb/libkcddb-4.7.4.ebuild (limited to 'kde-base/libkcddb/libkcddb-4.7.4.ebuild') diff --git a/kde-base/libkcddb/libkcddb-4.7.4.ebuild b/kde-base/libkcddb/libkcddb-4.7.4.ebuild new file mode 100644 index 000000000000..a23731d6f39f --- /dev/null +++ b/kde-base/libkcddb/libkcddb-4.7.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.7.4.ebuild,v 1.1 2011/12/11 18:52:40 alexxy Exp $ + +EAPI=4 + +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE library for CDDB" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug musicbrainz" + +# tests require network access and compare static data with online data +# bug 280996 +RESTRICT=test + +DEPEND=" + musicbrainz? ( media-libs/musicbrainz:3 ) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with musicbrainz MusicBrainz3) + ) + + kde4-meta_src_configure +} -- cgit v1.2.3-65-gdbad