Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cbatticon/
Date: Sun, 29 Nov 2020 23:43:29
Message-Id: 1606693364.53a05838f6236f90a01f3152dba420cb4fe0fbeb.marecki@gentoo
1 commit: 53a05838f6236f90a01f3152dba420cb4fe0fbeb
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 23:42:44 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 23:42:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a05838
7
8 x11-misc/cbatticon-1.6.10: update GitHub remote in HOMEPAGE and SRC_URI
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 x11-misc/cbatticon/cbatticon-1.6.10.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-misc/cbatticon/cbatticon-1.6.10.ebuild b/x11-misc/cbatticon/cbatticon-1.6.10.ebuild
16 index c50d042f822..46eda4fa475 100644
17 --- a/x11-misc/cbatticon/cbatticon-1.6.10.ebuild
18 +++ b/x11-misc/cbatticon/cbatticon-1.6.10.ebuild
19 @@ -1,12 +1,13 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 +
26 inherit eutils toolchain-funcs
27
28 DESCRIPTION="A lightweight and fast battery icon that sits in your system tray"
29 -HOMEPAGE="https://github.com/ColinJones/cbatticon"
30 -SRC_URI="https://github.com/ColinJones/cbatticon/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 +HOMEPAGE="https://github.com/valr/cbatticon"
32 +SRC_URI="https://github.com/valr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"