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 1Ixocm-0005qm-Rl for garchives@archives.gentoo.org; Thu, 29 Nov 2007 19:00:37 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lATJ0XNH013443; Thu, 29 Nov 2007 19:00:33 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 lATJ0WtM013406 for ; Thu, 29 Nov 2007 19:00:32 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 4692A64E98 for ; Thu, 29 Nov 2007 19:00:32 +0000 (UTC) Received: from jer by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Ixoch-00047j-7b for gentoo-commits@lists.gentoo.org; Thu, 29 Nov 2007 19:00:31 +0000 From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit: ChangeLog gedit-2.20.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog gedit-2.20.3.ebuild X-VCS-Directories: app-editors/gedit X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Jeroen Roovers Date: Thu, 29 Nov 2007 19:00:31 +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: 87c27f95-a37d-4bc7-afc0-f75ab27ebdc8 X-Archives-Hash: 7b562140d4e84479359c3d6e310a62d0 jer 07/11/29 19:00:31 Modified: ChangeLog gedit-2.20.3.ebuild Log: Apply a new libattr patch to 2.20.3 (bug #191989). (Portage version: 2.1.4_rc4) Revision Changes Path 1.221 app-editors/gedit/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.221&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.221&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.220&r2=1.221 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- ChangeLog 29 Nov 2007 18:37:04 -0000 1.220 +++ ChangeLog 29 Nov 2007 19:00:30 -0000 1.221 @@ -1,6 +1,10 @@ # ChangeLog for app-editors/gedit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.220 2007/11/29 18:37:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.221 2007/11/29 19:00:30 jer Exp $ + + 29 Nov 2007; Jeroen Roovers + +files/gedit-2.20.3-libattr.patch, gedit-2.20.3.ebuild: + Apply a new libattr patch to 2.20.3 (bug #191989). 29 Nov 2007; Jeroen Roovers gedit-2.20.3.ebuild: Reverting applying the libattr patch (which does not work as intended for 1.9 app-editors/gedit/gedit-2.20.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/gedit-2.20.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/gedit-2.20.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/gedit/gedit-2.20.3.ebuild?r1=1.8&r2=1.9 Index: gedit-2.20.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.20.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gedit-2.20.3.ebuild 29 Nov 2007 18:37:04 -0000 1.8 +++ gedit-2.20.3.ebuild 29 Nov 2007 19:00:30 -0000 1.9 @@ -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/app-editors/gedit/gedit-2.20.3.ebuild,v 1.8 2007/11/29 18:37:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.20.3.ebuild,v 1.9 2007/11/29 19:00:30 jer Exp $ inherit gnome2 eutils autotools @@ -61,5 +61,8 @@ # chown on fbsd doesn't have --reference. Bug #183691 epatch "${FILESDIR}"/${PN}-2.18.1-fbsd.patch + # Make libattr optional; bug #191989 + epatch "${FILESDIR}"/${P}-libattr.patch + AT_M4DIR="./m4" eautoreconf } -- gentoo-commits@gentoo.org mailing list