public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kscd/
@ 2015-09-30 14:17 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2015-09-30 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     258ae86ad0cfe0bef973c8a04fec5edff43e2f54
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Sep 28 22:14:31 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 14:17:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258ae86a

kde-apps/kscd: Drop unused DEPEND

Package-Manager: portage-2.2.20.1

 kde-apps/kscd/kscd-15.08.1.ebuild | 1 -
 kde-apps/kscd/kscd-4.14.3.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kscd/kscd-15.08.1.ebuild b/kde-apps/kscd/kscd-15.08.1.ebuild
index 3ed17d5..70bb5f8 100644
--- a/kde-apps/kscd/kscd-15.08.1.ebuild
+++ b/kde-apps/kscd/kscd-15.08.1.ebuild
@@ -13,7 +13,6 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdeapps_dep libkcddb)
-	$(add_kdeapps_dep libkcompactdisc)
 	media-libs/musicbrainz:3
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-apps/kscd/kscd-4.14.3.ebuild b/kde-apps/kscd/kscd-4.14.3.ebuild
index 5df1304..d14e2fc 100644
--- a/kde-apps/kscd/kscd-4.14.3.ebuild
+++ b/kde-apps/kscd/kscd-4.14.3.ebuild
@@ -13,7 +13,6 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdeapps_dep libkcddb)
-	$(add_kdeapps_dep libkcompactdisc)
 	media-libs/musicbrainz:3
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kscd/
@ 2016-03-05 11:16 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2016-03-05 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7050c716c3c54751ba1e570374ca5cc06acc32e1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 11:13:08 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 11:13:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7050c716

kde-apps/kscd: amd64 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-apps/kscd/kscd-15.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kscd/kscd-15.08.3.ebuild b/kde-apps/kscd/kscd-15.08.3.ebuild
index 96ce961..50bab80 100644
--- a/kde-apps/kscd/kscd-15.08.3.ebuild
+++ b/kde-apps/kscd/kscd-15.08.3.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
 
 DESCRIPTION="KDE CD player"
 HOMEPAGE="https://www.kde.org/applications/multimedia/kscd/"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kscd/
@ 2017-11-10  9:17 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2017-11-10  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e3007790e984a849320eb0e848fb9272511dd8f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 09:07:55 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 09:17:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3007790

kde-apps/kscd: Add missing DEPEND

Closes: https://bugs.gentoo.org/637020
Package-Manager: Portage-2.3.8, Repoman-2.3.4

 kde-apps/kscd/kscd-17.08.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kscd/kscd-17.08.3.ebuild b/kde-apps/kscd/kscd-17.08.3.ebuild
index 2f1018555da..2b0ffb54733 100644
--- a/kde-apps/kscd/kscd-17.08.3.ebuild
+++ b/kde-apps/kscd/kscd-17.08.3.ebuild
@@ -11,6 +11,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
 DEPEND="
+	media-libs/libdiscid
 	media-libs/musicbrainz:5
 	media-libs/phonon[qt4]
 "


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-10  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 14:17 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kscd/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-03-05 11:16 Mikle Kolyada
2017-11-10  9:17 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox