commit:     495f390781d1350fe779ed3506e1e586791d9288
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:18:25 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 11:33:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495f3907

x11-misc/devilspie: EAPI7->8 and use https

Feel like https didn't work last time I tried (invalid cert?)
but seems okay now.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/devilspie/devilspie-0.23-r2.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-misc/devilspie/devilspie-0.23-r2.ebuild 
b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
index 0b9696b3ff23..985daf2b245f 100644
--- a/x11-misc/devilspie/devilspie-0.23-r2.ebuild
+++ b/x11-misc/devilspie/devilspie-0.23-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Window matching utility similar to Sawfish's Matched Windows"
-HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html";
-SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz";
+HOMEPAGE="https://www.burtonini.com/blog/tag/devilspie.html";
+SRC_URI="https://www.burtonini.com/computing/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -25,5 +25,6 @@ BDEPEND="
 
 src_prepare() {
        default
+
        sed -i "/doc\//s@devilspie..@${PF}/@" devilspie.1 || die
 }

Reply via email to