public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/awale/
Date: Thu,  8 Sep 2016 18:24:36 +0000 (UTC)	[thread overview]
Message-ID: <1473359067.88cffad02cf554b77e3bda2c7ad3fc4219ce12c8.wizardedit@gentoo> (raw)

commit:     88cffad02cf554b77e3bda2c7ad3fc4219ce12c8
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 18:24:18 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 18:24:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cffad0

games-board/awale: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-board/awale/awale-1.5-r1.ebuild | 60 +++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/games-board/awale/awale-1.5-r1.ebuild b/games-board/awale/awale-1.5-r1.ebuild
new file mode 100644
index 00000000..96ed7bc
--- /dev/null
+++ b/games-board/awale/awale-1.5-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# do not use autotools related stuff in stable ebuilds
+# unless you like random breakage: 469796, 469798, 424041
+
+EAPI=6
+
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="Free Awale - The game of all Africa"
+HOMEPAGE="http://www.nongnu.org/awale/"
+SRC_URI="mirror://nongnu/awale/${P}.tar.gz"
+SRC_URI="${SRC_URI} https://dev.gentoo.org/~hasufell/distfiles/${P}-no-autoreconf2.patch.xz" # STABLE ARCH
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="tk"
+
+RDEPEND="tk? ( dev-lang/tcl:0= dev-lang/tk:0= )"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-build.patch
+)
+
+src_prepare() {
+	default
+
+	mv src/xawale.tcl src/xawale.tcl.in || die
+	mv configure.{in,ac} || die
+	rm aclocal.m4 || die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--mandir=/usr/share/man \
+		--with-iconsdir=/usr/share/icons/hicolor/48x48/apps \
+		--with-desktopdir=/usr/share/applications \
+		$(use_enable tk)
+}
+
+src_install() {
+	default
+	use tk && fperms +x /usr/share/${PN}/xawale.tcl
+}
+
+pkg_preinst() {
+	use tk && gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	use tk && gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	use tk && gnome2_icon_cache_update
+}


             reply	other threads:[~2016-09-08 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08 18:24 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-28 16:49 [gentoo-commits] repo/gentoo:master commit in: games-board/awale/ Ionen Wolkens
2021-06-29  1:45 Ionen Wolkens
2022-10-18  2:28 Sam James

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=1473359067.88cffad02cf554b77e3bda2c7ad3fc4219ce12c8.wizardedit@gentoo \
    --to=wizardedit@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