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: x11-themes/smaragd/
Date: Tue, 25 Aug 2020 14:51:15
Message-Id: 1598366473.a893f7848175d8602337fb1363e45b08c4e54222.asturm@gentoo
1 commit: a893f7848175d8602337fb1363e45b08c4e54222
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 10:55:21 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:41:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a893f784
7
8 x11-themes/smaragd: 0.0.8 version bump
9
10 Replaces 0.0.7 with non-existent tarball.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../smaragd/{smaragd-0.0.7.ebuild => smaragd-0.0.8.ebuild} | 14 +++++++-------
16 1 file changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/x11-themes/smaragd/smaragd-0.0.7.ebuild b/x11-themes/smaragd/smaragd-0.0.8.ebuild
19 similarity index 53%
20 rename from x11-themes/smaragd/smaragd-0.0.7.ebuild
21 rename to x11-themes/smaragd/smaragd-0.0.8.ebuild
22 index 9295a0d7..4fee3fbc 100644
23 --- a/x11-themes/smaragd/smaragd-0.0.7.ebuild
24 +++ b/x11-themes/smaragd/smaragd-0.0.8.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -6,20 +6,20 @@ EAPI=5
32 inherit kde4-base
33
34 DESCRIPTION="KWin theme engine that uses Emerald themes"
35 -HOMEPAGE="http://kde-look.org/content/show.php?content=125162"
36 -SRC_URI="http://www.kde-look.org/CONTENT/content-files/125162-${P}.tar.gz"
37 +HOMEPAGE="https://invent.kde.org/plasma/smaragd https://store.kde.org/p/1167274"
38 +SRC_URI="https://invent.kde.org/plasma/smaragd/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
39
40 LICENSE="GPL-2"
41 -
42 -KEYWORDS="~amd64 ~x86"
43 SLOT="4"
44 +KEYWORDS="~amd64 ~x86"
45 IUSE="debug"
46
47 DEPEND="
48 kde-plasma/libkworkspace:4
49 x11-libs/cairo
50 "
51 -RDEPEND="
52 - ${DEPEND}
53 +RDEPEND="${DEPEND}
54 kde-plasma/kwin:4
55 "
56 +
57 +S="${WORKDIR}/${PN}-v${PV}"