commit:     fc57dad5a13a2bc2d5c7d6e08a5e0adc207982ff
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 06:47:14 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 07:11:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc57dad5

games-arcade/xbill: minor ebuild tidying

Notably in->ac, unnecessary since this was bumped
to EAPI=8 (the rest is just style).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/xbill/xbill-2.1-r6.ebuild | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/games-arcade/xbill/xbill-2.1-r6.ebuild 
b/games-arcade/xbill/xbill-2.1-r6.ebuild
index fdff9e03b315..edeebb7b82a1 100644
--- a/games-arcade/xbill/xbill-2.1-r6.ebuild
+++ b/games-arcade/xbill/xbill-2.1-r6.ebuild
@@ -5,21 +5,20 @@ EAPI=8
 
 inherit autotools desktop
 
-DESCRIPTION="A game about an evil hacker called Bill!"
+DESCRIPTION="Game about an evil hacker called Bill!"
 HOMEPAGE="http://www.xbill.org/";
-SRC_URI="http://www.xbill.org/download/${P}.tar.gz
+SRC_URI="
+       http://www.xbill.org/download/${P}.tar.gz
        https://dashboard.snapcraft.io/site_media/appmedia/2018/04/xbill.png";
 
 LICENSE="GPL-1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
        acct-group/gamestat
        media-fonts/font-misc-misc
-       x11-libs/libXaw
-"
+       x11-libs/libXaw"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
@@ -30,19 +29,23 @@ PATCHES=(
 
 src_prepare() {
        default
-       mv configure.in configure.ac || die
+
        eautoreconf
 }
 
 src_configure() {
-       econf \
-               --disable-motif \
-               --disable-gtk \
+       local econfargs=(
+               --disable-motif
+               --disable-gtk
                --enable-athena
+       )
+
+       econf "${econfargs[@]}"
 }
 
 src_install() {
        default
+
        doicon "${DISTDIR}"/${PN}.png
        make_desktop_entry ${PN} XBill ${PN}
 

Reply via email to