summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-02-06 19:08:15 +0000
committerPacho Ramos <pacho@gentoo.org>2014-02-06 19:08:15 +0000
commitf08af1acb10886fde6e3dfb3e9a3ffdc18a8338b (patch)
tree2fe0ef85bf4eb9d95fc07a99292ebf4a57e3a5f4 /app-editors
parentMarked ~hppa (bug #499468). (diff)
downloadgentoo-2-f08af1acb10886fde6e3dfb3e9a3ffdc18a8338b.tar.gz
gentoo-2-f08af1acb10886fde6e3dfb3e9a3ffdc18a8338b.tar.bz2
gentoo-2-f08af1acb10886fde6e3dfb3e9a3ffdc18a8338b.zip
Clean pyc files properly (#500506 by Fred)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gedit/ChangeLog5
-rw-r--r--app-editors/gedit/gedit-2.30.4.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog
index a76fc2b6ad7e..476ee376a880 100644
--- a/app-editors/gedit/ChangeLog
+++ b/app-editors/gedit/ChangeLog
@@ -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 <pacho@gentoo.org> gedit-2.30.4.ebuild:
+ Clean pyc files properly (#500506 by Fred)
05 Jan 2014; Alexandre Rostovtsev <tetromino@gentoo.org> gedit-2.30.4.ebuild,
+files/gedit-2.30.4-underlinking.patch:
diff --git a/app-editors/gedit/gedit-2.30.4.ebuild b/app-editors/gedit/gedit-2.30.4.ebuild
index 8e2161eb42f5..c09244797268 100644
--- a/app-editors/gedit/gedit-2.30.4.ebuild
+++ b/app-editors/gedit/gedit-2.30.4.ebuild
@@ -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 @@ src_prepare() {
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() {