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-stopwatch-plugin: xfce4-stopwatch-plugin-0.2.0.ebuild
Date: Mon, 24 Aug 2009 14:13:39
Message-Id: E1MfaIj-0004gh-Dg@stork.gentoo.org
1 ssuominen 09/08/24 14:13:37
2
3 Modified: xfce4-stopwatch-plugin-0.2.0.ebuild
4 Log:
5 Fix license, docs...
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xfce4-stopwatch-plugin-0.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xfce4-stopwatch-plugin-0.2.0.ebuild 21 Aug 2009 20:22:55 -0000 1.1
22 +++ xfce4-stopwatch-plugin-0.2.0.ebuild 24 Aug 2009 14:13:37 -0000 1.2
23 @@ -1,27 +1,29 @@
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-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.1 2009/08/21 20:22:55 darkside Exp $
27 -
28 -EINTLTOOLIZE="yes"
29 -EAUTORECONF="yes"
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.2 2009/08/24 14:13:37 ssuominen Exp $
31
32 +EAPI=2
33 inherit xfconf
34
35 DESCRIPTION="panel plugin that keeps track of elapsed time"
36 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin"
37 SRC_URI="http://archive.xfce.org/src/panel-plugins/${PN}/0.2/${P}.tar.bz2"
38
39 -LICENSE="GPL-2"
40 +LICENSE="BSD"
41 SLOT="0"
42 KEYWORDS="~amd64"
43 -IUSE="debug nls"
44 +IUSE="debug"
45
46 -RDEPEND=">=xfce-base/xfce4-panel-4.6.1"
47 +RDEPEND=">=x11-libs/gtk+-2.10:2
48 + >=xfce-base/libxfce4util-4.6
49 + >=xfce-base/libxfcegui4-4.6
50 + >=xfce-base/xfce4-panel-4.6"
51 DEPEND="${RDEPEND}
52 - dev-util/pkgconfig"
53 + dev-util/pkgconfig
54 + dev-util/intltool"
55
56 pkg_setup() {
57 XFCONF="--disable-dependency-tracking
58 - $(use_enable debug) $(use_enable nls)"
59 - DOCS="AUTHORS ChangeLog NEWS README"
60 + $(use_enable debug)"
61 + DOCS="AUTHORS NEWS"
62 }