public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/dunelegacy: dunelegacy-0.96.3.ebuild ChangeLog
@ 2013-03-04 16:32 Julian Ospald (hasufell)
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2013-03-04 16:32 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/03/04 16:32:19

  Modified:             ChangeLog
  Added:                dunelegacy-0.96.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.8                  games-strategy/dunelegacy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	4 Nov 2012 18:49:43 -0000	1.7
+++ ChangeLog	4 Mar 2013 16:32:18 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/dunelegacy
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.7 2012/11/04 18:49:43 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.8 2013/03/04 16:32:18 hasufell Exp $
+
+*dunelegacy-0.96.3 (04 Mar 2013)
+
+  04 Mar 2013; Julian Ospald <hasufell@gentoo.org> +dunelegacy-0.96.3.ebuild,
+  +files/dunelegacy-0.96.3-build.patch:
+  version bump
 
   04 Nov 2012; Julian Ospald <hasufell@gentoo.org>
   files/dunelegacy-0.96.2-build.patch:



1.1                  games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.1&content-type=text/plain

Index: dunelegacy-0.96.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.1 2013/03/04 16:32:18 hasufell Exp $

EAPI=5
inherit autotools eutils gnome2-utils games

DESCRIPTION="Updated clone of Westood Studios' Dune2"
HOMEPAGE="http://dunelegacy.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+alsa pulseaudio"

RDEPEND="media-libs/libsdl[X,alsa?,audio,pulseaudio?,video]
	media-libs/sdl-mixer[midi,mp3,vorbis]"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

# exits on start without libsdl[alsa] or libsdl[pulseaudio]
REQUIRED_USE="|| ( alsa pulseaudio )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-build.patch
	eautoreconf
}

src_install() {
	default

	doicon -s scalable ${PN}.svg
	doicon -s 48 ${PN}.png
	make_desktop_entry ${PN} "Dune Legacy"

	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/dunelegacy: dunelegacy-0.96.3.ebuild ChangeLog
@ 2013-05-14 18:56 Julian Ospald (hasufell)
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2013-05-14 18:56 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/05/14 18:56:21

  Modified:             dunelegacy-0.96.3.ebuild ChangeLog
  Log:
  remove all autotools stuff like autoreconf to fix bug #469798
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.2                  games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?r1=1.1&r2=1.2

Index: dunelegacy-0.96.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dunelegacy-0.96.3.ebuild	4 Mar 2013 16:32:18 -0000	1.1
+++ dunelegacy-0.96.3.ebuild	14 May 2013 18:56:21 -0000	1.2
@@ -1,13 +1,18 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.1 2013/03/04 16:32:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.2 2013/05/14 18:56:21 hasufell Exp $
+
+# do not use autotools related stuff in stable ebuilds
+# unless you like random breakage: 469796, 469798, 424041
 
 EAPI=5
-inherit autotools eutils gnome2-utils games
+inherit eutils gnome2-utils games # STABLE ARCH
+#inherit autotools eutils gnome2-utils games # UNSTABLE ARCH
 
 DESCRIPTION="Updated clone of Westood Studios' Dune2"
 HOMEPAGE="http://dunelegacy.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
+SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-avoid-autoreconf.patch.xz" # STABLE ARCH
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -23,8 +28,9 @@
 REQUIRED_USE="|| ( alsa pulseaudio )"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-build.patch
-	eautoreconf
+	epatch "${DISTDIR}"/${P}-avoid-autoreconf.patch.xz # STABLE ARCH
+#	epatch "${FILESDIR}"/${P}-build.patch # UNSTABLE ARCH
+#	eautoreconf # UNSTABLE ARCH
 }
 
 src_install() {



1.9                  games-strategy/dunelegacy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 Mar 2013 16:32:18 -0000	1.8
+++ ChangeLog	14 May 2013 18:56:21 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/dunelegacy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.8 2013/03/04 16:32:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.9 2013/05/14 18:56:21 hasufell Exp $
+
+  14 May 2013; Julian Ospald <hasufell@gentoo.org> dunelegacy-0.96.3.ebuild:
+  remove all autotools stuff like autoreconf to fix bug #469798
 
 *dunelegacy-0.96.3 (04 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/dunelegacy: dunelegacy-0.96.3.ebuild ChangeLog
@ 2013-05-14 21:05 Julian Ospald (hasufell)
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2013-05-14 21:05 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/05/14 21:05:56

  Modified:             dunelegacy-0.96.3.ebuild ChangeLog
  Log:
  we messed up, use right automake-version
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?r1=1.2&r2=1.3

Index: dunelegacy-0.96.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dunelegacy-0.96.3.ebuild	14 May 2013 18:56:21 -0000	1.2
+++ dunelegacy-0.96.3.ebuild	14 May 2013 21:05:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.2 2013/05/14 18:56:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.3 2013/05/14 21:05:56 hasufell Exp $
 
 # do not use autotools related stuff in stable ebuilds
 # unless you like random breakage: 469796, 469798, 424041
@@ -12,7 +12,7 @@
 DESCRIPTION="Updated clone of Westood Studios' Dune2"
 HOMEPAGE="http://dunelegacy.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
-SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-avoid-autoreconf.patch.xz" # STABLE ARCH
+SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-no-autoreconf.patch.xz" # STABLE ARCH
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -28,7 +28,7 @@
 REQUIRED_USE="|| ( alsa pulseaudio )"
 
 src_prepare() {
-	epatch "${DISTDIR}"/${P}-avoid-autoreconf.patch.xz # STABLE ARCH
+	epatch "${DISTDIR}"/${P}-no-autoreconf.patch.xz # STABLE ARCH
 #	epatch "${FILESDIR}"/${P}-build.patch # UNSTABLE ARCH
 #	eautoreconf # UNSTABLE ARCH
 }



1.10                 games-strategy/dunelegacy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	14 May 2013 18:56:21 -0000	1.9
+++ ChangeLog	14 May 2013 21:05:56 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/dunelegacy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.9 2013/05/14 18:56:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.10 2013/05/14 21:05:56 hasufell Exp $
+
+  14 May 2013; Julian Ospald <hasufell@gentoo.org> dunelegacy-0.96.3.ebuild:
+  we messed up, use right automake-version
 
   14 May 2013; Julian Ospald <hasufell@gentoo.org> dunelegacy-0.96.3.ebuild:
   remove all autotools stuff like autoreconf to fix bug #469798
@@ -37,4 +40,3 @@
   09 Aug 2012; Julian Ospald <hasufell@gentoo.org> +dunelegacy-0.96.2.ebuild,
   +files/dunelegacy-0.96.2-build.patch, +metadata.xml:
   initial commit
-





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/dunelegacy: dunelegacy-0.96.3.ebuild ChangeLog
@ 2013-05-17 22:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 22:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/17 22:20:35

  Modified:             dunelegacy-0.96.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #469744
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild

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

Index: dunelegacy-0.96.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dunelegacy-0.96.3.ebuild	14 May 2013 21:05:56 -0000	1.3
+++ dunelegacy-0.96.3.ebuild	17 May 2013 22:20:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.3 2013/05/14 21:05:56 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.4 2013/05/17 22:20:35 ago Exp $
 
 # do not use autotools related stuff in stable ebuilds
 # unless you like random breakage: 469796, 469798, 424041
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+alsa pulseaudio"
 
 RDEPEND="media-libs/libsdl[X,alsa?,audio,pulseaudio?,video]



1.11                 games-strategy/dunelegacy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	14 May 2013 21:05:56 -0000	1.10
+++ ChangeLog	17 May 2013 22:20:35 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/dunelegacy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.10 2013/05/14 21:05:56 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.11 2013/05/17 22:20:35 ago Exp $
+
+  17 May 2013; Agostino Sarubbo <ago@gentoo.org> dunelegacy-0.96.3.ebuild:
+  Stable for amd64, wrt bug #469744
 
   14 May 2013; Julian Ospald <hasufell@gentoo.org> dunelegacy-0.96.3.ebuild:
   we messed up, use right automake-version





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/dunelegacy: dunelegacy-0.96.3.ebuild ChangeLog
@ 2013-07-07 10:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-07 10:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/07 10:21:43

  Modified:             dunelegacy-0.96.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #469744
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?r1=1.4&r2=1.5

Index: dunelegacy-0.96.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dunelegacy-0.96.3.ebuild	17 May 2013 22:20:35 -0000	1.4
+++ dunelegacy-0.96.3.ebuild	7 Jul 2013 10:21:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.4 2013/05/17 22:20:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.5 2013/07/07 10:21:43 ago Exp $
 
 # do not use autotools related stuff in stable ebuilds
 # unless you like random breakage: 469796, 469798, 424041
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+alsa pulseaudio"
 
 RDEPEND="media-libs/libsdl[X,alsa?,audio,pulseaudio?,video]



1.12                 games-strategy/dunelegacy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	17 May 2013 22:20:35 -0000	1.11
+++ ChangeLog	7 Jul 2013 10:21:43 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/dunelegacy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.11 2013/05/17 22:20:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.12 2013/07/07 10:21:43 ago Exp $
+
+  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> dunelegacy-0.96.3.ebuild:
+  Stable for x86, wrt bug #469744
 
   17 May 2013; Agostino Sarubbo <ago@gentoo.org> dunelegacy-0.96.3.ebuild:
   Stable for amd64, wrt bug #469744





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

end of thread, other threads:[~2013-07-07 10:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-07 10:21 [gentoo-commits] gentoo-x86 commit in games-strategy/dunelegacy: dunelegacy-0.96.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-17 22:20 Agostino Sarubbo (ago)
2013-05-14 21:05 Julian Ospald (hasufell)
2013-05-14 18:56 Julian Ospald (hasufell)
2013-03-04 16:32 Julian Ospald (hasufell)

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