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 50C8A15806E for ; Thu, 25 May 2023 02:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E91E0845; Thu, 25 May 2023 02:21:15 +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 E6F01E0845 for ; Thu, 25 May 2023 02:21:14 +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 07A71340D09 for ; Thu, 25 May 2023 02:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94376A78 for ; Thu, 25 May 2023 02:21:12 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1684981074.302913e3e3c302428e8dea198f90c2872b21312c.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlsunset/Manifest gui-apps/wlsunset/wlsunset-0.2.0.ebuild X-VCS-Directories: gui-apps/wlsunset/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 302913e3e3c302428e8dea198f90c2872b21312c X-VCS-Branch: dev Date: Thu, 25 May 2023 02:21:12 +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: 26870a08-6529-43c1-8c67-6a4c874c29dd X-Archives-Hash: 3aa1e8ba6290d7bc963ad4eabf4e68a7 commit: 302913e3e3c302428e8dea198f90c2872b21312c Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu May 25 02:16:45 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu May 25 02:17:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=302913e3 gui-apps/wlsunset: drop 0.2.0 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> gui-apps/wlsunset/Manifest | 1 - gui-apps/wlsunset/wlsunset-0.2.0.ebuild | 38 --------------------------------- 2 files changed, 39 deletions(-) diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest index 3ab2bd100..dc369999c 100644 --- a/gui-apps/wlsunset/Manifest +++ b/gui-apps/wlsunset/Manifest @@ -1,2 +1 @@ -DIST wlsunset-0.2.0.tar.gz 12605 BLAKE2B 19982dde207a84c08131915a5830396c38f3de7be1cfa52fa95c67cee9eb7865bf1ca6218564fb65216401a92c71e2e632463a8dad5c522f513b9f85122d1529 SHA512 41f0c543fdb6d59ca2ccaada34a90bb51175afcc611736a70045ea3c3035a7276b7d4482abc6c062bcbf462fe398d905a73a64e5fdc89061a1935ad69fef0061 DIST wlsunset-0.3.0.tar.gz 16533 BLAKE2B 930635e82963d14fae9f95e2219574c962adbf32406bd184d35b79848dce2f2edaa526aaaf21c2dfdde9f4d4f9fe04011d592955867c3b01b5de4778ef9915f1 SHA512 0685989ec99d7066d5d1efacfbb4676d2df235d33d64cfe3d41c762ccc2ff5c292e03430414b43d719c35ddc0ad8267b765764c15afd1b3177ed1e0bb6f449c1 diff --git a/gui-apps/wlsunset/wlsunset-0.2.0.ebuild b/gui-apps/wlsunset/wlsunset-0.2.0.ebuild deleted file mode 100644 index 849956339..000000000 --- a/gui-apps/wlsunset/wlsunset-0.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -if [[ "${PV}" == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset" -else - KEYWORDS="~amd64" - SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="Day/night gamma adjustments for Wayland" -HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/" -LICENSE="MIT" -SLOT="0" - -BDEPEND=" - dev-util/wayland-scanner - app-text/scdoc -" -RDEPEND="dev-libs/wayland" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -src_configure() { - local emesonargs=( - -Dwerror=false - -Dman-pages=enabled - ) - - meson_src_configure -}