Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/
Date: Thu, 04 Apr 2019 13:32:59
Message-Id: 1554384771.267fb082405d8edad6f79c883470bf66ef3152c7.jer@gentoo
1 commit: 267fb082405d8edad6f79c883470bf66ef3152c7
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 13:30:16 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 13:32:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267fb082
7
8 x11-misc/rofi: Update HOMEPAGE
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/rofi/rofi-1.5.1.ebuild | 4 ++--
14 x11-misc/rofi/rofi-1.5.2.ebuild | 2 +-
15 x11-misc/rofi/rofi-99999.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
19 index 52addfae154..0bce2c86cd2 100644
20 --- a/x11-misc/rofi/rofi-1.5.1.ebuild
21 +++ b/x11-misc/rofi/rofi-1.5.1.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 inherit autotools toolchain-funcs
29
30 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
31 -HOMEPAGE="https://github.com/DaveDavenport/rofi/"
32 +HOMEPAGE="https://github.com/davatorium/rofi"
33 SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
34
35 LICENSE="MIT"
36
37 diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild
38 index ffb4b7ff5d3..5c664f0c427 100644
39 --- a/x11-misc/rofi/rofi-1.5.2.ebuild
40 +++ b/x11-misc/rofi/rofi-1.5.2.ebuild
41 @@ -5,7 +5,7 @@ EAPI=7
42 inherit autotools toolchain-funcs
43
44 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
45 -HOMEPAGE="https://github.com/DaveDavenport/rofi/"
46 +HOMEPAGE="https://github.com/davatorium/rofi"
47 SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
48
49 LICENSE="MIT"
50
51 diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild
52 index 8533b2dbdb9..20cc98b76c5 100644
53 --- a/x11-misc/rofi/rofi-99999.ebuild
54 +++ b/x11-misc/rofi/rofi-99999.ebuild
55 @@ -5,7 +5,7 @@ EAPI=7
56 inherit autotools git-r3 toolchain-funcs
57
58 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
59 -HOMEPAGE="https://github.com/DaveDavenport/rofi/"
60 +HOMEPAGE="https://github.com/davatorium/rofi"
61 EGIT_REPO_URI="${HOMEPAGE}"
62
63 LICENSE="MIT"