summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-01 23:31:50 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-01 23:31:50 +0000
commit01b30eecc6ea0bec49541559b65ce08039c59805 (patch)
tree626fbecd8024b7b61253d304a592c74524927fa3 /sys-devel
parentFix installed module byte-compilation. (diff)
downloadgentoo-2-01b30eecc6ea0bec49541559b65ce08039c59805.tar.gz
gentoo-2-01b30eecc6ea0bec49541559b65ce08039c59805.tar.bz2
gentoo-2-01b30eecc6ea0bec49541559b65ce08039c59805.zip
Fix installed module byte-compilation.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/ChangeLog10
-rw-r--r--sys-devel/distcc/distcc-3.2_rc1-r2.ebuild (renamed from sys-devel/distcc/distcc-3.2_rc1-r1.ebuild)7
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 61d8c1645378..5e340727f27e 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/distcc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.238 2014/11/02 10:10:01 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.239 2015/01/01 23:31:50 mgorny Exp $
+
+*distcc-3.2_rc1-r2 (01 Jan 2015)
+
+ 01 Jan 2015; Michał Górny <mgorny@gentoo.org> +distcc-3.2_rc1-r2.ebuild,
+ -distcc-3.2_rc1-r1.ebuild:
+ Fix installed module byte-compilation.
02 Nov 2014; Sven Vermeulen <swift@gentoo.org> distcc-3.1-r10.ebuild,
distcc-3.2_rc1-r1.ebuild:
diff --git a/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild
index 4009b79fafb3..9fc4da101d75 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r1.ebuild,v 1.2 2014/11/02 10:10:01 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild,v 1.1 2015/01/01 23:31:50 mgorny Exp $
EAPI=5
@@ -97,6 +97,7 @@ src_configure() {
src_install() {
default
+ python_optimize
dobin "${FILESDIR}/3.0/distcc-config"
@@ -164,7 +165,6 @@ pkg_postinst() {
fi
fi
- python_mod_optimize include_server
use gnome && fdo-mime_desktop_database_update
elog
@@ -200,6 +200,5 @@ pkg_postrm() {
rmdir "${EPREFIX}${DCCC_PATH}"
fi
- python_mod_cleanup include_server
use gnome && fdo-mime_desktop_database_update
}