Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie2/
Date: Wed, 20 Mar 2019 18:33:08
Message-Id: 1553106762.072d77ecfb86f5be31d138a87e0748ee1be72250.bman@gentoo
1 commit: 072d77ecfb86f5be31d138a87e0748ee1be72250
2 Author: Daniel Schmidt <gen2xmach1ne <AT> tutanota <DOT> com>
3 AuthorDate: Tue Mar 19 20:47:08 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 18:32:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072d77ec
7
8 x11-misc/devilspie2: use HTTPS, avoid redirection
9
10 Closes: https://bugs.gentoo.org/680458
11 Signed-off-by: Daniel Schmidt <gen2xmach1ne <AT> tutanota.com>
12 Package-Manager: Portage-2.3.62, Repoman-2.3.11
13 Closes: https://github.com/gentoo/gentoo/pull/11417
14 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
15
16 x11-misc/devilspie2/devilspie2-0.42.ebuild | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/x11-misc/devilspie2/devilspie2-0.42.ebuild b/x11-misc/devilspie2/devilspie2-0.42.ebuild
20 index 5d8bea8c26c..26fe55495ae 100644
21 --- a/x11-misc/devilspie2/devilspie2-0.42.ebuild
22 +++ b/x11-misc/devilspie2/devilspie2-0.42.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -8,8 +8,8 @@ PLOCALES="fi fr it ja nl pt_BR ru sv"
30 inherit flag-o-matic toolchain-funcs l10n
31
32 DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
33 -HOMEPAGE="https://gusnan.se/devilspie2"
34 -SRC_URI="http://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz"
35 +HOMEPAGE="https://www.nongnu.org/devilspie2/"
36 +SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz"
37
38 LICENSE="GPL-3"
39 SLOT="0"