From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1521920-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D619815806E for <garchives@archives.gentoo.org>; Sat, 27 May 2023 07:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139E1E085B; Sat, 27 May 2023 07:49:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA5B2E0856 for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2023 07:49:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED496341060 for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2023 07:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D543A80 for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2023 07:49:30 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1685173759.0b05da39de3fabaef0df0adeb74c209a75e48eee.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/evilwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/evilwm/evilwm-1.4.2.ebuild X-VCS-Directories: x11-wm/evilwm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0b05da39de3fabaef0df0adeb74c209a75e48eee X-VCS-Branch: master Date: Sat, 27 May 2023 07:49:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f44e844d-a801-44ea-9cd6-70d8679d26b7 X-Archives-Hash: 4bf3a4d1dba803fcacb5ffa8834ea598 commit: 0b05da39de3fabaef0df0adeb74c209a75e48eee Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat May 27 07:38:06 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat May 27 07:49:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b05da39 x11-wm/evilwm: update HOMEPAGE, SRC_URI Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-wm/evilwm/evilwm-1.4.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/evilwm/evilwm-1.4.2.ebuild b/x11-wm/evilwm/evilwm-1.4.2.ebuild index 78f4f156f7b3..451698905ae7 100644 --- a/x11-wm/evilwm/evilwm-1.4.2.ebuild +++ b/x11-wm/evilwm/evilwm-1.4.2.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit desktop toolchain-funcs DESCRIPTION="A minimalist, no frills window manager for X" -HOMEPAGE="http://www.6809.org.uk/evilwm/" -SRC_URI="http://www.6809.org.uk/evilwm/${P}.tar.gz" +HOMEPAGE="https://www.6809.org.uk/evilwm/" +SRC_URI="https://www.6809.org.uk/evilwm/${P}.tar.gz" LICENSE="MIT 9wm" SLOT="0" @@ -23,7 +24,6 @@ src_prepare() { default sed -e 's/^#define DEF_FONT.*/#define DEF_FONT "fixed"/' \ -i evilwm.h || die "sed font failed" - sed -e '/Encoding/d' -i ${PN}.desktop || die } src_compile() {