diff options
Diffstat (limited to 'kde-base/libkcddb')
-rw-r--r-- | kde-base/libkcddb/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/libkcddb/libkcddb-4.12.1.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/kde-base/libkcddb/ChangeLog b/kde-base/libkcddb/ChangeLog index 339065a38b5b..d4598327e5f1 100644 --- a/kde-base/libkcddb/ChangeLog +++ b/kde-base/libkcddb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/libkcddb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.292 2014/02/09 10:04:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.293 2014/02/14 12:23:16 johu Exp $ + + 14 Feb 2014; Johannes Huber <johu@gentoo.org> -libkcddb-4.12.1.ebuild: + Remove KDE SC 4.12.1 09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libkcddb-4.11.5.ebuild: Stable for amd64, wrt bug #493782 diff --git a/kde-base/libkcddb/libkcddb-4.12.1.ebuild b/kde-base/libkcddb/libkcddb-4.12.1.ebuild deleted file mode 100644 index 92f7d56c2436..000000000000 --- a/kde-base/libkcddb/libkcddb-4.12.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.12.1.ebuild,v 1.1 2014/01/18 11:23:34 dilfridge Exp $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="KDE library for CDDB" -KEYWORDS="~amd64 ~arm ~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:5 ) -" -RDEPEND="${DEPEND}" - -KMSAVELIBS="true" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with musicbrainz MusicBrainz5) - ) - - kde4-base_src_configure -} |