summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-08-11 06:18:25 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-08-11 07:33:56 -0400
commit495f390781d1350fe779ed3506e1e586791d9288 (patch)
tree80cef28b0ce827d069e13cacaa7435b8aa67d95b
parentsys-fs/inotify-tools: update upstream metadata (RedirectedUrl) (diff)
downloadgentoo-495f390781d1350fe779ed3506e1e586791d9288.tar.gz
gentoo-495f390781d1350fe779ed3506e1e586791d9288.tar.bz2
gentoo-495f390781d1350fe779ed3506e1e586791d9288.zip
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@gentoo.org>
-rw-r--r--x11-misc/devilspie/devilspie-0.23-r2.ebuild9
1 files 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
}