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 1JsGwY-0005To-Tc for garchives@archives.gentoo.org; Sat, 03 May 2008 12:34:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD370E03E5; Sat, 3 May 2008 12:34:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D79DE03E5 for ; Sat, 3 May 2008 12:34:21 +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 22AC0667F4 for ; Sat, 3 May 2008 12:34:21 +0000 (UTC) Received: from keytoaster by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JsGwV-0005DW-Ph for gentoo-commits@lists.gentoo.org; Sat, 03 May 2008 12:34:19 +0000 From: "Tobias Heinlein (keytoaster)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, keytoaster@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/multi-aterm: multi-aterm-0.2.1-r1.ebuild multi-aterm-0.2.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: multi-aterm-0.2.1-r1.ebuild multi-aterm-0.2.1.ebuild X-VCS-Directories: x11-terms/multi-aterm X-VCS-Committer: keytoaster X-VCS-Committer-Name: Tobias Heinlein Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tobias Heinlein Date: Sat, 03 May 2008 12:34:19 +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: 0f586ba9-0730-4c4f-be14-fad7b10ac063 X-Archives-Hash: 5c8b599cc5b77d86d166b44175a3f9c6 keytoaster 08/05/03 12:34:19 Modified: multi-aterm-0.2.1-r1.ebuild multi-aterm-0.2.1.ebuild Log: Cleanup. (Portage version: 2.1.5_rc6) Revision Changes Path 1.2 x11-terms/multi-aterm/multi-aterm-0.2.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/multi-at= erm/multi-aterm-0.2.1-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/multi-at= erm/multi-aterm-0.2.1-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/multi-at= erm/multi-aterm-0.2.1-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: multi-aterm-0.2.1-r1.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/x11-terms/multi-aterm/multi-aterm-0.2.1= -r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multi-aterm-0.2.1-r1.ebuild 3 May 2008 11:58:56 -0000 1.1 +++ multi-aterm-0.2.1-r1.ebuild 3 May 2008 12:34:19 -0000 1.2 @@ -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/x11-terms/multi-aterm/multi-aterm-0.2= .1-r1.ebuild,v 1.1 2008/05/03 11:58:56 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.2= .1-r1.ebuild,v 1.2 2008/05/03 12:34:19 keytoaster Exp $ =20 inherit eutils =20 @@ -20,11 +20,11 @@ >=3Dsys-apps/sed-4" =20 src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" =20 epatch "${FILESDIR}/${PV}-initialize-vars.patch" -=09 + # Security bug #219754 epatch "${FILESDIR}/${P}-display-security-issue.patch" } 1.11 x11-terms/multi-aterm/multi-aterm-0.2.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/multi-at= erm/multi-aterm-0.2.1.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/multi-at= erm/multi-aterm-0.2.1.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/multi-at= erm/multi-aterm-0.2.1.ebuild?r1=3D1.10&r2=3D1.11 Index: multi-aterm-0.2.1.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/x11-terms/multi-aterm/multi-aterm-0.2.1= .ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- multi-aterm-0.2.1.ebuild 14 Apr 2007 15:49:16 -0000 1.10 +++ multi-aterm-0.2.1.ebuild 3 May 2008 12:34:19 -0000 1.11 @@ -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/x11-terms/multi-aterm/multi-aterm-0.2= .1.ebuild,v 1.10 2007/04/14 15:49:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/multi-aterm/multi-aterm-0.2= .1.ebuild,v 1.11 2008/05/03 12:34:19 keytoaster Exp $ =20 inherit eutils =20 @@ -21,9 +21,9 @@ =20 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" =20 - epatch ${FILESDIR}/${PV}-initialize-vars.patch + epatch "${FILESDIR}/${PV}-initialize-vars.patch" } =20 src_compile() { --=20 gentoo-commits@lists.gentoo.org mailing list