Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.102-r1.ebuild
Date: Sun, 23 Aug 2009 18:01:28
Message-Id: E1MfHNe-0004lI-GV@stork.gentoo.org
1 ssuominen 09/08/23 18:01:26
2
3 Modified: exo-0.3.102-r1.ebuild
4 Log:
5 typo
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 xfce-base/exo/exo-0.3.102-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: exo-0.3.102-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- exo-0.3.102-r1.ebuild 23 Aug 2009 17:43:26 -0000 1.1
22 +++ exo-0.3.102-r1.ebuild 23 Aug 2009 18:01:26 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v 1.1 2009/08/23 17:43:26 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v 1.2 2009/08/23 18:01:26 ssuominen Exp $
28
29 EAPI=2
30 inherit xfconf python multilib
31 @@ -43,11 +43,11 @@
32 }
33
34 pkg_postinst() {
35 - xfce4_pkg_postinst
36 + xfconf_pkg_postinst
37 python_mod_optimize "$(python_get_sitedir)"
38 }
39
40 pkg_postrm() {
41 - xfce4_pkg_postrm
42 + xfconf_pkg_postrm
43 python_mod_cleanup "$(python_get_sitedir)"
44 }