public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-misc/yadex: yadex-1.7.0.ebuild ChangeLog
@ 2009-01-29  8:40 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-29  8:40 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/29 08:40:12

  Modified:             yadex-1.7.0.ebuild ChangeLog
  Log:
  EAPI=2; respect CC
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.10                 games-misc/yadex/yadex-1.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?r1=1.9&r2=1.10

Index: yadex-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yadex-1.7.0.ebuild	6 Dec 2006 00:03:18 -0000	1.9
+++ yadex-1.7.0.ebuild	29 Jan 2009 08:40:12 -0000	1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v 1.9 2006/12/06 00:03:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v 1.10 2009/01/29 08:40:12 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="A Doom level (wad) editor"
@@ -16,8 +17,7 @@
 
 DEPEND="x11-libs/libX11"
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	sed -i \
 		-e '/iwad/s/local\///' \
 		"${S}"/yadex.cfg \
@@ -27,10 +27,13 @@
 	touch -t 196910101010 "${S}"/src/wadlist.cc
 }
 
-src_compile() {
+src_configure() {
 	# not an autoconf script
 	./configure --prefix="/usr" || die "configure failed"
-	emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "emake failed"
+}
+
+src_compile() {
+	emake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "emake failed"
 }
 
 src_install() {



1.8                  games-misc/yadex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	27 Sep 2006 14:06:44 -0000	1.7
+++ ChangeLog	29 Jan 2009 08:40:12 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/yadex
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.7 2006/09/27 14:06:44 nyhm Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.8 2009/01/29 08:40:12 mr_bones_ Exp $
+
+  29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> yadex-1.7.0.ebuild:
+  EAPI=2; respect CC
 
   27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> yadex-1.7.0.ebuild:
   Add inherit eutils






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

* [gentoo-commits] gentoo-x86 commit in games-misc/yadex: yadex-1.7.0.ebuild ChangeLog
@ 2009-08-05  2:53 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-08-05  2:53 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/08/05 02:53:29

  Modified:             yadex-1.7.0.ebuild ChangeLog
  Log:
  fix building with gcc44 with patch from Fredric Johansson (bug #274001)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.11                 games-misc/yadex/yadex-1.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild?r1=1.10&r2=1.11

Index: yadex-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- yadex-1.7.0.ebuild	29 Jan 2009 08:40:12 -0000	1.10
+++ yadex-1.7.0.ebuild	5 Aug 2009 02:53:29 -0000	1.11
@@ -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-misc/yadex/yadex-1.7.0.ebuild,v 1.10 2009/01/29 08:40:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v 1.11 2009/08/05 02:53:29 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -22,9 +22,11 @@
 		-e '/iwad/s/local\///' \
 		"${S}"/yadex.cfg \
 		|| die "sed yadex.cfg failed"
-	epatch "${FILESDIR}/${P}"-NULL-is-not-zero.patch
+	epatch "${FILESDIR}/${P}"-NULL-is-not-zero.patch \
+		"${FILESDIR}/${P}"-elif.patch
 	# Force the patched file to be old, otherwise the compile fails
 	touch -t 196910101010 "${S}"/src/wadlist.cc
+	touch -t 196910101010 "${S}"/src/gfx.cc
 }
 
 src_configure() {



1.9                  games-misc/yadex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 Jan 2009 08:40:12 -0000	1.8
+++ ChangeLog	5 Aug 2009 02:53:29 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/yadex
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.8 2009/01/29 08:40:12 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.9 2009/08/05 02:53:29 mr_bones_ Exp $
+
+  05 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> yadex-1.7.0.ebuild,
+  +files/yadex-1.7.0-elif.patch:
+  fix building with gcc44 with patch from Fredric Johansson (bug #274001)
 
   29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> yadex-1.7.0.ebuild:
   EAPI=2; respect CC






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

* [gentoo-commits] gentoo-x86 commit in games-misc/yadex: yadex-1.7.0.ebuild ChangeLog
@ 2015-02-06 22:15 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-02-06 22:15 UTC (permalink / raw
  To: gentoo-commits

tupone      15/02/06 22:15:03

  Modified:             yadex-1.7.0.ebuild ChangeLog
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.12                 games-misc/yadex/yadex-1.7.0.ebuild

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

Index: yadex-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- yadex-1.7.0.ebuild	5 Aug 2009 02:53:29 -0000	1.11
+++ yadex-1.7.0.ebuild	6 Feb 2015 22:15:03 -0000	1.12
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v 1.11 2009/08/05 02:53:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v 1.12 2015/02/06 22:15:03 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="A Doom level (wad) editor"
@@ -16,6 +16,7 @@
 RESTRICT="test"
 
 DEPEND="x11-libs/libX11"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	sed -i \
@@ -25,8 +26,8 @@
 	epatch "${FILESDIR}/${P}"-NULL-is-not-zero.patch \
 		"${FILESDIR}/${P}"-elif.patch
 	# Force the patched file to be old, otherwise the compile fails
-	touch -t 196910101010 "${S}"/src/wadlist.cc
-	touch -t 196910101010 "${S}"/src/gfx.cc
+	touch -t 197010101010 "${S}"/src/wadlist.cc
+	touch -t 197010101010 "${S}"/src/gfx.cc
 }
 
 src_configure() {
@@ -35,17 +36,17 @@
 }
 
 src_compile() {
-	emake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "emake failed"
+	emake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
 }
 
 src_install() {
-	dogamesbin obj/0/yadex || die "dogamesbin failed"
+	dogamesbin obj/0/yadex
 	insinto "${GAMES_DATADIR}/${PN}/${PV}"
-	doins ygd/* || die "doins failed (data)"
+	doins ygd/*
 	doman doc/yadex.6
 	dodoc CHANGES FAQ README TODO VERSION
 	dohtml doc/*
 	insinto /etc/yadex/${PV}
-	doins yadex.cfg || die "doins failed (cfg)"
+	doins yadex.cfg
 	prepgamesdirs
 }



1.10                 games-misc/yadex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Aug 2009 02:53:29 -0000	1.9
+++ ChangeLog	6 Feb 2015 22:15:03 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/yadex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.9 2009/08/05 02:53:29 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.10 2015/02/06 22:15:03 tupone Exp $
+
+  06 Feb 2015; Tupone Alfredo <tupone@gentoo.org> yadex-1.7.0.ebuild:
+  EAPI 5
 
   05 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> yadex-1.7.0.ebuild,
   +files/yadex-1.7.0-elif.patch:





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

end of thread, other threads:[~2015-02-06 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29  8:40 [gentoo-commits] gentoo-x86 commit in games-misc/yadex: yadex-1.7.0.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-05  2:53 Michael Sterrett (mr_bones_)
2015-02-06 22:15 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