From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Iy8YD-00039O-Sb for garchives@archives.gentoo.org; Fri, 30 Nov 2007 16:17:14 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAUGH9Z5015813; Fri, 30 Nov 2007 16:17:09 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAUGH8oH015785 for ; Fri, 30 Nov 2007 16:17:09 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 94D8664BBF for ; Fri, 30 Nov 2007 16:17:08 +0000 (UTC) Received: from nyhm by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Iy8Y7-00034j-Ee for gentoo-commits@lists.gentoo.org; Fri, 30 Nov 2007 16:17:07 +0000 From: "Tristan Heaven (nyhm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nyhm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: ChangeLog irrlicht-1.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog irrlicht-1.4.ebuild X-VCS-Directories: dev-games/irrlicht X-VCS-Committer: nyhm X-VCS-Committer-Name: Tristan Heaven Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Tristan Heaven Date: Fri, 30 Nov 2007 16:17:07 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 82e5e8cf-0fa3-4b38-ad30-d976f9977948 X-Archives-Hash: a00532b8ea3c36c3a1bda9b01e34d1fa 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 + +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