commit: 76df895a8942d9e0e999b0597bf22c6b632e0522 Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com> AuthorDate: Tue Aug 6 07:34:46 2024 +0000 Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com> CommitDate: Tue Aug 6 07:34:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76df895a
gui-apps/wlogout: revbump This revision removes the man USE flag: man pages are always built. See-also: https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0305 Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com> .../wlogout/{wlogout-1.2.2.ebuild => wlogout-1.2.2-r1.ebuild} | 11 +++-------- gui-apps/wlogout/wlogout-9999.ebuild | 9 ++------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/gui-apps/wlogout/wlogout-1.2.2.ebuild b/gui-apps/wlogout/wlogout-1.2.2-r1.ebuild similarity index 90% rename from gui-apps/wlogout/wlogout-1.2.2.ebuild rename to gui-apps/wlogout/wlogout-1.2.2-r1.ebuild index 42f00e2b1..c39f12f74 100644 --- a/gui-apps/wlogout/wlogout-1.2.2.ebuild +++ b/gui-apps/wlogout/wlogout-1.2.2-r1.ebuild @@ -6,11 +6,10 @@ EAPI=8 inherit meson DESCRIPTION="A wayland based logout menu" -HOMEPAGE="https://github.com/ArtsyMacaw/wlogout" +HOMEPAGE="https://github.com/ArtsyMacaw/wlogout/" if [[ "${PV}" = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/ArtsyMacaw/wlogout.git" else SRC_URI="https://github.com/ArtsyMacaw/wlogout/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" @@ -19,7 +18,6 @@ fi LICENSE="MIT" SLOT="0" -IUSE="man" RESTRICT="test" DEPEND=" @@ -62,7 +60,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig - man? ( app-text/scdoc ) + app-text/scdoc " RDEPEND="${DEPEND}" @@ -75,9 +73,6 @@ DOCS=( PATCHES=( "${FILESDIR}/${P}-fix-cflags.patch" ) src_configure() { - local emesonargs=( - "$(meson_feature man man-pages)" - ) - + local emesonargs=( -Dman-pages=enabled ) meson_src_configure } diff --git a/gui-apps/wlogout/wlogout-9999.ebuild b/gui-apps/wlogout/wlogout-9999.ebuild index 42f00e2b1..967fb90af 100644 --- a/gui-apps/wlogout/wlogout-9999.ebuild +++ b/gui-apps/wlogout/wlogout-9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/ArtsyMacaw/wlogout" if [[ "${PV}" = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/ArtsyMacaw/wlogout.git" else SRC_URI="https://github.com/ArtsyMacaw/wlogout/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" @@ -19,7 +18,6 @@ fi LICENSE="MIT" SLOT="0" -IUSE="man" RESTRICT="test" DEPEND=" @@ -62,7 +60,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig - man? ( app-text/scdoc ) + app-text/scdoc " RDEPEND="${DEPEND}" @@ -75,9 +73,6 @@ DOCS=( PATCHES=( "${FILESDIR}/${P}-fix-cflags.patch" ) src_configure() { - local emesonargs=( - "$(meson_feature man man-pages)" - ) - + local emesonargs=( -Dman-pages=enabled ) meson_src_configure }
