From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-roguelike/zangband: zangband-2.7.4c.ebuild ChangeLog
Date: Thu, 06 Aug 2009 20:15:22 +0000 [thread overview]
Message-ID: <E1MZ9Mw-0001KJ-32@stork.gentoo.org> (raw)
mr_bones_ 09/08/06 20:15:22
Modified: zangband-2.7.4c.ebuild ChangeLog
Log:
add patch for detecting tcl/tk85 (bug #267451)
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.7 games-roguelike/zangband/zangband-2.7.4c.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild?r1=1.6&r2=1.7
Index: zangband-2.7.4c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zangband-2.7.4c.ebuild 2 Aug 2009 04:45:24 -0000 1.6
+++ zangband-2.7.4c.ebuild 6 Aug 2009 20:15:22 -0000 1.7
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild,v 1.6 2009/08/02 04:45:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4c.ebuild,v 1.7 2009/08/06 20:15:22 mr_bones_ Exp $
EAPI=2
-inherit games
+inherit autotools games
DESCRIPTION="An enhanced version of the Roguelike game Angband"
HOMEPAGE="http://www.zangband.org/"
@@ -14,9 +14,6 @@
KEYWORDS="~ppc ~x86 ~x86-fbsd"
IUSE="tk"
-# Dropping X use keyword:
-# it had to be $(use_with X x11)
-# but ebuild fails to link without-x11
RDEPEND="tk? (
dev-lang/tcl
dev-lang/tk )
@@ -26,6 +23,11 @@
S=${WORKDIR}/${PN}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-tk85.patch
+ eautoreconf
+}
+
src_configure() {
egamesconf \
--datadir="${GAMES_DATADIR_BASE}" \
1.16 games-roguelike/zangband/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-roguelike/zangband/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 2 Aug 2009 04:45:24 -0000 1.15
+++ ChangeLog 6 Aug 2009 20:15:22 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for games-roguelike/zangband
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v 1.15 2009/08/02 04:45:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/ChangeLog,v 1.16 2009/08/06 20:15:22 mr_bones_ Exp $
+
+ 06 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ zangband-2.7.4c.ebuild, +files/zangband-2.7.4c-tk85.patch:
+ add patch for detecting tcl/tk85 (bug #267451)
02 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
zangband-2.7.4c.ebuild:
next reply other threads:[~2009-08-06 20:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-06 20:15 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-25 15:34 [gentoo-commits] gentoo-x86 commit in games-roguelike/zangband: zangband-2.7.4c.ebuild ChangeLog Justin Lecher (jlec)
2015-02-24 9:34 Agostino Sarubbo (ago)
2015-01-21 7:28 Michael Sterrett (mr_bones_)
2009-11-23 9:33 Mounir Lamouri (volkmar)
2009-11-20 15:16 Markus Meier (maekke)
2009-10-23 11:24 Samuli Suominen (ssuominen)
2009-08-02 4:45 Michael Sterrett (mr_bones_)
2008-02-02 21:39 Michael Sterrett (mr_bones_)
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=E1MZ9Mw-0001KJ-32@stork.gentoo.org \
--to=mr_bones_@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