public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: ChangeLog irrlicht-1.4.ebuild
@ 2007-11-30 16:17 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 4+ messages in thread
From: Tristan Heaven (nyhm) @ 2007-11-30 16:17 UTC (permalink / raw
  To: gentoo-commits

nyhm        07/11/30 16:17:07

  Modified:             ChangeLog
  Added:                irrlicht-1.4.ebuild
  Log:
  Version bump
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.23                 dev-games/irrlicht/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	23 Jul 2007 19:50:02 -0000	1.22
+++ ChangeLog	30 Nov 2007 16:17:06 -0000	1.23
@@ -1,6 +1,13 @@
 # ChangeLog for dev-games/irrlicht
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.22 2007/07/23 19:50:02 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.23 2007/11/30 16:17:06 nyhm Exp $
+
+*irrlicht-1.4 (30 Nov 2007)
+
+  30 Nov 2007; Tristan Heaven <nyhm@gentoo.org>
+  +files/irrlicht-1.4-config.patch, +files/irrlicht-1.4-demoMake.patch,
+  +irrlicht-1.4.ebuild:
+  Version bump
 
 *irrlicht-1.3.1 (23 Jul 2007)
 



1.1                  dev-games/irrlicht/irrlicht-1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.1&content-type=text/plain

Index: irrlicht-1.4.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild,v 1.1 2007/11/30 16:17:06 nyhm Exp $

inherit eutils

DESCRIPTION="open source high performance realtime 3D engine written in C++"
HOMEPAGE="http://irrlicht.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"

RDEPEND="media-libs/jpeg
	media-libs/libpng
	virtual/opengl
	virtual/glu
	x11-libs/libX11"
DEPEND="${RDEPEND}
	app-arch/unzip
	x11-proto/xproto
	x11-proto/xf86vidmodeproto"

S=${WORKDIR}/${P}/source/Irrlicht

src_unpack() {
	unpack ${A}
	cd ${P}
	epatch \
		"${FILESDIR}"/${P}-config.patch \
		"${FILESDIR}"/${P}-demoMake.patch

	cd "${S}"
	sed -i \
		-e '/^CXXFLAGS/s:=:+=:' \
		-e '/^CXXINCS/s:-Izlib -Ijpeglib -Ilibpng::' \
		-e '/^ZLIBOBJ/d' \
		-e '/^JPEGLIBOBJ/d' \
		-e '/^LIBPNGOBJ/d' \
		Makefile || die "sed failed"
}

src_compile() {
	emake CXX="$(tc-getCXX)" || die "emake failed"
}

src_install() {
	cd ../..
	dolib.a lib/Linux/libIrrlicht.a || die "dolib.a failed"
	insinto /usr/include/${PN}
	doins include/* || die "doins failed"
	dodoc changes.txt readme.txt
	if use doc ; then
		insinto /usr/share/doc/${PF}
		doins -r examples media || die "doins failed"
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: ChangeLog irrlicht-1.4.ebuild
@ 2008-05-10 11:02 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-05-10 11:02 UTC (permalink / raw
  To: gentoo-commits

opfer       08/05/10 11:02:15

  Modified:             ChangeLog irrlicht-1.4.ebuild
  Log:
  stable x86, bug 221167
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.24                 dev-games/irrlicht/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	30 Nov 2007 16:17:06 -0000	1.23
+++ ChangeLog	10 May 2008 11:02:15 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/irrlicht
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.23 2007/11/30 16:17:06 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.24 2008/05/10 11:02:15 opfer Exp $
+
+  10 May 2008; Christian Faulhammer <opfer@gentoo.org> irrlicht-1.4.ebuild:
+  stable x86, bug 221167
 
 *irrlicht-1.4 (30 Nov 2007)
 



1.2                  dev-games/irrlicht/irrlicht-1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?r1=1.1&r2=1.2

Index: irrlicht-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- irrlicht-1.4.ebuild	30 Nov 2007 16:17:06 -0000	1.1
+++ irrlicht-1.4.ebuild	10 May 2008 11:02:15 -0000	1.2
@@ -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/dev-games/irrlicht/irrlicht-1.4.ebuild,v 1.1 2007/11/30 16:17:06 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild,v 1.2 2008/05/10 11:02:15 opfer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="doc"
 
 RDEPEND="media-libs/jpeg



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



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

* [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: ChangeLog irrlicht-1.4.ebuild
@ 2008-05-10 11:43 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-05-10 11:43 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/05/10 11:43:07

  Modified:             ChangeLog irrlicht-1.4.ebuild
  Log:
  Stable on ppc wrt bug 221167
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.25                 dev-games/irrlicht/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	10 May 2008 11:02:15 -0000	1.24
+++ ChangeLog	10 May 2008 11:43:07 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/irrlicht
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.24 2008/05/10 11:02:15 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.25 2008/05/10 11:43:07 nixnut Exp $
+
+  10 May 2008; nixnut <nixnut@gentoo.org> irrlicht-1.4.ebuild:
+  Stable on ppc wrt bug 221167
 
   10 May 2008; Christian Faulhammer <opfer@gentoo.org> irrlicht-1.4.ebuild:
   stable x86, bug 221167



1.3                  dev-games/irrlicht/irrlicht-1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?r1=1.2&r2=1.3

Index: irrlicht-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- irrlicht-1.4.ebuild	10 May 2008 11:02:15 -0000	1.2
+++ irrlicht-1.4.ebuild	10 May 2008 11:43:07 -0000	1.3
@@ -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/dev-games/irrlicht/irrlicht-1.4.ebuild,v 1.2 2008/05/10 11:02:15 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild,v 1.3 2008/05/10 11:43:07 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="doc"
 
 RDEPEND="media-libs/jpeg



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



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

* [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: ChangeLog irrlicht-1.4.ebuild
@ 2008-05-11 16:19 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-05-11 16:19 UTC (permalink / raw
  To: gentoo-commits

maekke      08/05/11 16:19:42

  Modified:             ChangeLog irrlicht-1.4.ebuild
  Log:
  amd64 stable, bug 221167
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.26                 dev-games/irrlicht/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	10 May 2008 11:43:07 -0000	1.25
+++ ChangeLog	11 May 2008 16:19:42 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/irrlicht
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.25 2008/05/10 11:43:07 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.26 2008/05/11 16:19:42 maekke Exp $
+
+  11 May 2008; Markus Meier <maekke@gentoo.org> irrlicht-1.4.ebuild:
+  amd64 stable, bug 221167
 
   10 May 2008; nixnut <nixnut@gentoo.org> irrlicht-1.4.ebuild:
   Stable on ppc wrt bug 221167



1.4                  dev-games/irrlicht/irrlicht-1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild?r1=1.3&r2=1.4

Index: irrlicht-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- irrlicht-1.4.ebuild	10 May 2008 11:43:07 -0000	1.3
+++ irrlicht-1.4.ebuild	11 May 2008 16:19:42 -0000	1.4
@@ -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/dev-games/irrlicht/irrlicht-1.4.ebuild,v 1.3 2008/05/10 11:43:07 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.4.ebuild,v 1.4 2008/05/11 16:19:42 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc"
 
 RDEPEND="media-libs/jpeg



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



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

end of thread, other threads:[~2008-05-11 16:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 11:02 [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: ChangeLog irrlicht-1.4.ebuild Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-11 16:19 Markus Meier (maekke)
2008-05-10 11:43 Gysbert Wassenaar (nixnut)
2007-11-30 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