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/libxfcegui4: ChangeLog libxfcegui4-4.10.0.ebuild
Date: Sun, 29 Apr 2012 09:49:10
Message-Id: 20120429094858.208652004B@flycatcher.gentoo.org
1 ssuominen 12/04/29 09:48:58
2
3 Modified: ChangeLog
4 Added: libxfcegui4-4.10.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.173 xfce-base/libxfcegui4/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.173&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.173&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.172&r2=1.173
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
20 retrieving revision 1.172
21 retrieving revision 1.173
22 diff -u -r1.172 -r1.173
23 --- ChangeLog 14 Apr 2012 14:53:28 -0000 1.172
24 +++ ChangeLog 29 Apr 2012 09:48:57 -0000 1.173
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-base/libxfcegui4
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.172 2012/04/14 14:53:28 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.173 2012/04/29 09:48:57 ssuominen Exp $
30 +
31 +*libxfcegui4-4.10.0 (29 Apr 2012)
32 +
33 + 29 Apr 2012; Samuli Suominen <ssuominen@g.o>
34 + +libxfcegui4-4.10.0.ebuild:
35 + Version bump.
36
37 14 Apr 2012; Samuli Suominen <ssuominen@g.o>
38 -libxfcegui4-4.8.1-r1.ebuild, -files/libxfcegui4-4.8.1-deprecated.patch:
39
40
41
42 1.1 xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxfcegui4-4.10.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild,v 1.1 2012/04/29 09:48:58 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="A compability library for unported Xfce 4.6 plugins"
57 HOMEPAGE="http://www.xfce.org/"
58 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2 LGPL-2.1"
61 SLOT="0"
62 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"
63 IUSE="glade startup-notification"
64
65 RDEPEND="gnome-base/libglade
66 x11-libs/libSM
67 x11-libs/libX11
68 >=x11-libs/gtk+-2.10:2
69 >=xfce-base/libxfce4util-4.8
70 glade? ( dev-util/glade:3 )
71 startup-notification? ( x11-libs/startup-notification )"
72 DEPEND="${RDEPEND}
73 dev-util/intltool
74 sys-devel/gettext
75 dev-util/pkgconfig"
76
77 pkg_setup() {
78 XFCONF=(
79 --disable-static
80 $(use_enable startup-notification)
81 $(use_enable glade gladeui)
82 --with-html-dir="${EPREFIX}"/deprecated
83 )
84 }
85
86 src_install() {
87 xfconf_src_install
88 rm -rf "${ED}"/deprecated
89 }