From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/
Date: Wed, 7 Dec 2022 17:27:01 +0000 (UTC) [thread overview]
Message-ID: <1670434001.59583eec8f07315994ff6204c8173ef96d20045d.soap@gentoo> (raw)
commit: 59583eec8f07315994ff6204c8173ef96d20045d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 17:26:41 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 17:26:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59583eec
x11-misc/gmrun: [QA] cleanups
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{gmrun-1.4w.ebuild => gmrun-1.4w-r1.ebuild} | 23 +++++++++-------------
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/x11-misc/gmrun/gmrun-1.4w.ebuild b/x11-misc/gmrun/gmrun-1.4w-r1.ebuild
similarity index 59%
rename from x11-misc/gmrun/gmrun-1.4w.ebuild
rename to x11-misc/gmrun/gmrun-1.4w-r1.ebuild
index f7a3f0ee68c3..7f630b5887ad 100644
--- a/x11-misc/gmrun/gmrun-1.4w.ebuild
+++ b/x11-misc/gmrun/gmrun-1.4w-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-if [[ ${PV} == 9999 ]]; then
+if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WdesktopX/${PN}.git"
EGIT_BRANCH="master"
@@ -17,20 +17,15 @@ HOMEPAGE="https://github.com/wdlkmpx/gmrun"
LICENSE="ISC"
SLOT="0"
-IUSE="elibc_glibc nls xdg"
+IUSE="nls xdg"
-RDEPEND="
- x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- elibc_glibc? ( >=sys-libs/glibc-2.10 )"
+RDEPEND="x11-libs/gtk+:3"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_configure() {
- econf --disable-gtk2 $(use_enable nls) $(use_enable xdg)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README.md
+ econf \
+ --disable-gtk2 \
+ $(use_enable nls) \
+ $(use_enable xdg)
}
next reply other threads:[~2022-12-07 17:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-07 17:27 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-07 15:53 [gentoo-commits] repo/gentoo:master commit in: x11-misc/gmrun/ Sam James
2022-12-07 15:47 Sam James
2022-12-07 13:52 David Seifert
2022-09-23 11:16 Florian Schmaus
2022-09-23 11:16 Florian Schmaus
2022-08-29 19:14 Piotr Karbowski
2022-08-29 19:14 Piotr Karbowski
2021-02-07 9:16 Andreas Sturmlechner
2021-02-07 1:07 Sam James
2021-02-04 14:42 Agostino Sarubbo
2021-02-04 14:09 Sam James
2021-01-17 17:50 Piotr Karbowski
2021-01-17 15:49 Jonas Stein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1670434001.59583eec8f07315994ff6204c8173ef96d20045d.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox