public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild
@ 2009-09-24 16:17 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 7+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-09-24 16:17 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/09/24 16:17:57

  Modified:             ChangeLog heretic2-1.06c.ebuild
  Log:
  Fix gl_driver path in default.cfg on x86
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-action/heretic2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 May 2008 13:40:29 -0000	1.4
+++ ChangeLog	24 Sep 2009 16:17:57 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/heretic2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.4 2008/05/05 13:40:29 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.5 2009/09/24 16:17:57 nyhm Exp $
+
+  24 Sep 2009; Tristan Heaven <nyhm@gentoo.org> heretic2-1.06c.ebuild:
+  Fix gl_driver path in default.cfg on x86
 
   05 May 2008; Tristan Heaven <nyhm@gentoo.org> heretic2-1.06c.ebuild:
   Add ~amd64 keyword



1.6                  games-action/heretic2/heretic2-1.06c.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?r1=1.5&r2=1.6

Index: heretic2-1.06c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- heretic2-1.06c.ebuild	14 Apr 2009 07:24:44 -0000	1.5
+++ heretic2-1.06c.ebuild	24 Sep 2009 16:17:57 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.5 2009/04/14 07:24:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.6 2009/09/24 16:17:57 nyhm Exp $
 
 inherit eutils multilib games
 
@@ -21,7 +21,11 @@
 
 DEPEND="games-util/loki_patch"
 RDEPEND="virtual/opengl
-	amd64? ( app-emulation/emul-linux-x86-xlibs )"
+	amd64? ( app-emulation/emul-linux-x86-xlibs )
+	x86? (
+		x11-libs/libX11
+		x11-libs/libXext
+	)"
 
 S=${WORKDIR}
 
@@ -39,6 +43,8 @@
 }
 
 src_install() {
+	has_multilib_profile && ABI=x86
+
 	local dir=${GAMES_PREFIX_OPT}/${PN}
 
 	cd "${CDROM_ROOT}"
@@ -67,7 +73,7 @@
 
 	rmdir gl_drivers
 	sed -i \
-		"128i set gl_driver \"/usr/$(ABI=x86 get_libdir)/libGL.so\"" \
+		"128i set gl_driver \"/usr/$(get_libdir)/libGL.so\"" \
 		base/default.cfg \
 		|| die "sed failed"
 






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

* [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild
@ 2009-11-02 20:45 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-11-02 20:45 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/02 20:45:08

  Modified:             ChangeLog heretic2-1.06c.ebuild
  Log:
  amd64/x86 stable, bug #290685
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  games-action/heretic2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Sep 2009 16:17:57 -0000	1.5
+++ ChangeLog	2 Nov 2009 20:45:07 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/heretic2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.5 2009/09/24 16:17:57 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.6 2009/11/02 20:45:07 maekke Exp $
+
+  02 Nov 2009; Markus Meier <maekke@gentoo.org> heretic2-1.06c.ebuild:
+  amd64/x86 stable, bug #290685
 
   24 Sep 2009; Tristan Heaven <nyhm@gentoo.org> heretic2-1.06c.ebuild:
   Fix gl_driver path in default.cfg on x86



1.7                  games-action/heretic2/heretic2-1.06c.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?r1=1.6&r2=1.7

Index: heretic2-1.06c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- heretic2-1.06c.ebuild	24 Sep 2009 16:17:57 -0000	1.6
+++ heretic2-1.06c.ebuild	2 Nov 2009 20:45:07 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.6 2009/09/24 16:17:57 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.7 2009/11/02 20:45:07 maekke Exp $
 
 inherit eutils multilib games
 
@@ -13,7 +13,7 @@
 
 LICENSE="LOKI-EULA"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="strip"
 PROPERTIES="interactive"






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

* [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild
@ 2011-05-18  3:22 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-05-18  3:22 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/05/18 03:22:32

  Modified:             ChangeLog heretic2-1.06c.ebuild
  Log:
  opengl fix with sed patch from Jared via bug #367841
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.7                  games-action/heretic2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	2 Nov 2009 20:45:07 -0000	1.6
+++ ChangeLog	18 May 2011 03:22:32 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/heretic2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.6 2009/11/02 20:45:07 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.7 2011/05/18 03:22:32 mr_bones_ Exp $
+
+  18 May 2011; Michael Sterrett <mr_bones_@gentoo.org> heretic2-1.06c.ebuild:
+  opengl fix with sed patch from Jared via bug #367841
 
   02 Nov 2009; Markus Meier <maekke@gentoo.org> heretic2-1.06c.ebuild:
   amd64/x86 stable, bug #290685



1.8                  games-action/heretic2/heretic2-1.06c.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?r1=1.7&r2=1.8

Index: heretic2-1.06c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- heretic2-1.06c.ebuild	2 Nov 2009 20:45:07 -0000	1.7
+++ heretic2-1.06c.ebuild	18 May 2011 03:22:32 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/heretic2/heretic2-1.06c.ebuild,v 1.7 2009/11/02 20:45:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.8 2011/05/18 03:22:32 mr_bones_ Exp $
 
 inherit eutils multilib games
 
@@ -56,6 +56,9 @@
 	doexe bin/x86/glibc-2.1/${PN} || die "doexe failed"
 
 	games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}"
+	sed -i \
+		-e 's/^exec /__GL_ExtensionStringVersion=17700 exec /' \
+		"${D}/${GAMES_BINDIR}/${PN}" || die
 	newicon icon.xpm ${PN}.xpm
 	make_desktop_entry ${PN} "Heretic II"
 






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

* [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild
@ 2011-12-14 17:13 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-14 17:13 UTC (permalink / raw
  To: gentoo-commits

vapier      11/12/14 17:13:02

  Modified:             ChangeLog heretic2-1.06c.ebuild
  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.9                  games-action/heretic2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	17 Nov 2011 19:00:31 -0000	1.8
+++ ChangeLog	14 Dec 2011 17:13:02 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/heretic2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.8 2011/11/17 19:00:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.9 2011/12/14 17:13:02 vapier Exp $
+
+  14 Dec 2011; Mike Frysinger <vapier@gentoo.org> heretic2-1.06c.ebuild:
+  The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
+  has ACCEPT_LICENSE), so drop it here too.
 
   17 Nov 2011; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Change developer's email



1.9                  games-action/heretic2/heretic2-1.06c.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?r1=1.8&r2=1.9

Index: heretic2-1.06c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- heretic2-1.06c.ebuild	18 May 2011 03:22:32 -0000	1.8
+++ heretic2-1.06c.ebuild	14 Dec 2011 17:13:02 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.8 2011/05/18 03:22:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.9 2011/12/14 17:13:02 vapier Exp $
 
 inherit eutils multilib games
 
@@ -29,8 +29,6 @@
 
 S=${WORKDIR}
 
-GAMES_CHECK_LICENSE="yes"
-
 src_unpack() {
 	cdrom_get_cds bin/x86/glibc-2.1/${PN}
 	mkdir ${A}






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

* [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild
@ 2012-01-16 20:15 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-01-16 20:15 UTC (permalink / raw
  To: gentoo-commits

ulm         12/01/16 20:15:22

  Modified:             ChangeLog heretic2-1.06c.ebuild
  Log:
  Migrate to cdrom.eclass, bug 398809.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 games-action/heretic2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	14 Dec 2011 17:13:02 -0000	1.9
+++ ChangeLog	16 Jan 2012 20:15:22 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/heretic2
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.9 2011/12/14 17:13:02 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.10 2012/01/16 20:15:22 ulm Exp $
+
+  16 Jan 2012; Ulrich Müller <ulm@gentoo.org> heretic2-1.06c.ebuild:
+  Migrate to cdrom.eclass, bug 398809.
 
   14 Dec 2011; Mike Frysinger <vapier@gentoo.org> heretic2-1.06c.ebuild:
   The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now



1.10                 games-action/heretic2/heretic2-1.06c.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?r1=1.9&r2=1.10

Index: heretic2-1.06c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- heretic2-1.06c.ebuild	14 Dec 2011 17:13:02 -0000	1.9
+++ heretic2-1.06c.ebuild	16 Jan 2012 20:15:22 -0000	1.10
@@ -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/heretic2/heretic2-1.06c.ebuild,v 1.9 2011/12/14 17:13:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.10 2012/01/16 20:15:22 ulm Exp $
 
-inherit eutils multilib games
+inherit eutils cdrom multilib games
 
 DESCRIPTION="Third-person classic magical action-adventure game"
 HOMEPAGE="http://lokigames.com/products/heretic2/
@@ -16,7 +16,6 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="strip"
-PROPERTIES="interactive"
 QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/${PN}/base/*.so"
 
 DEPEND="games-util/loki_patch"






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

* [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild
@ 2012-02-05  5:00 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2012-02-05  5:00 UTC (permalink / raw
  To: gentoo-commits

vapier      12/02/05 05:00:48

  Modified:             ChangeLog heretic2-1.06c.ebuild
  Log:
  Move to new unpacker eclass for unpack_makeself.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 games-action/heretic2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 Jan 2012 20:15:22 -0000	1.10
+++ ChangeLog	5 Feb 2012 05:00:48 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/heretic2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.10 2012/01/16 20:15:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.11 2012/02/05 05:00:48 vapier Exp $
+
+  05 Feb 2012; Mike Frysinger <vapier@gentoo.org> heretic2-1.06c.ebuild:
+  Move to new unpacker eclass for unpack_makeself.
 
   16 Jan 2012; Ulrich Müller <ulm@gentoo.org> heretic2-1.06c.ebuild:
   Migrate to cdrom.eclass, bug 398809.



1.11                 games-action/heretic2/heretic2-1.06c.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild?r1=1.10&r2=1.11

Index: heretic2-1.06c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- heretic2-1.06c.ebuild	16 Jan 2012 20:15:22 -0000	1.10
+++ heretic2-1.06c.ebuild	5 Feb 2012 05:00:48 -0000	1.11
@@ -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/heretic2/heretic2-1.06c.ebuild,v 1.10 2012/01/16 20:15:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.11 2012/02/05 05:00:48 vapier Exp $
 
-inherit eutils cdrom multilib games
+inherit eutils unpacker cdrom multilib games
 
 DESCRIPTION="Third-person classic magical action-adventure game"
 HOMEPAGE="http://lokigames.com/products/heretic2/






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

* [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild
@ 2015-03-14 18:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2015-03-14 18:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/03/14 18:05:51

  Modified:             ChangeLog
  Removed:              heretic2-1.06c.ebuild
  Log:
  Drop old versions that require emul-linux-x86 packages.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.15                 games-action/heretic2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Feb 2015 13:41:32 -0000	1.14
+++ ChangeLog	14 Mar 2015 18:05:51 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/heretic2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.14 2015/02/01 13:41:32 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.15 2015/03/14 18:05:51 mgorny Exp $
+
+  14 Mar 2015; Michał Górny <mgorny@gentoo.org> -heretic2-1.06c.ebuild:
+  Drop old versions that require emul-linux-x86 packages.
 
   01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> heretic2-1.06c-r1.ebuild:
   amd64/x86 stable wrt bug #535892





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

end of thread, other threads:[~2015-03-14 18:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-14 18:05 [gentoo-commits] gentoo-x86 commit in games-action/heretic2: ChangeLog heretic2-1.06c.ebuild Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-05  5:00 Mike Frysinger (vapier)
2012-01-16 20:15 Ulrich Mueller (ulm)
2011-12-14 17:13 Mike Frysinger (vapier)
2011-05-18  3:22 Michael Sterrett (mr_bones_)
2009-11-02 20:45 Markus Meier (maekke)
2009-09-24 16:17 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