From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABDD7138B43 for ; Thu, 6 Feb 2014 19:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71711E0A65; Thu, 6 Feb 2014 19:08:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AEE4E0A65 for ; Thu, 6 Feb 2014 19:08:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D42133EE84 for ; Thu, 6 Feb 2014 19:08:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id C2E632004C; Thu, 6 Feb 2014 19:08:15 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit: gedit-2.30.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gedit-2.30.4.ebuild ChangeLog X-VCS-Directories: app-editors/gedit X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140206190815.C2E632004C@flycatcher.gentoo.org> Date: Thu, 6 Feb 2014 19:08:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 64a9e845-b4d2-4651-884a-0ed336412249 X-Archives-Hash: 8200990a7f90c3fcbc4841e17804b095 pacho 14/02/06 19:08:15 Modified: gedit-2.30.4.ebuild ChangeLog Log: Clean pyc files properly (#500506 by Fred) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.15 app-editors/gedit/gedit-2.30.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild?r1=1.14&r2=1.15 Index: gedit-2.30.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gedit-2.30.4.ebuild 5 Jan 2014 08:17:07 -0000 1.14 +++ gedit-2.30.4.ebuild 6 Feb 2014 19:08:15 -0000 1.15 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.14 2014/01/05 08:17:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.15 2014/02/06 19:08:15 pacho Exp $ EAPI="3" GCONF_DEBUG="no" @@ -70,9 +70,7 @@ gnome2_src_prepare - # disable pyc compiling - mv "${S}"/py-compile "${S}"/py-compile.orig - ln -s $(type -P true) "${S}"/py-compile + python_clean_py-compile_files } pkg_postinst() { 1.363 app-editors/gedit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.363&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?rev=1.363&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/ChangeLog?r1=1.362&r2=1.363 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v retrieving revision 1.362 retrieving revision 1.363 diff -u -r1.362 -r1.363 --- ChangeLog 5 Jan 2014 08:17:07 -0000 1.362 +++ ChangeLog 6 Feb 2014 19:08:15 -0000 1.363 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gedit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.362 2014/01/05 08:17:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.363 2014/02/06 19:08:15 pacho Exp $ + + 06 Feb 2014; Pacho Ramos gedit-2.30.4.ebuild: + Clean pyc files properly (#500506 by Fred) 05 Jan 2014; Alexandre Rostovtsev gedit-2.30.4.ebuild, +files/gedit-2.30.4-underlinking.patch: