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-indicator-plugin: xfce4-indicator-plugin-0.1.0.ebuild
Date: Sun, 25 Oct 2009 13:50:33
Message-Id: E1N23UN-00057Z-AY@stork.gentoo.org
1 ssuominen 09/10/25 13:50:31
2
3 Modified: xfce4-indicator-plugin-0.1.0.ebuild
4 Log:
5 Remove TODO from dodoc. This ebuild never worked...
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xfce4-indicator-plugin-0.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xfce4-indicator-plugin-0.1.0.ebuild 23 Oct 2009 14:02:10 -0000 1.1
22 +++ xfce4-indicator-plugin-0.1.0.ebuild 25 Oct 2009 13:50:30 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild,v 1.1 2009/10/23 14:02:10 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild,v 1.2 2009/10/25 13:50:30 ssuominen Exp $
28
29 EAPI=2
30 inherit xfconf
31 @@ -25,5 +25,5 @@
32 pkg_setup() {
33 XFCONF="--disable-dependency-tracking
34 $(use_enable debug)"
35 - DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
36 + DOCS="AUTHORS ChangeLog NEWS README THANKS"
37 }