public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-roguelike/hengband: ChangeLog hengband-1.6.2-r1.ebuild
@ 2010-06-04  6:32 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-06-04  6:32 UTC (permalink / raw
  To: gentoo-commits

tupone      10/06/04 06:32:45

  Modified:             ChangeLog hengband-1.6.2-r1.ebuild
  Log:
  Using eautotools. Bug #226723
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.13                 games-roguelike/hengband/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Mar 2008 17:50:11 -0000	1.12
+++ ChangeLog	4 Jun 2010 06:32:45 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/hengband
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v 1.12 2008/03/13 17:50:11 wolf31o2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v 1.13 2010/06/04 06:32:45 tupone Exp $
+
+  04 Jun 2010; Tupone Alfredo <tupone@gentoo.org> hengband-1.6.2-r1.ebuild,
+  files/hengband-1.6.2-added_faq.patch:
+  Using eautotools. Bug #226723 by flameeyes@gentoo.org
 
   13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   hengband-1.6.2-r1.ebuild:



1.4                  games-roguelike/hengband/hengband-1.6.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?r1=1.3&r2=1.4

Index: hengband-1.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hengband-1.6.2-r1.ebuild	13 Mar 2008 17:50:11 -0000	1.3
+++ hengband-1.6.2-r1.ebuild	4 Jun 2010 06:32:45 -0000	1.4
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.3 2008/03/13 17:50:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.4 2010/06/04 06:32:45 tupone Exp $
+EAPI="2"
 
-inherit toolchain-funcs eutils games
+inherit toolchain-funcs eutils autotools games
 
 DESCRIPTION="An Angband variant, with a Japanese/fantasy theme"
 HOMEPAGE="http://hengband.sourceforge.jp/en/"
@@ -19,9 +20,7 @@
 DEPEND="${RDEPEND}
 	X? ( x11-libs/libXt )"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	# Removing Xaw dependency as is not used
 	sed -i \
 		-e '/Xaw/d' src/main-xaw.c \
@@ -34,9 +33,10 @@
 			|| die "sed configure failed"
 	epatch "../${P}"-mispellings.patch	\
 		"${FILESDIR}/${P}"-added_faq.patch
+	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	local myconf
 	use linguas_ja || myconf="--disable-japanese"
 
@@ -46,7 +46,6 @@
 		`use_with X x` \
 		${myconf} \
 		|| die
-	emake || die "emake failed"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-roguelike/hengband: ChangeLog hengband-1.6.2-r1.ebuild
@ 2010-10-28 11:12 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-10-28 11:12 UTC (permalink / raw
  To: gentoo-commits

tupone      10/10/28 11:12:45

  Modified:             ChangeLog hengband-1.6.2-r1.ebuild
  Log:
  Fix overflow. Bug #340255
  
  (Portage version: 2.1.9.22/cvs/Linux i686)

Revision  Changes    Path
1.14                 games-roguelike/hengband/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	4 Jun 2010 06:32:45 -0000	1.13
+++ ChangeLog	28 Oct 2010 11:12:45 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/hengband
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v 1.13 2010/06/04 06:32:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v 1.14 2010/10/28 11:12:45 tupone Exp $
+
+  28 Oct 2010; Tupone Alfredo <tupone@gentoo.org> hengband-1.6.2-r1.ebuild,
+  +files/hengband-1.6.2-ovflfix.patch:
+  Fix overflow. Bug #340255 by flameeyes@gentoo.org
 
   04 Jun 2010; Tupone Alfredo <tupone@gentoo.org> hengband-1.6.2-r1.ebuild,
   files/hengband-1.6.2-added_faq.patch:



1.6                  games-roguelike/hengband/hengband-1.6.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?r1=1.5&r2=1.6

Index: hengband-1.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hengband-1.6.2-r1.ebuild	13 Oct 2010 23:46:42 -0000	1.5
+++ hengband-1.6.2-r1.ebuild	28 Oct 2010 11:12:45 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.5 2010/10/13 23:46:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.6 2010/10/28 11:12:45 tupone Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -33,7 +33,8 @@
 		|| die
 	epatch \
 		"../${P}"-mispellings.patch	\
-		"${FILESDIR}/${P}"-added_faq.patch
+		"${FILESDIR}/${P}"-added_faq.patch \
+		"${FILESDIR}"/${P}-ovflfix.patch
 	eautoreconf
 }
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-28 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04  6:32 [gentoo-commits] gentoo-x86 commit in games-roguelike/hengband: ChangeLog hengband-1.6.2-r1.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-28 11:12 Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox