public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2007-09-13  0:44 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2007-09-13  0:44 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    07/09/13 00:44:29

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  Changed linking of lib-compat-loki libsmpeg to be used on both amd64 and x86, instead of just x86.  Closing bug #191610.
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.12                 games-action/descent3/descent3-1.4.0b-r1.ebuild

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

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- descent3-1.4.0b-r1.ebuild	12 Mar 2007 13:16:23 -0000	1.11
+++ descent3-1.4.0b-r1.ebuild	13 Sep 2007 00:44:29 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.11 2007/03/12 13:16:23 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.12 2007/09/13 00:44:29 wolf31o2 Exp $
 
 inherit eutils multilib games
 
@@ -91,11 +91,8 @@
 	# we run touch on ${D} so as to make sure portage doesnt do any such thing
 	find "${Ddir}" -exec touch '{}' \
 
-	if use amd64
-	then
-		dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \
-			"${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink"
-	fi
+	dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \
+		"${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink"
 
 	games_make_wrapper descent3 ./descent3.dynamic "${dir}" "${dir}"
 	newicon ${CDROM_ROOT}/icon.xpm ${PN}.xpm



1.24                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	12 Mar 2007 13:16:23 -0000	1.23
+++ ChangeLog	13 Sep 2007 00:44:29 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/descent3
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.23 2007/03/12 13:16:23 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.24 2007/09/13 00:44:29 wolf31o2 Exp $
+
+  13 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+  descent3-1.4.0b-r1.ebuild:
+  Changed linking of lib-compat-loki libsmpeg to be used on both amd64 and
+  x86, instead of just x86. Closing bug #191610.
 
   12 Mar 2007; Marius Mauch <genone@gentoo.org> descent3-1.4.0b-r1.ebuild:
   Replacing einfo with elog



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2007-09-15  0:35 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2007-09-15  0:35 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    07/09/15 00:35:26

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  Make sure we RDEPEND on sys-libs/lib-compat-loki for all arches.
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.13                 games-action/descent3/descent3-1.4.0b-r1.ebuild

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

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- descent3-1.4.0b-r1.ebuild	13 Sep 2007 00:44:29 -0000	1.12
+++ descent3-1.4.0b-r1.ebuild	15 Sep 2007 00:35:22 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.12 2007/09/13 00:44:29 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.13 2007/09/15 00:35:22 wolf31o2 Exp $
 
 inherit eutils multilib games
 
@@ -18,6 +18,7 @@
 DEPEND=""
 RDEPEND="sys-libs/glibc
 	virtual/opengl
+	sys-libs/lib-compat-loki
 	x86? (
 		x11-libs/libX11
 		x11-libs/libXext



1.25                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	13 Sep 2007 00:44:29 -0000	1.24
+++ ChangeLog	15 Sep 2007 00:35:22 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/descent3
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.24 2007/09/13 00:44:29 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.25 2007/09/15 00:35:22 wolf31o2 Exp $
+
+  15 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+  descent3-1.4.0b-r1.ebuild:
+  Make sure we RDEPEND on sys-libs/lib-compat-loki for all arches.
 
   13 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
   descent3-1.4.0b-r1.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2008-03-06  3:17 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-06  3:17 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/03/06 03:17:25

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  Fix quoting.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.14                 games-action/descent3/descent3-1.4.0b-r1.ebuild

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

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- descent3-1.4.0b-r1.ebuild	15 Sep 2007 00:35:22 -0000	1.13
+++ descent3-1.4.0b-r1.ebuild	6 Mar 2008 03:17:24 -0000	1.14
@@ -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-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.13 2007/09/15 00:35:22 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.14 2008/03/06 03:17:24 wolf31o2 Exp $
 
 inherit eutils multilib games
 
@@ -50,7 +50,7 @@
 	else
 		cdrom_get_cds missions/d3.mn3
 	fi
-	mkdir -p ${S}/{a,b}
+	mkdir -p "${S}"/{a,b}
 	cd "${S}"/a
 	unpack_makeself ${PN}-1.4.0a-x86.run
 	cd "${S}"/b



1.26                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	15 Sep 2007 00:35:22 -0000	1.25
+++ ChangeLog	6 Mar 2008 03:17:24 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/descent3
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.25 2007/09/15 00:35:22 wolf31o2 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.26 2008/03/06 03:17:24 wolf31o2 Exp $
+
+  06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  descent3-1.4.0b-r1.ebuild:
+  Fix quoting.
 
   15 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
   descent3-1.4.0b-r1.ebuild:



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



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

* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2011-12-14 17:12 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-14 17:12 UTC (permalink / raw
  To: gentoo-commits

vapier      11/12/14 17:12:16

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 games-action/descent3/descent3-1.4.0b-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?r1=1.15&r2=1.16

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- descent3-1.4.0b-r1.ebuild	14 Apr 2009 07:23:44 -0000	1.15
+++ descent3-1.4.0b-r1.ebuild	14 Dec 2011 17:12:16 -0000	1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.15 2009/04/14 07:23:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.16 2011/12/14 17:12:16 vapier Exp $
 
 inherit eutils multilib games
 
@@ -30,7 +30,6 @@
 		app-emulation/emul-linux-x86-sdl
 		>=sys-libs/lib-compat-loki-0.2 )"
 
-GAMES_CHECK_LICENSE="yes"
 dir=${GAMES_PREFIX_OPT}/${PN}
 Ddir=${D}/${dir}
 



1.28                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	5 Jun 2008 19:05:50 -0000	1.27
+++ ChangeLog	14 Dec 2011 17:12:16 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/descent3
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.27 2008/06/05 19:05:50 wolf31o2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.28 2011/12/14 17:12:16 vapier Exp $
+
+  14 Dec 2011; Mike Frysinger <vapier@gentoo.org> descent3-1.4.0b-r1.ebuild:
+  The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
+  has ACCEPT_LICENSE), so drop it here too.
 
   05 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
   Removing myself as maintainer.






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

* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2012-01-16 19:05 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-01-16 19:05 UTC (permalink / raw
  To: gentoo-commits

ulm         12/01/16 19:05:36

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  Migrate to cdrom.eclass, bug 398809.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 games-action/descent3/descent3-1.4.0b-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?r1=1.16&r2=1.17

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- descent3-1.4.0b-r1.ebuild	14 Dec 2011 17:12:16 -0000	1.16
+++ descent3-1.4.0b-r1.ebuild	16 Jan 2012 19:05:35 -0000	1.17
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.16 2011/12/14 17:12:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.17 2012/01/16 19:05:35 ulm Exp $
 
-inherit eutils multilib games
+inherit eutils cdrom multilib games
 
 IUSE="nocd videos"
 DESCRIPTION="Descent 3 - 3-Dimensional indoor/outdoor spaceship combat"
@@ -14,7 +14,6 @@
 SLOT="0"
 KEYWORDS="amd64 x86"
 RESTRICT="strip"
-PROPERTIES="interactive"
 
 DEPEND=""
 RDEPEND="sys-libs/glibc



1.29                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	14 Dec 2011 17:12:16 -0000	1.28
+++ ChangeLog	16 Jan 2012 19:05:35 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/descent3
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.28 2011/12/14 17:12:16 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.29 2012/01/16 19:05:35 ulm Exp $
+
+  16 Jan 2012; Ulrich Müller <ulm@gentoo.org> descent3-1.4.0b-r1.ebuild:
+  Migrate to cdrom.eclass, bug 398809.
 
   14 Dec 2011; Mike Frysinger <vapier@gentoo.org> descent3-1.4.0b-r1.ebuild:
   The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now






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

* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2012-02-05  5:22 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2012-02-05  5:22 UTC (permalink / raw
  To: gentoo-commits

vapier      12/02/05 05:22:29

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  Move to new unpacker eclass for unpack_makeself.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 games-action/descent3/descent3-1.4.0b-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?r1=1.17&r2=1.18

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- descent3-1.4.0b-r1.ebuild	16 Jan 2012 19:05:35 -0000	1.17
+++ descent3-1.4.0b-r1.ebuild	5 Feb 2012 05:22:29 -0000	1.18
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.17 2012/01/16 19:05:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.18 2012/02/05 05:22:29 vapier Exp $
 
-inherit eutils cdrom multilib games
+inherit eutils unpacker cdrom multilib games
 
 IUSE="nocd videos"
 DESCRIPTION="Descent 3 - 3-Dimensional indoor/outdoor spaceship combat"



1.30                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	16 Jan 2012 19:05:35 -0000	1.29
+++ ChangeLog	5 Feb 2012 05:22:29 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/descent3
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.29 2012/01/16 19:05:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.30 2012/02/05 05:22:29 vapier Exp $
+
+  05 Feb 2012; Mike Frysinger <vapier@gentoo.org> descent3-1.4.0b-r1.ebuild:
+  Move to new unpacker eclass for unpack_makeself.
 
   16 Jan 2012; Ulrich Müller <ulm@gentoo.org> descent3-1.4.0b-r1.ebuild:
   Migrate to cdrom.eclass, bug 398809.






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

* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2013-08-14 11:27 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2013-08-14 11:27 UTC (permalink / raw
  To: gentoo-commits

patrick     13/08/14 11:27:42

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  Whitespace / syntax fix
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.19                 games-action/descent3/descent3-1.4.0b-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?r1=1.18&r2=1.19

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- descent3-1.4.0b-r1.ebuild	5 Feb 2012 05:22:29 -0000	1.18
+++ descent3-1.4.0b-r1.ebuild	14 Aug 2013 11:27:41 -0000	1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.18 2012/02/05 05:22:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.19 2013/08/14 11:27:41 patrick Exp $
 
 inherit eutils unpacker cdrom multilib games
 
@@ -89,7 +89,7 @@
 	# now, since these files are coming off a cd, the times/sizes/md5sums wont
 	# be different ... that means portage will try to unmerge some files (!)
 	# we run touch on ${D} so as to make sure portage doesnt do any such thing
-	find "${Ddir}" -exec touch '{}' \
+	find "${Ddir}" -exec touch '{}' \;
 
 	dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \
 		"${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink"



1.31                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	5 Feb 2012 05:22:29 -0000	1.30
+++ ChangeLog	14 Aug 2013 11:27:41 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/descent3
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.30 2012/02/05 05:22:29 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.31 2013/08/14 11:27:41 patrick Exp $
+
+  14 Aug 2013; Patrick Lauer <patrick@gentoo.org> descent3-1.4.0b-r1.ebuild:
+  Whitespace / syntax fix
 
   05 Feb 2012; Mike Frysinger <vapier@gentoo.org> descent3-1.4.0b-r1.ebuild:
   Move to new unpacker eclass for unpack_makeself.
@@ -111,4 +114,3 @@
   28 Jul 2003; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b.ebuild,
   files/descent3:
   Initial import.  Ebuild by me.
-





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

* [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
@ 2014-09-07  9:40 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-09-07  9:40 UTC (permalink / raw
  To: gentoo-commits

ulm         14/09/07 09:40:24

  Modified:             descent3-1.4.0b-r1.ebuild ChangeLog
  Log:
  Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.20                 games-action/descent3/descent3-1.4.0b-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?r1=1.19&r2=1.20

Index: descent3-1.4.0b-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- descent3-1.4.0b-r1.ebuild	14 Aug 2013 11:27:41 -0000	1.19
+++ descent3-1.4.0b-r1.ebuild	7 Sep 2014 09:40:24 -0000	1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.19 2013/08/14 11:27:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.20 2014/09/07 09:40:24 ulm Exp $
 
 inherit eutils unpacker cdrom multilib games
 
@@ -12,7 +12,7 @@
 
 LICENSE="LOKI-EULA"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 RESTRICT="strip"
 
 DEPEND=""



1.33                 games-action/descent3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent3/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	27 Jun 2014 11:29:22 -0000	1.32
+++ ChangeLog	7 Sep 2014 09:40:24 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/descent3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.32 2014/06/27 11:29:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.33 2014/09/07 09:40:24 ulm Exp $
+
+  07 Sep 2014; Ulrich Müller <ulm@gentoo.org> descent3-1.4.0b-r1.ebuild:
+  Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
 
 *descent3-1.4.0b-r2 (27 Jun 2014)
 





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

end of thread, other threads:[~2014-09-07  9:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-07  9:40 [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-14 11:27 Patrick Lauer (patrick)
2012-02-05  5:22 Mike Frysinger (vapier)
2012-01-16 19:05 Ulrich Mueller (ulm)
2011-12-14 17:12 Mike Frysinger (vapier)
2008-03-06  3:17 Chris Gianelloni (wolf31o2)
2007-09-15  0:35 Chris Gianelloni (wolf31o2)
2007-09-13  0:44 Chris Gianelloni (wolf31o2)

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