From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZliU-00009Q-Qf for garchives@archives.gentoo.org; Wed, 30 May 2012 16:25:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 610D2E073A; Wed, 30 May 2012 16:25:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 238B3E073A for ; Wed, 30 May 2012 16:25:39 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57EB01B4028 for ; Wed, 30 May 2012 16:25:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id 14FA12004C; Wed, 30 May 2012 16:25:37 +0000 (UTC) From: "Maxim Koltsov (maksbotan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maksbotan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-fps/doomsday: doomsday-1.9.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: doomsday-1.9.8.ebuild ChangeLog X-VCS-Directories: games-fps/doomsday X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Message-Id: <20120530162537.14FA12004C@flycatcher.gentoo.org> Date: Wed, 30 May 2012 16:25:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 594dc27a-84a9-4943-a386-9e7905d7b6f4 X-Archives-Hash: 5d5601747b626ca8c91e5d706bf3aec4 maksbotan 12/05/30 16:25:37 Modified: doomsday-1.9.8.ebuild ChangeLog Log: Fix ebuild by games herd standards, thanks to Mr_Bones_ =20 (Portage version: 2.1.10.63/cvs/Linux x86_64) Revision Changes Path 1.3 games-fps/doomsday/doomsday-1.9.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday= /doomsday-1.9.8.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday= /doomsday-1.9.8.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday= /doomsday-1.9.8.ebuild?r1=3D1.2&r2=3D1.3 Index: doomsday-1.9.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8.ebuil= d,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- doomsday-1.9.8.ebuild 30 May 2012 10:45:21 -0000 1.2 +++ doomsday-1.9.8.ebuild 30 May 2012 16:25:36 -0000 1.3 @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8.ebu= ild,v 1.2 2012/05/30 10:45:21 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8.ebu= ild,v 1.3 2012/05/30 16:25:36 maksbotan Exp $ =20 EAPI=3D4 =20 PYTHON_DEPEND=3D"snowberry? 2" =20 -inherit python confutils eutils games qt4-r2 +inherit python confutils eutils qt4-r2 games =20 DESCRIPTION=3D"A modern gaming engine for Doom, Heretic, and Hexen" HOMEPAGE=3D"http://www.dengine.net/" @@ -20,23 +20,21 @@ DEPEND=3D" virtual/opengl virtual/glu - media-libs/libsdl[joystick] + media-libs/libsdl[joystick,audio] media-libs/sdl-mixer media-libs/libpng x11-libs/qt-opengl x11-libs/qt-gui net-misc/curl - openal? ( media-libs/openal ) - " -RDEPEND=3D"${RDEPEND} + openal? ( media-libs/openal )" +RDEPEND=3D"${DEPEND} snowberry? ( dev-python/wxpython )" PDEPEND=3D" demo? ( games-fps/doom-data ) freedoom? ( games-fps/freedoom ) - resources? ( games-fps/doomsday-resources ) - " + resources? ( games-fps/doomsday-resources )" =20 -S=3D"${S}"/${PN} +S=3D${S}/${PN} =20 REQUIRED_USE=3D"demo? ( doom ) freedoom? ( doom ) resources? ( doom )" PATCHES=3D( "${FILESDIR}"/${P}-2to3.patch ) @@ -56,7 +54,7 @@ =20 if use openal; then echo "CONFIG +=3D deng_openal" >> config_user.pri - sed -i 's:\# Generic Unix.:LIBS +=3D -lopenal:' doomsday/dep_openal.pr= i + sed -i 's:\# Generic Unix.:LIBS +=3D -lopenal:' dep_openal.pri || die epatch "${FILESDIR}"/${P}-openal-link.patch fi =20 @@ -72,6 +70,10 @@ make_desktop_entry $name "${de_title}" ${icon} } =20 +src_configure() { + qt4-r2_src_configure +} + src_install() { qt4-r2_src_install =20 1.44 games-fps/doomsday/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday= /ChangeLog?rev=3D1.44&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday= /ChangeLog?rev=3D1.44&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday= /ChangeLog?r1=3D1.43&r2=3D1.44 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 30 May 2012 10:45:21 -0000 1.43 +++ ChangeLog 30 May 2012 16:25:36 -0000 1.44 @@ -1,6 +1,10 @@ # ChangeLog for games-fps/doomsday # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v 1.43 2= 012/05/30 10:45:21 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v 1.44 2= 012/05/30 16:25:36 maksbotan Exp $ + + 30 May 2012; Maxim Koltsov doomsday-1.9.8.ebuil= d, + files/doomsday-1.9.8-2to3.patch: + Fix ebuild by games herd standards, thanks to Mr_Bones_ =20 30 May 2012; Maxim Koltsov doomsday-1.9.8.ebuil= d, files/doomsday-1.9.8-2to3.patch: