From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/
Date: Tue, 4 Oct 2022 07:09:41 +0000 (UTC) [thread overview]
Message-ID: <1664867366.76df52808527b029935ffd66511d4adda0c2e46d.sam@gentoo> (raw)
commit: 76df52808527b029935ffd66511d4adda0c2e46d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 07:09:01 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 07:09:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76df5280
games-misc/gBhed: EAPI 8, fix configure issues with Clang 16
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gBhed/{gBhed-0.17-r1.ebuild => gBhed-0.17-r2.ebuild} | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/games-misc/gBhed/gBhed-0.17-r1.ebuild b/games-misc/gBhed/gBhed-0.17-r2.ebuild
similarity index 80%
rename from games-misc/gBhed/gBhed-0.17-r1.ebuild
rename to games-misc/gBhed/gBhed-0.17-r2.ebuild
index 30e33c085ccd..2ea96ea67eb6 100644
--- a/games-misc/gBhed/gBhed-0.17-r1.ebuild
+++ b/games-misc/gBhed/gBhed-0.17-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop
+inherit autotools desktop
DESCRIPTION="An Al Bhed translator"
HOMEPAGE="http://liquidchile.net/software/gbhed/"
@@ -12,21 +12,23 @@ SRC_URI="http://liquidchile.net/software/gbhed/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gtk"
+IUSE="gui"
-DEPEND="gtk? ( x11-libs/gtk+:2 )"
+DEPEND="gui? ( x11-libs/gtk+:2 )"
RDEPEND="${DEPEND}"
src_prepare() {
default
sed -i 's/19/32/' src/gui/translation_fork.c || die
+
+ eautoreconf
}
src_configure() {
econf \
--datadir=/usr/share/${PN} \
- $(use_enable gtk gbhed)
+ $(use_enable gui gbhed)
}
src_install() {
@@ -34,7 +36,7 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
doman doc/abtranslate.1
- if use gtk ; then
+ if use gui ; then
insinto /usr/share/${PN}/pixmaps
doins pixmaps/*.{jpg,png,xpm}
next reply other threads:[~2022-10-04 7:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-04 7:09 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-04 10:11 [gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/ Sam James
2016-10-11 22:59 Austin English
2016-05-06 2:50 Michael Sterrett
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=1664867366.76df52808527b029935ffd66511d4adda0c2e46d.sam@gentoo \
--to=sam@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