Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/devilspie/
Date: Thu, 11 Aug 2022 11:36:03
Message-Id: 1660217636.495f390781d1350fe779ed3506e1e586791d9288.ionen@gentoo
1 commit: 495f390781d1350fe779ed3506e1e586791d9288
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 10:18:25 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 11:33:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495f3907
7
8 x11-misc/devilspie: EAPI7->8 and use https
9
10 Feel like https didn't work last time I tried (invalid cert?)
11 but seems okay now.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 9 +++++----
16 1 file changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
19 index 0b9696b3ff23..985daf2b245f 100644
20 --- a/x11-misc/devilspie/devilspie-0.23-r2.ebuild
21 +++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 DESCRIPTION="Window matching utility similar to Sawfish's Matched Windows"
31 -HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html"
32 -SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz"
33 +HOMEPAGE="https://www.burtonini.com/blog/tag/devilspie.html"
34 +SRC_URI="https://www.burtonini.com/computing/${P}.tar.xz"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 @@ -25,5 +25,6 @@ BDEPEND="
39
40 src_prepare() {
41 default
42 +
43 sed -i "/doc\//s@devilspie..@${PF}/@" devilspie.1 || die
44 }