commit: a156597b95155ebc31c9bcefdfaf3322bff27361 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Feb 28 15:48:42 2026 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Feb 28 18:31:11 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a156597b
gui-apps/wlr-randr: drop 9999 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> gui-apps/wlr-randr/wlr-randr-9999.ebuild | 35 -------------------------------- 1 file changed, 35 deletions(-) diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild deleted file mode 100644 index e20d8a9fa4..0000000000 --- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="xrandr clone for wlroots compositors" -HOMEPAGE="https://sr.ht/~emersion/wlr-randr/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~emersion/wlr-randr" -else - SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~arm64" -fi - -LICENSE="MIT" -SLOT="0" - -DEPEND=" - dev-libs/wayland -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -src_prepare() { - default - sed -i 's/werror=true/werror=false/' meson.build || die -}
