From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ED70A158094 for ; Fri, 23 Sep 2022 20:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29BCCE0DE3; Fri, 23 Sep 2022 20:34:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E9F7E0DE3 for ; Fri, 23 Sep 2022 20:34:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31D85340FD3 for ; Fri, 23 Sep 2022 20:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC005B1 for ; Fri, 23 Sep 2022 20:34:03 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1663965234.06e0a8840928f579b87d2d705cd43fb5b4efead5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/dwm/Manifest x11-wm/dwm/dwm-6.2.ebuild X-VCS-Directories: x11-wm/dwm/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 06e0a8840928f579b87d2d705cd43fb5b4efead5 X-VCS-Branch: master Date: Fri, 23 Sep 2022 20:34:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4bca13c7-402a-43de-9024-3cd87df68cc7 X-Archives-Hash: 1d0a7819611ac494b7d1fa92dbc9dc47 commit: 06e0a8840928f579b87d2d705cd43fb5b4efead5 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Sep 23 20:33:27 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Sep 23 20:33:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e0a884 x11-wm/dwm: drop 6.2 Signed-off-by: Georgy Yakovlev gentoo.org> x11-wm/dwm/Manifest | 1 - x11-wm/dwm/dwm-6.2.ebuild | 58 ----------------------------------------------- 2 files changed, 59 deletions(-) diff --git a/x11-wm/dwm/Manifest b/x11-wm/dwm/Manifest index 470bc70024fc..6d945fcd8998 100644 --- a/x11-wm/dwm/Manifest +++ b/x11-wm/dwm/Manifest @@ -1,2 +1 @@ -DIST dwm-6.2.tar.gz 25273 BLAKE2B 2bb9e5b900a1d73f3eb94cb8454580ec98930dbacbabec1f2bbd394eb96696873434b6ddea4ac95eb9d171de2c09c5d4ca0b30649836f7e25f4769f44d25a6eb SHA512 01abcab954e5b7c20d011e6fd9c28025271fea2e85610c928812f7c6a09f99d7f9e93d11ffc2d6a7aca894b3fa7e507c6c2fe5f26ff5ddcfc650a9bbaaa41e06 DIST dwm-6.3.tar.gz 25351 BLAKE2B 06edd0454802d79a5c796951b0a95d5376f0363f0b93ce82569d38af4a96d528c58abf7b9e0f78bb50b48ce8cee0c7993e08fafc8593bc63be6df87c17974f40 SHA512 285bf5e7f419b7bd6d7cd23548a5cb3dce84879b7e841ed3eb08c226f28c8782e37bce2bc481b2e90c4f2160f79d239476d56f01985af0d38a39fb9dce43dede diff --git a/x11-wm/dwm/dwm-6.2.ebuild b/x11-wm/dwm/dwm-6.2.ebuild deleted file mode 100644 index 0aff04508c88..000000000000 --- a/x11-wm/dwm/dwm-6.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit savedconfig toolchain-funcs - -DESCRIPTION="a dynamic window manager for X11" -HOMEPAGE="https://dwm.suckless.org/" -SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86" -IUSE="xinerama" - -RDEPEND=" - media-libs/fontconfig - x11-libs/libX11 - x11-libs/libXft - xinerama? ( x11-libs/libXinerama ) -" -DEPEND=" - ${RDEPEND} - xinerama? ( x11-base/xorg-proto ) -" - -src_prepare() { - default - - sed -i \ - -e "s/ -Os / /" \ - -e "/^\(LDFLAGS\|CFLAGS\|CPPFLAGS\)/{s| = | += |g;s|-s ||g}" \ - config.mk || die - - restore_config config.h -} - -src_compile() { - if use xinerama; then - emake CC="$(tc-getCC)" dwm - else - emake CC="$(tc-getCC)" XINERAMAFLAGS="" XINERAMALIBS="" dwm - fi -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - - exeinto /etc/X11/Sessions - newexe "${FILESDIR}"/dwm-session2 dwm - - insinto /usr/share/xsessions - doins "${FILESDIR}"/dwm.desktop - - dodoc README - - save_config config.h -}