public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-engines/exult: exult-1.2.ebuild ChangeLog
@ 2008-01-29 10:08 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-01-29 10:08 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/01/29 10:08:03

  Modified:             exult-1.2.ebuild ChangeLog
  Log:
  Don't specify compression type in doc elog, bug #169772
  (Portage version: 2.1.4)

Revision  Changes    Path
1.12                 games-engines/exult/exult-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?r1=1.11&r2=1.12

Index: exult-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- exult-1.2.ebuild	1 Oct 2007 00:25:25 -0000	1.11
+++ exult-1.2.ebuild	29 Jan 2008 10:08:03 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.11 2007/10/01 00:25:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.12 2008/01/29 10:08:03 nyhm Exp $
 
 inherit eutils autotools games
 
@@ -83,5 +83,5 @@
 	games_pkg_postinst
 	elog "You *must* have the original Ultima7 The Black Gate and/or"
 	elog "The Serpent Isle installed."
-	elog "See /usr/share/doc/${PF}/README.gz for information!"
+	elog "See README in /usr/share/doc/${PF} for information."
 }



1.19                 games-engines/exult/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Jan 2007 21:01:54 -0000	1.18
+++ ChangeLog	29 Jan 2008 10:08:03 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/exult
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.18 2007/01/05 21:01:54 nyhm Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.19 2008/01/29 10:08:03 nyhm Exp $
+
+  29 Jan 2008; Tristan Heaven <nyhm@gentoo.org> exult-1.2.ebuild:
+  Don't specify compression type in doc elog, bug #169772
 
   05 Jan 2007; Tristan Heaven <nyhm@gentoo.org> exult-1.2.ebuild:
   Set WANT_AUTOCONF and WANT_AUTOMAKE



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-engines/exult: exult-1.2.ebuild ChangeLog
@ 2008-05-01 10:15 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-05-01 10:15 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/05/01 10:15:44

  Modified:             exult-1.2.ebuild ChangeLog
  Log:
  Fix building with gcc-4.3
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.13                 games-engines/exult/exult-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?r1=1.12&r2=1.13

Index: exult-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- exult-1.2.ebuild	29 Jan 2008 10:08:03 -0000	1.12
+++ exult-1.2.ebuild	1 May 2008 10:15:43 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.12 2008/01/29 10:08:03 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.13 2008/05/01 10:15:43 nyhm Exp $
 
 inherit eutils autotools games
 
@@ -38,7 +38,8 @@
 	epatch \
 		"${FILESDIR}"/${P}-gcc41.patch \
 		"${FILESDIR}"/${P}-64bits.patch \
-		"${FILESDIR}"/${P}-x11link.patch
+		"${FILESDIR}"/${P}-x11link.patch \
+		"${FILESDIR}"/${P}-gcc43.patch
 	sed -i \
 		-e "s/u7siinstrics.data/u7siintrinsics.data/" \
 		usecode/ucxt/data/Makefile.am \



1.20                 games-engines/exult/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	29 Jan 2008 10:08:03 -0000	1.19
+++ ChangeLog	1 May 2008 10:15:43 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for games-engines/exult
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.19 2008/01/29 10:08:03 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.20 2008/05/01 10:15:43 nyhm Exp $
+
+  01 May 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/exult-1.2-gcc43.patch, exult-1.2.ebuild:
+  Fix building with gcc-4.3
 
   29 Jan 2008; Tristan Heaven <nyhm@gentoo.org> exult-1.2.ebuild:
   Don't specify compression type in doc elog, bug #169772



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-engines/exult: exult-1.2.ebuild ChangeLog
@ 2008-08-15  4:40 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-08-15  4:40 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/08/15 04:40:01

  Modified:             exult-1.2.ebuild ChangeLog
  Log:
  add digital sound install as well (bug #224655 with patch from Tomáš Chvátal)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.14                 games-engines/exult/exult-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/exult-1.2.ebuild?r1=1.13&r2=1.14

Index: exult-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- exult-1.2.ebuild	1 May 2008 10:15:43 -0000	1.13
+++ exult-1.2.ebuild	15 Aug 2008 04:40:00 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.13 2008/05/01 10:15:43 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.14 2008/08/15 04:40:00 mr_bones_ Exp $
 
 inherit eutils autotools games
 
@@ -8,7 +8,9 @@
 HOMEPAGE="http://exult.sourceforge.net/"
 SRC_URI="mirror://sourceforge/exult/${P}.tar.gz
 	mirror://sourceforge/exult/U7MusicOGG_1of2.zip
-	mirror://sourceforge/exult/U7MusicOGG_2of2.zip"
+	mirror://sourceforge/exult/U7MusicOGG_2of2.zip
+	mirror://sourceforge/exult/jmsfx.zip
+	mirror://sourceforge/exult/jmsfxsi.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -34,6 +36,11 @@
 	mkdir music/
 	cd music/
 	unpack U7MusicOGG_{1,2}of2.zip
+	cd "${WORKDIR}"
+	mkdir flx/
+	cd flx/
+	unpack jmsfx{,si}.zip
+	
 	cd "${S}"
 	epatch \
 		"${FILESDIR}"/${P}-gcc41.patch \
@@ -76,6 +83,8 @@
 	dodoc AUTHORS ChangeLog NEWS FAQ README README.1ST
 	insinto "${GAMES_DATADIR}/${PN}/music"
 	doins "${WORKDIR}/music/"*ogg || die "doins failed"
+	insinto "${GAMES_DATADIR}/${PN}/"
+	doins "${WORKDIR}/flx/"*.flx || die "doins failed"
 	newdoc "${WORKDIR}/music/readme.txt" music-readme.txt
 	prepgamesdirs
 }



1.21                 games-engines/exult/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/exult/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	1 May 2008 10:15:43 -0000	1.20
+++ ChangeLog	15 Aug 2008 04:40:00 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for games-engines/exult
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.20 2008/05/01 10:15:43 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.21 2008/08/15 04:40:00 mr_bones_ Exp $
+
+  15 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> exult-1.2.ebuild:
+  add digital sound install as well (bug #224655 with patch from Tomáš
+  Chvátal)
 
   01 May 2008; Tristan Heaven <nyhm@gentoo.org>
   +files/exult-1.2-gcc43.patch, exult-1.2.ebuild:






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

end of thread, other threads:[~2008-08-15  4:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-15  4:40 [gentoo-commits] gentoo-x86 commit in games-engines/exult: exult-1.2.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-01 10:15 Tristan Heaven (nyhm)
2008-01-29 10:08 Tristan Heaven (nyhm)

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