Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/exo: ChangeLog exo-0.3.4.ebuild
Date: Sun, 02 Dec 2007 15:19:35
Message-Id: E1IyqUn-0005D0-V1@stork.gentoo.org
1 drac 07/12/02 15:12:37
2
3 Modified: ChangeLog
4 Added: exo-0.3.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.47 xfce-extra/exo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 11 Jun 2007 14:43:36 -0000 1.46
23 +++ ChangeLog 2 Dec 2007 15:12:37 -0000 1.47
24 @@ -1,6 +1,11 @@
25 # ChangeLog for xfce-extra/exo
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.46 2007/06/11 14:43:36 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.47 2007/12/02 15:12:37 drac Exp $
29 +
30 +*exo-0.3.4 (02 Dec 2007)
31 +
32 + 02 Dec 2007; Samuli Suominen <drac@g.o> +exo-0.3.4.ebuild:
33 + Version bump.
34
35 11 Jun 2007; Samuli Suominen <drac@g.o> exo-0.3.2.ebuild:
36 Adjust sys-apps/hal dep to 0.5.7.1 because of compilation failure on arm.
37
38
39
40 1.1 xfce-extra/exo/exo-0.3.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: exo-0.3.4.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild,v 1.1 2007/12/02 15:12:37 drac Exp $
50
51 inherit xfce44 python
52
53 xfce44
54 xfce44_core_package
55
56 DESCRIPTION="Extensions, widgets and framework library with session management support"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
58 IUSE="debug doc hal libnotify python"
59
60 RDEPEND=">=dev-lang/perl-5.6
61 dev-perl/URI
62 >=dev-libs/glib-2.6
63 >=x11-libs/gtk+-2.6
64 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
65 >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
66 >=xfce-base/xfce-mcs-plugins-${XFCE_MASTER_VERSION}
67 libnotify? ( x11-libs/libnotify )
68 hal? ( >=sys-apps/hal-0.5.7.1 )
69 python? ( dev-python/pygtk )"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 doc? ( dev-util/gtk-doc )
73 dev-util/intltool"
74
75 XFCE_CONFIG="${XFCE_CONFIG} $(use_enable python) \
76 $(use_enable libnotify notifications) \
77 $(use_enable hal) --enable-mcs-plugin"
78
79 DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
80
81 # See bug 166568 for reference
82 src_unpack() {
83 unpack ${A}
84 sed -i -e 's:-Werror::g' "${S}"/configure
85 }
86
87 # See bug 164780 for reference
88 src_install() {
89 xfce44_src_install
90 rm -f "${D}"/usr/lib*/python*/site-packages/pyexo.py[co]
91 rm -f "${D}"/usr/lib*/python*/site-packages/${PN}-0.3/${PN}/__init__.py[co]
92 }
93
94 pkg_postinst() {
95 xfce44_pkg_postinst
96 python_mod_optimize "${ROOT}"usr/lib*/python*/site-packages
97 }
98
99 pkg_postrm() {
100 xfce44_pkg_postrm
101 python_mod_cleanup "${ROOT}"usr/lib*/python*/site-packages
102 }
103
104
105
106 --
107 gentoo-commits@g.o mailing list