From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JG1o6-0005bm-RX for garchives@archives.gentoo.org; Sat, 19 Jan 2008 00:43:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E38E0762; Sat, 19 Jan 2008 00:43:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C10C5E0762 for ; Sat, 19 Jan 2008 00:43:33 +0000 (UTC) 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 4CD5265185 for ; Sat, 19 Jan 2008 00:43:33 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JG1o4-00016l-2h for gentoo-commits@lists.gentoo.org; Sat, 19 Jan 2008 00:43:32 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-sports/gracer: gracer-0.1.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gracer-0.1.5.ebuild ChangeLog X-VCS-Directories: games-sports/gracer X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Sat, 19 Jan 2008 00:43:32 +0000 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: 4842d2ec-cc05-48fa-8bd9-63d22f0b35b1 X-Archives-Hash: b6782bdb33647b72c89bb96ff5641ca0 mr_bones_ 08/01/19 00:43:32 Modified: gracer-0.1.5.ebuild ChangeLog Log: deps actually are hard (bug #206415) (Portage version: 2.1.3.19) Revision Changes Path 1.17 games-sports/gracer/gracer-0.1.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/grace= r/gracer-0.1.5.ebuild?rev=3D1.17&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/grace= r/gracer-0.1.5.ebuild?rev=3D1.17&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/grace= r/gracer-0.1.5.ebuild?r1=3D1.16&r2=3D1.17 Index: gracer-0.1.5.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-sports/gracer/gracer-0.1.5.ebuild= ,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gracer-0.1.5.ebuild 20 Oct 2006 06:53:23 -0000 1.16 +++ gracer-0.1.5.ebuild 19 Jan 2008 00:43:31 -0000 1.17 @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebui= ld,v 1.16 2006/10/20 06:53:23 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebui= ld,v 1.17 2008/01/19 00:43:31 mr_bones_ Exp $ =20 inherit eutils games =20 @@ -11,7 +11,7 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"amd64 ppc sparc x86" -IUSE=3D"gif jpeg png joystick" +IUSE=3D"joystick" =20 DEPEND=3D"x11-libs/libXi x11-libs/libXmu @@ -19,9 +19,9 @@ virtual/glut virtual/opengl dev-lang/tcl - gif? ( media-libs/giflib ) - jpeg? ( media-libs/jpeg ) - png? ( media-libs/libpng ) + media-libs/giflib + media-libs/jpeg + media-libs/libpng media-libs/plib" =20 src_unpack() { @@ -34,10 +34,10 @@ =20 src_compile() { egamesconf \ + --enable-gif \ + --enable-jpeg \ + --enable-png \ $(use_enable joystick) \ - $(use_enable gif) \ - $(use_enable jpeg) \ - $(use_enable png) \ || die sed -i \ -e 's:-lplibsl:-lplibsl -lplibul:' $(find -name Makefile) \ 1.17 games-sports/gracer/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/grace= r/ChangeLog?rev=3D1.17&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/grace= r/ChangeLog?rev=3D1.17&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/grace= r/ChangeLog?r1=3D1.16&r2=3D1.17 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-sports/gracer/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 21 Feb 2007 23:54:04 -0000 1.16 +++ ChangeLog 19 Jan 2008 00:43:31 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for games-sports/gracer -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.16 = 2007/02/21 23:54:04 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.17 = 2008/01/19 00:43:31 mr_bones_ Exp $ + + 19 Jan 2008; Michael Sterrett gracer-0.1.5.ebui= ld: + deps actually are hard (bug #206415) =20 21 Feb 2007; Piotr Jaroszy=C5=84ski ChangeLog: Transition to Manifest2. --=20 gentoo-commits@lists.gentoo.org mailing list