* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlogout/
@ 2021-12-15 11:02 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 229a53b8a6bc4dd85064be810f5a386657bdc485
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:02:37 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:02:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=229a53b8
gui-apps/wlogout: fix BadFilename
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
gui-apps/wlogout/Manifest | 2 +-
gui-apps/wlogout/wlogout-1.1.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/wlogout/Manifest b/gui-apps/wlogout/Manifest
index de8c70b9d..6bbb00db0 100644
--- a/gui-apps/wlogout/Manifest
+++ b/gui-apps/wlogout/Manifest
@@ -1 +1 @@
-DIST 1.1.1.tar.gz 540189 BLAKE2B 44831029c85403f3e9eddca38f6936a1c627c6c78c596d0e5fa867133827ff85f10063fbc9324e9f9b42a1951247cf89d98133b82028d223e33ae1ad76b55c40 SHA512 bca5de1c7168a11d418d206276d8715ef0f64e020985872062974f726fd969f78bd631a94d1076039aec20e2e72b4b6de5095da79f58919bfbf7ff2e2fd93ec5
+DIST wlogout-1.1.1.tar.gz 540189 BLAKE2B 44831029c85403f3e9eddca38f6936a1c627c6c78c596d0e5fa867133827ff85f10063fbc9324e9f9b42a1951247cf89d98133b82028d223e33ae1ad76b55c40 SHA512 bca5de1c7168a11d418d206276d8715ef0f64e020985872062974f726fd969f78bd631a94d1076039aec20e2e72b4b6de5095da79f58919bfbf7ff2e2fd93ec5
diff --git a/gui-apps/wlogout/wlogout-1.1.1.ebuild b/gui-apps/wlogout/wlogout-1.1.1.ebuild
index 056d0bff9..4f41ec44f 100644
--- a/gui-apps/wlogout/wlogout-1.1.1.ebuild
+++ b/gui-apps/wlogout/wlogout-1.1.1.ebuild
@@ -7,7 +7,7 @@ inherit meson
DESCRIPTION="A wayland based logout menu"
HOMEPAGE="https://github.com/ArtsyMacaw/wlogout"
-SRC_URI="https://github.com/ArtsyMacaw/${PN}/archive/refs/tags/${PV}.tar.gz"
+SRC_URI="https://github.com/ArtsyMacaw/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlogout/
@ 2024-08-06 14:10 Lucio Sauer
0 siblings, 0 replies; 2+ messages in thread
From: Lucio Sauer @ 2024-08-06 14:10 UTC (permalink / raw
To: gentoo-commits
commit: 76df895a8942d9e0e999b0597bf22c6b632e0522
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Tue Aug 6 07:34:46 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
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
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-06 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 14:10 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlogout/ Lucio Sauer
-- strict thread matches above, loose matches on Subject: below --
2021-12-15 11:02 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox