Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509440 - kde-base/kdeartwork-sounds-4.11.5 obsolete for newer KDE versions OR dependency in kdeartwork-meta lost?
Summary: kde-base/kdeartwork-sounds-4.11.5 obsolete for newer KDE versions OR dependen...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-03 09:06 UTC by Frank Krömmelbein
Modified: 2014-05-03 17:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Krömmelbein 2014-05-03 09:06:33 UTC
emerge -pv --depclean --with-bdeps=y 
showed me this output:

>>> These are the packages that would be unmerged:                                                                                                                        

 kde-base/kdeartwork-sounds
    selected: 4.11.5 
   protected: none 
     omitted: none 


diff -ruN kdeartwork-meta-4.11.5.ebuild kdeartwork-meta-4.12.3.ebuild 
--- kdeartwork-meta-4.11.5.ebuild       2014-02-23 10:31:19.000000000 +0100
+++ kdeartwork-meta-4.12.3.ebuild       2014-03-04 20:13:42.000000000 +0100
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-meta/kdeartwork-meta-4.11.5.ebuild,v 1.6 2014/02/23 09:08:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-meta/kdeartwork-meta-4.12.3.ebuild,v 1.1 2014/03/04 19:13:42 johu Exp $
 
 EAPI=5
 inherit kde4-meta-pkg
 
 DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="
@@ -15,7 +15,6 @@
        $(add_kdebase_dep kdeartwork-emoticons)
        $(add_kdebase_dep kdeartwork-iconthemes)
        $(add_kdebase_dep kdeartwork-kscreensaver)
-       $(add_kdebase_dep kdeartwork-sounds)
        $(add_kdebase_dep kdeartwork-styles)
        $(add_kdebase_dep kdeartwork-wallpapers)
        $(add_kdebase_dep kdeartwork-weatherwallpapers)

diff -ruN kdeartwork-meta-4.11.5.ebuild kdeartwork-meta-4.13.0.ebuild 
--- kdeartwork-meta-4.11.5.ebuild       2014-02-23 10:31:19.000000000 +0100
+++ kdeartwork-meta-4.13.0.ebuild       2014-04-17 03:01:20.000000000 +0200
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-meta/kdeartwork-meta-4.11.5.ebuild,v 1.6 2014/02/23 09:08:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-meta/kdeartwork-meta-4.13.0.ebuild,v 1.2 2014/04/17 00:43:29 johu Exp $
 
 EAPI=5
 inherit kde4-meta-pkg
 
 DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="
@@ -15,7 +15,6 @@
        $(add_kdebase_dep kdeartwork-emoticons)
        $(add_kdebase_dep kdeartwork-iconthemes)
        $(add_kdebase_dep kdeartwork-kscreensaver)
-       $(add_kdebase_dep kdeartwork-sounds)
        $(add_kdebase_dep kdeartwork-styles)
        $(add_kdebase_dep kdeartwork-wallpapers)
        $(add_kdebase_dep kdeartwork-weatherwallpapers)

It seems that between kdeartwork-meta-4.11.5 and -4.12.3 the version number of the Ebuild has decreased and the dependency for kdeartwork-sounds was lost.

Or is this package for newer KDE versions obsolete now?

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2014-05-03 15:44:43 UTC
Hi,

The dependency is removed because kdeartwork-sounds was removed upstream starting with 4.12. See http://lists.kde.org/?l=kde-artists&m=138334427820559&w=2 for more details.
Comment 2 Frank Krömmelbein 2014-05-03 17:38:15 UTC
Hi Michael,

thank you very much for this Info.