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/xfce4-panel: ChangeLog xfce4-panel-4.7.7.ebuild xfce4-panel-4.7.6.ebuild
Date: Sun, 02 Jan 2011 14:33:13
Message-Id: 20110102143302.B9FAF20054@flycatcher.gentoo.org
1 ssuominen 11/01/02 14:33:02
2
3 Modified: ChangeLog
4 Added: xfce4-panel-4.7.7.ebuild
5 Removed: xfce4-panel-4.7.6.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.176 xfce-base/xfce4-panel/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.176&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?rev=1.176&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/ChangeLog?r1=1.175&r2=1.176
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v
21 retrieving revision 1.175
22 retrieving revision 1.176
23 diff -u -r1.175 -r1.176
24 --- ChangeLog 13 Dec 2010 18:10:03 -0000 1.175
25 +++ ChangeLog 2 Jan 2011 14:33:02 -0000 1.176
26 @@ -1,6 +1,12 @@
27 # ChangeLog for xfce-base/xfce4-panel
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.175 2010/12/13 18:10:03 ssuominen Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.176 2011/01/02 14:33:02 ssuominen Exp $
32 +
33 +*xfce4-panel-4.7.7 (02 Jan 2011)
34 +
35 + 02 Jan 2011; Samuli Suominen <ssuominen@g.o>
36 + +xfce4-panel-4.7.7.ebuild:
37 + Version bump.
38
39 13 Dec 2010; Samuli Suominen <ssuominen@g.o>
40 +xfce4-panel-4.7.4.ebuild, xfce4-panel-4.7.6.ebuild:
41
42
43
44 1.1 xfce-base/xfce4-panel/xfce4-panel-4.7.7.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.7.7.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.7.7.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xfce4-panel-4.7.7.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.7.7.ebuild,v 1.1 2011/01/02 14:33:02 ssuominen Exp $
54
55 EAPI=3
56 inherit xfconf
57
58 DESCRIPTION="Xfce's panel"
59 HOMEPAGE="http://www.xfce.org/projects/xfce4-panel/"
60 SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2"
61
62 LICENSE="GPL-2 LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
65 IUSE="debug"
66
67 RDEPEND="x11-libs/libX11
68 >=xfce-base/libxfce4util-4.6
69 >=xfce-base/garcon-0.1.4
70 >=xfce-base/libxfce4ui-4.7.1
71 >=xfce-base/xfconf-4.7.2
72 >=xfce-base/exo-0.5.1
73 >=x11-libs/gtk+-2.14:2
74 >=dev-libs/glib-2.18:2
75 >=dev-libs/dbus-glib-0.73
76 x11-libs/cairo
77 >=x11-libs/libwnck-2.22"
78 DEPEND="${RDEPEND}
79 dev-lang/perl
80 dev-util/intltool
81 sys-devel/gettext
82 dev-util/pkgconfig"
83
84 pkg_setup() {
85 XFCONF=(
86 --docdir="${EPREFIX}"/usr/share/doc/${PF}
87 --disable-dependency-tracking
88 --disable-static
89 $(xfconf_use_debug)
90 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
91 )
92
93 DOCS="AUTHORS ChangeLog NEWS THANKS"
94 }