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-extra/xfce4-xfapplet: xfce4-xfapplet-0.1.0.ebuild
Date: Sun, 23 Aug 2009 21:30:45
Message-Id: E1MfKeB-0006Fd-1R@stork.gentoo.org
1 ssuominen 09/08/23 21:30:43
2
3 Modified: xfce4-xfapplet-0.1.0.ebuild
4 Log:
5 Fix repoman warnings
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.21 xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild?r1=1.20&r2=1.21
14
15 Index: xfce4-xfapplet-0.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- xfce4-xfapplet-0.1.0.ebuild 25 May 2007 17:47:28 -0000 1.20
22 +++ xfce4-xfapplet-0.1.0.ebuild 23 Aug 2009 21:30:42 -0000 1.21
23 @@ -1,13 +1,18 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.20 2007/05/25 17:47:28 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.21 2009/08/23 21:30:42 ssuominen Exp $
29
30 inherit xfce44
31
32 xfce44
33
34 DESCRIPTION="Panel plugin to support GNOME applets"
35 +HOMEPAGE="http://www.xfce.org/"
36 +
37 +LICENSE="GPL-2"
38 +SLOT="0"
39 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
40 +IUSE=""
41
42 RDEPEND=">=gnome-base/orbit-2.12.5
43 gnome-base/gnome-panel"