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 CB113159C9B for ; Mon, 29 Jul 2024 07:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2BEE2A13; Mon, 29 Jul 2024 07:33:57 +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 E4DC6E2A13 for ; Mon, 29 Jul 2024 07:33:56 +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 02CFD33FECD for ; Mon, 29 Jul 2024 07:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E3BB1E82 for ; Mon, 29 Jul 2024 07:33:53 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1722238429.c0dd78795006770655c40b06d7077f448d2e2a0d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/dwl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/dwl/dwl-9999-r1.ebuild gui-wm/dwl/dwl-9999.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c0dd78795006770655c40b06d7077f448d2e2a0d X-VCS-Branch: master Date: Mon, 29 Jul 2024 07:33:53 +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: cf011537-fd28-4ebe-9f60-dfcb2c0fe2a8 X-Archives-Hash: ea4c7665ca1a4b25f30bf9e576d245da commit: c0dd78795006770655c40b06d7077f448d2e2a0d Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Jul 13 23:55:34 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 29 07:33:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dd7879 gui-wm/dwl: drop 9999-r1, sync 9999 dwl main branch now uses wlroots-9999 Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Joonas Niilola gentoo.org> gui-wm/dwl/dwl-9999-r1.ebuild | 86 ------------------------------------------- gui-wm/dwl/dwl-9999.ebuild | 42 ++++++++------------- 2 files changed, 16 insertions(+), 112 deletions(-) diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild deleted file mode 100644 index 631ff290e732..000000000000 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit savedconfig toolchain-funcs - -MY_P="${PN}-v${PV}" - -WLROOTS_DEP=" - >=gui-libs/wlroots-0.18:=[libinput,session,X?] - -DEPEND=" - ${CDEPEND} - sys-kernel/linux-headers -" -BDEPEND=" - >=dev-libs/wayland-protocols-1.32 - >=dev-util/wayland-scanner-1.23 - virtual/pkgconfig -" - -src_prepare() { - restore_config config.h - - default -} - -src_compile() { - emake PKG_CONFIG="$(tc-getPKG_CONFIG)" CC="$(tc-getCC)" \ - XWAYLAND="$(usev X -DXWAYLAND)" XLIBS="$(usev X "xcb xcb-icccm")" dwl -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc CHANGELOG.md README.md - - save_config config.h -} diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index f94a2aa83609..55db23917d62 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -5,30 +5,13 @@ EAPI=8 inherit savedconfig toolchain-funcs -MY_P="${PN}-v${PV}" - -WLROOTS_DEP=" - >=gui-libs/wlroots-0.17:=[libinput,session,X?] - DEPEND=" - ${CDEPEND} + ${COMMON_DEPEND} sys-kernel/linux-headers " BDEPEND=" >=dev-libs/wayland-protocols-1.32 - dev-util/wayland-scanner + >=dev-util/wayland-scanner-1.23 virtual/pkgconfig "