Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-indicator-plugin: metadata.xml ChangeLog xfce4-indicator-plugin-0.2.1.ebuild
Date: Sat, 07 May 2011 07:49:44
Message-Id: 20110507074934.38FA220054@flycatcher.gentoo.org
1 angelos 11/05/07 07:49:34
2
3 Added: metadata.xml ChangeLog
4 xfce4-indicator-plugin-0.2.1.ebuild
5 Log:
6 Initial import
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 xfce-extra/xfce4-indicator-plugin/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/metadata.xml?r1=1.2&r2=1.3
16
17
18
19
20 1.4 xfce-extra/xfce4-indicator-plugin/ChangeLog
21
22 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.4&view=markup
23 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?rev=1.4&content-type=text/plain
24 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog?r1=1.3&r2=1.4
25
26
27
28
29 1.1 xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild?rev=1.1&content-type=text/plain
33
34 Index: xfce4-indicator-plugin-0.2.1.ebuild
35 ===================================================================
36 # Copyright 1999-2011 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild,v 1.1 2011/05/07 07:49:34 angelos Exp $
39
40 EAPI=4
41 inherit xfconf
42
43 DESCRIPTION="A panel plugin that uses indicator-applet to show new messages"
44 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
45 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.2/${P}.tar.bz2"
46
47 LICENSE="GPL-2 LGPL-2"
48 SLOT="0"
49 KEYWORDS="~amd64"
50 IUSE=""
51
52 RDEPEND="dev-libs/libindicator
53 x11-libs/gtk+:2
54 xfce-base/libxfce4util
55 xfce-base/xfce4-panel"
56 DEPEND="${RDEPEND}
57 dev-util/intltool
58 dev-util/pkgconfig
59 sys-devel/gettext"
60
61 pkg_setup() {
62 XFCONF=( --disable-static $(xfconf_use_debug) )
63 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
64 }