Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/configure-thinkpad: configure-thinkpad-0.8.ebuild
Date: Fri, 01 Jan 2010 20:53:36
Message-Id: E1NQoV3-0003M4-Bj@stork.gentoo.org
1 ssuominen 10/01/01 20:53:33
2
3 Modified: configure-thinkpad-0.8.ebuild
4 Log:
5 Missing IUSE
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild?r1=1.1&r2=1.2
14
15 Index: configure-thinkpad-0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- configure-thinkpad-0.8.ebuild 8 Jan 2005 21:41:55 -0000 1.1
22 +++ configure-thinkpad-0.8.ebuild 1 Jan 2010 20:53:33 -0000 1.2
23 @@ -1,22 +1,22 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild,v 1.1 2005/01/08 21:41:55 brix Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/configure-thinkpad-0.8.ebuild,v 1.2 2010/01/01 20:53:33 ssuominen Exp $
29
30 +EAPI=2
31 inherit gnome2
32
33 DESCRIPTION="Thinkpad GNOME configuration utility for tpctl"
34 -
35 HOMEPAGE="http://tpctl.sourceforge.net/configure-thinkpad.html"
36 SRC_URI="mirror://sourceforge/tpctl/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="-* ~x86"
41 +IUSE=""
42
43 RDEPEND=">=app-laptop/tpctl-4.16
44 - >=x11-libs/gtk+-2.2
45 - >=gnome-base/libgnomeui-2.4
46 - >=sys-devel/gettext-0.11"
47 -
48 + >=x11-libs/gtk+-2.2:2
49 + >=gnome-base/libgnomeui-2.4
50 + >=sys-devel/gettext-0.11"
51 DEPEND="${RDEPEND}
52 - dev-util/pkgconfig"
53 + dev-util/pkgconfig"