Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kscd/
Date: Mon, 30 Nov 2020 00:52:25
Message-Id: 1606697512.9700637da85aa62ba8aee7520a8acc00beaa15b1.asturm@gentoo
1 commit: 9700637da85aa62ba8aee7520a8acc00beaa15b1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 15:45:07 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 00:51:52 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9700637d
7
8 kde-apps/kscd: 17.08.3_p20200629 snapshot bump for musicbrainz:5 compat
9
10 Otherwise this would be a throwaway package.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/kscd/kscd-17.08.3_p20200629.ebuild | 22 ++++++++++++++++++++++
16 kde-apps/kscd/kscd-4.14.3.ebuild | 17 -----------------
17 2 files changed, 22 insertions(+), 17 deletions(-)
18
19 diff --git a/kde-apps/kscd/kscd-17.08.3_p20200629.ebuild b/kde-apps/kscd/kscd-17.08.3_p20200629.ebuild
20 new file mode 100644
21 index 00000000..6593d4b8
22 --- /dev/null
23 +++ b/kde-apps/kscd/kscd-17.08.3_p20200629.ebuild
24 @@ -0,0 +1,22 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +
30 +COMMIT=d626bceefe2dab03c5aa1c2ac96ef627a6b60c8d
31 +inherit kde4-base
32 +
33 +DESCRIPTION="KDE CD player"
34 +HOMEPAGE="https://kde.org/applications/en/multimedia/org.kde.kscd"
35 +SRC_URI="https://github.com/KDE/kscd/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
36 +
37 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
38 +IUSE="debug"
39 +
40 +DEPEND="
41 + $(add_kdeapps_dep libkcddb)
42 + media-libs/musicbrainz:5
43 +"
44 +RDEPEND="${DEPEND}"
45 +
46 +S="${WORKDIR}/${PN}-${COMMIT}"
47
48 diff --git a/kde-apps/kscd/kscd-4.14.3.ebuild b/kde-apps/kscd/kscd-4.14.3.ebuild
49 deleted file mode 100644
50 index 13455cd0..00000000
51 --- a/kde-apps/kscd/kscd-4.14.3.ebuild
52 +++ /dev/null
53 @@ -1,17 +0,0 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -
59 -inherit kde4-base
60 -
61 -DESCRIPTION="KDE CD player"
62 -HOMEPAGE="https://www.kde.org/applications/multimedia/kscd/"
63 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
64 -IUSE="debug"
65 -
66 -DEPEND="
67 - $(add_kdeapps_dep libkcddb)
68 - media-libs/musicbrainz:3
69 -"
70 -RDEPEND="${DEPEND}"