summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2012-06-07 04:19:26 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2012-06-07 04:19:26 +0000
commit8051cbe8ff0eeec643e84a335daa29a753a8463c (patch)
treebe25ec9f0277917ec9a33a636485c888e8567477 /sci-electronics/geda-xgsch2pcb
parentBug #419871: Drop comments that say /usr is not used. (diff)
downloadgentoo-2-8051cbe8ff0eeec643e84a335daa29a753a8463c.tar.gz
gentoo-2-8051cbe8ff0eeec643e84a335daa29a753a8463c.tar.bz2
gentoo-2-8051cbe8ff0eeec643e84a335daa29a753a8463c.zip
Bump EAPI and fix path for python_mod_{optimize,cleanup}. (Bug #416297)
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/geda-xgsch2pcb')
-rw-r--r--sci-electronics/geda-xgsch2pcb/ChangeLog8
-rw-r--r--sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r2.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/sci-electronics/geda-xgsch2pcb/ChangeLog b/sci-electronics/geda-xgsch2pcb/ChangeLog
index 4f716bff428e..1d02b4e05581 100644
--- a/sci-electronics/geda-xgsch2pcb/ChangeLog
+++ b/sci-electronics/geda-xgsch2pcb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/geda-xgsch2pcb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-xgsch2pcb/ChangeLog,v 1.7 2011/07/13 20:03:47 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-xgsch2pcb/ChangeLog,v 1.8 2012/06/07 04:19:26 tomjbe Exp $
+
+ 07 Jun 2012; Thomas Beierlein <tomjbe@gentoo.org>
+ geda-xgsch2pcb-0.1.3-r2.ebuild:
+ Bump EAPI and fix path for python_mod_{optimize,cleanup}. (Bug #416297)
13 Jul 2011; Markus Meier <maekke@gentoo.org> geda-xgsch2pcb-0.1.3-r2.ebuild:
x86 stable, bug #372261
diff --git a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r2.ebuild b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r2.ebuild
index 46ae624d7b82..4a46b48763ff 100644
--- a/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r2.ebuild
+++ b/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r2.ebuild,v 1.4 2011/07/13 20:03:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-xgsch2pcb/geda-xgsch2pcb-0.1.3-r2.ebuild,v 1.5 2012/06/07 04:19:26 tomjbe Exp $
-EAPI="2"
+EAPI="3"
WANT_AUTOCONF="2.5"
PYTHON_DEPEND="2"
@@ -67,12 +67,12 @@ pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
- python_mod_optimize $(python_get_sitedir)/${PN}
+ python_mod_optimize ${PN}
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
- python_mod_cleanup $(python_get_sitedir)/${PN}
+ python_mod_cleanup ${PN}
}