commit:     d087b16d8b67447cbc42adb8b7f9471a93b1ece5
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 10:24:31 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 10:48:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d087b16d

x11-wm/lwm: EAPI6->8, use https, fix license

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

 x11-wm/lwm/lwm-1.2.4.ebuild | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/x11-wm/lwm/lwm-1.2.4.ebuild b/x11-wm/lwm/lwm-1.2.4.ebuild
index c42e35e0988d..0a0a57a1a84e 100644
--- a/x11-wm/lwm/lwm-1.2.4.ebuild
+++ b/x11-wm/lwm/lwm-1.2.4.ebuild
@@ -1,35 +1,31 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
 DESCRIPTION="The ultimate lightweight window manager"
-SRC_URI="http://www.jfc.org.uk/files/lwm/${P}.tar.gz";
-HOMEPAGE="http://www.jfc.org.uk/software/lwm.html";
+HOMEPAGE="https://www.jfc.org.uk/software/lwm.html";
+SRC_URI="https://www.jfc.org.uk/files/lwm/${P}.tar.gz";
 
-KEYWORDS="amd64 ppc ~sparc x86"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 RDEPEND="
        x11-libs/libICE
        x11-libs/libSM
        x11-libs/libX11
-       x11-libs/libXext
-"
-
+       x11-libs/libXext"
 DEPEND="
        ${RDEPEND}
-       x11-base/xorg-proto
-       >=x11-misc/imake-1.0.8-r1
-"
-
-DOCS=( AUTHORS BUGS ChangeLog )
+       x11-base/xorg-proto"
+BDEPEND=">=x11-misc/imake-1.0.8-r1"
 
 src_prepare() {
        default
+
        sed -i -e "s#(SMLIB)#& -lICE#g" Imakefile || die #370127
 }
 

Reply via email to