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 1J2H47-0005ta-Pw for garchives@archives.gentoo.org; Wed, 12 Dec 2007 02:11:16 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBC2B8BP000842; Wed, 12 Dec 2007 02:11:08 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 lBC2B78Q000832 for ; Wed, 12 Dec 2007 02:11:08 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 A6E7BB4013 for ; Wed, 12 Dec 2007 02:11:07 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J2H3y-0002FA-K6 for gentoo-commits@lists.gentoo.org; Wed, 12 Dec 2007 02:11:06 +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-puzzle/magiccube4d: magiccube4d-2.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: magiccube4d-2.2.ebuild X-VCS-Directories: games-puzzle/magiccube4d X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Michael Sterrett Date: Wed, 12 Dec 2007 02:11:06 +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: 1f2bf40a-7b96-49a6-9678-3eadf002fb2d X-Archives-Hash: aeacc800b3c2bf6346e8edc37eef9ce2 mr_bones_ 07/12/12 02:11:06 Modified: magiccube4d-2.2.ebuild Log: more quoting (Portage version: 2.1.3.19) Revision Changes Path 1.12 games-puzzle/magiccube4d/magiccube4d-2.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild?r1=1.11&r2=1.12 Index: magiccube4d-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- magiccube4d-2.2.ebuild 12 Dec 2007 02:10:17 -0000 1.11 +++ magiccube4d-2.2.ebuild 12 Dec 2007 02:11:06 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.11 2007/12/12 02:10:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.12 2007/12/12 02:11:06 mr_bones_ Exp $ inherit eutils games @@ -21,7 +21,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch ${FILESDIR}/${PN}-EventHandler.patch \ + epatch "${FILESDIR}"/${PN}-EventHandler.patch \ "${FILESDIR}/${P}"-gcc41.patch \ "${FILESDIR}/${P}"-64bit-ptr.patch sed -i \ -- gentoo-commits@gentoo.org mailing list