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-misc/gBhed/
Date: Tue, 11 Oct 2016 22:59:22 +0000 (UTC)	[thread overview]
Message-ID: <1476226547.b9e5b5c700c9dce77aa5406227c4e0c97095769c.wizardedit@gentoo> (raw)

commit:     b9e5b5c700c9dce77aa5406227c4e0c97095769c
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 21:11:09 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 22:55:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e5b5c7

games-misc/gBhed: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/gBhed/gBhed-0.17-r1.ebuild | 44 +++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/games-misc/gBhed/gBhed-0.17-r1.ebuild b/games-misc/gBhed/gBhed-0.17-r1.ebuild
new file mode 100644
index 00000000..a1d4511
--- /dev/null
+++ b/games-misc/gBhed/gBhed-0.17-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="An Al Bhed translator"
+HOMEPAGE="http://liquidchile.net/software/gbhed/"
+SRC_URI="http://liquidchile.net/software/gbhed/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gtk"
+
+DEPEND="gtk? ( x11-libs/gtk+:2 )"
+RDEPEND=${DEPEND}
+
+src_prepare() {
+	default
+
+	sed -i 's/19/32/' src/gui/translation_fork.c || die
+}
+
+src_configure() {
+	econf \
+		--datadir=/usr/share/${PN} \
+		$(use_enable gtk gbhed)
+}
+
+src_install() {
+	emake -C src DESTDIR="${D}" install
+	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
+	doman doc/abtranslate.1
+
+	if use gtk ; then
+		insinto /usr/share/${PN}/pixmaps
+		doins pixmaps/*.{jpg,png,xpm}
+		newicon pixmaps/gbhed48.png ${PN}.png
+		make_desktop_entry gbhed ${PN}
+		doman doc/gbhed.1
+	fi
+}


             reply	other threads:[~2016-10-11 22:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-11 22:59 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-04  7:09 [gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/ Sam James
2021-04-04 10:11 Sam James
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=1476226547.b9e5b5c700c9dce77aa5406227c4e0c97095769c.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