Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/exo: ChangeLog exo-0.3.101.ebuild exo-0.3.100.ebuild
Date: Tue, 21 Apr 2009 04:32:03
Message-Id: E1Lw7eK-0001o0-Ct@stork.gentoo.org
1 darkside 09/04/21 04:32:00
2
3 Modified: ChangeLog
4 Added: exo-0.3.101.ebuild
5 Removed: exo-0.3.100.ebuild
6 Log:
7 Version bump for xfce-4.6.1 release, remove old
8 (Portage version: 2.1.6.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.82 xfce-extra/exo/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?rev=1.82&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?rev=1.82&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?r1=1.81&r2=1.82
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v
20 retrieving revision 1.81
21 retrieving revision 1.82
22 diff -u -r1.81 -r1.82
23 --- ChangeLog 11 Mar 2009 10:53:30 -0000 1.81
24 +++ ChangeLog 21 Apr 2009 04:32:00 -0000 1.82
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/exo
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.81 2009/03/11 10:53:30 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.82 2009/04/21 04:32:00 darkside Exp $
30 +
31 +*exo-0.3.101 (21 Apr 2009)
32 +
33 + 21 Apr 2009; Jeremy Olexa <darkside@g.o> -exo-0.3.100.ebuild,
34 + +exo-0.3.101.ebuild:
35 + Version bump for xfce-4.6.1 release, remove old
36
37 11 Mar 2009; Christoph Mende <angelos@g.o> exo-0.3.100.ebuild:
38 Avoid pre-compiling py files (bug #262098)
39
40
41
42 1.1 xfce-extra/exo/exo-0.3.101.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.101.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.101.ebuild?rev=1.1&content-type=text/plain
46
47 Index: exo-0.3.101.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.101.ebuild,v 1.1 2009/04/21 04:32:00 darkside Exp $
52
53 EAPI="1"
54
55 inherit xfce4 python
56
57 XFCE_VERSION=4.6.1
58
59 xfce4_core
60
61 DESCRIPTION="Extensions, widgets and framework library with session management support"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="debug doc hal libnotify python"
64
65 RDEPEND=">=dev-lang/perl-5.6
66 dev-perl/URI
67 >=dev-libs/glib-2.6:2
68 >=x11-libs/gtk+-2.6:2
69 >=xfce-base/libxfce4util-${XFCE_VERSION}
70 libnotify? ( x11-libs/libnotify )
71 hal? ( sys-apps/hal )
72 python? ( dev-python/pygtk )"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 doc? ( dev-util/gtk-doc )"
76
77 pkg_setup() {
78 XFCE_CONFIG+=" $(use_enable doc gtk-doc) $(use_enable hal)
79 $(use_enable libnotify notifications) $(use_enable python)"
80 }
81
82 src_unpack() {
83 xfce4_src_unpack
84 cd "${S}"
85 rm py-compile
86 ln -s /bin/true py-compile
87 }
88
89 pkg_postinst() {
90 xfce4_pkg_postinst
91 python_mod_optimize /usr/lib*/python*/site-packages
92 }
93
94 pkg_postrm() {
95 xfce4_pkg_postrm
96 python_mod_cleanup /usr/lib*/python*/site-packages
97 }
98
99 DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"