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/xfconf: ChangeLog xfconf-4.7.3.ebuild
Date: Mon, 06 Sep 2010 12:37:53
Message-Id: 20100906123749.E257B20051@flycatcher.gentoo.org
1 ssuominen 10/09/06 12:37:49
2
3 Modified: ChangeLog
4 Added: xfconf-4.7.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc75/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.42 xfce-base/xfconf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 29 Aug 2010 17:45:59 -0000 1.41
24 +++ ChangeLog 6 Sep 2010 12:37:49 -0000 1.42
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/xfconf
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.41 2010/08/29 17:45:59 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.42 2010/09/06 12:37:49 ssuominen Exp $
30 +
31 +*xfconf-4.7.3 (06 Sep 2010)
32 +
33 + 06 Sep 2010; Samuli Suominen <ssuominen@g.o> +xfconf-4.7.3.ebuild:
34 + Version bump.
35
36 29 Aug 2010; Raúl Porcel <armin76@g.o> xfconf-4.6.2.ebuild:
37 alpha/ia64/sh/sparc stable wrt #323729
38
39
40
41 1.1 xfce-base/xfconf/xfconf-4.7.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/xfconf-4.7.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/xfconf-4.7.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xfconf-4.7.3.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.7.3.ebuild,v 1.1 2010/09/06 12:37:49 ssuominen Exp $
51
52 EAPI=3
53 inherit xfconf
54
55 DESCRIPTION="Xfce configuration daemon and utilities"
56 HOMEPAGE="http://www.xfce.org/"
57 SRC_URI="mirror://xfce/src/xfce/xfconf/4.7/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
62 IUSE="debug perl"
63
64 RDEPEND=">=dev-libs/dbus-glib-0.72
65 >=dev-libs/glib-2.18:2
66 >=xfce-base/libxfce4util-4.6
67 perl? ( dev-perl/glib-perl )"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 dev-util/intltool
71 sys-devel/gettext
72 perl? ( dev-perl/extutils-depends
73 dev-perl/extutils-pkgconfig )"
74
75 RESTRICT="test"
76
77 pkg_setup() {
78 XFCONF="--disable-dependency-tracking
79 --disable-static
80 --with-perl-options=INSTALLDIRS=vendor
81 $(use_enable perl perl-bindings)
82 --disable-gtk-doc
83 --disable-gtk-doc-html
84 --disable-gtk-doc-pdf
85 $(use_enable debug)
86 $(use_enable debug checks)
87 --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
88 DOCS="AUTHORS ChangeLog NEWS TODO"
89 }
90
91 src_compile() {
92 emake OTHERLDFLAGS="${LDFLAGS}" || die
93 }
94
95 src_install() {
96 xfconf_src_install
97
98 if use perl; then
99 find "${ED}" -type f -name perllocal.pod -delete
100 find "${ED}" -depth -mindepth 1 -type d -empty -delete
101 fi
102 }