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-misc/adjustableclock/
Date: Tue, 25 Aug 2020 14:51:15
Message-Id: 1598366458.2803cda900ce9bc932b5d36d20e5289acbcd8732.asturm@gentoo
1 commit: 2803cda900ce9bc932b5d36d20e5289acbcd8732
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 11:11:41 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:40:58 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2803cda9
7
8 kde-misc/adjustableclock: Switch SRC_URI to GitHub, fix HOMEPAGE
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild b/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild
17 index 0c6f39c3..9dc2870f 100644
18 --- a/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild
19 +++ b/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,8 +9,8 @@ WEBKIT_REQUIRED="always"
27 inherit kde4-base
28
29 DESCRIPTION="Plasmoid to show date and time in adjustable format using rich text"
30 -HOMEPAGE="http://kde-look.org/content/show.php/Adjustable+Clock?content=92825"
31 -SRC_URI="http://kde-look.org/CONTENT/content-files/92825-${P}.tar.bz2"
32 +HOMEPAGE="https://store.kde.org/p/999193"
33 +SRC_URI="https://github.com/Emdek/plasmoid-adjustable-clock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="4"
37 @@ -30,7 +30,7 @@ src_prepare() {
38 local lang
39 for lang in ${KDE_LINGUAS} ; do
40 if ! use "l10n_$(kde4_lingua_to_l10n "${lang}")" ; then
41 - rm ${KDE_LINGUAS_DIR}/${lang}.mo
42 + rm ${KDE_LINGUAS_DIR}/${lang}.mo || die
43 fi
44 done
45 }