Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/wmiface: metadata.xml ChangeLog wmiface-2.1.ebuild
Date: Fri, 28 Jan 2011 20:08:43
Message-Id: 20110128200831.E406020054@flycatcher.gentoo.org
1 dilfridge 11/01/28 20:08:31
2
3 Added: metadata.xml ChangeLog wmiface-2.1.ebuild
4 Log:
5 New application, fixes bug 304357.
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/wmiface/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 </pkgmetadata>
22
23
24
25 1.1 x11-misc/wmiface/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for x11-misc/wmiface
33 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.1 2011/01/28 20:08:31 dilfridge Exp $
35
36 *wmiface-2.1 (28 Jan 2011)
37
38 28 Jan 2011; Andreas K. Huettel <dilfridge@g.o>
39 +wmiface-2.1.ebuild, +metadata.xml:
40 New application, fixes bug 304357.
41
42
43
44
45 1.1 x11-misc/wmiface/wmiface-2.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: wmiface-2.1.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.1 2011/01/28 20:08:31 dilfridge Exp $
55
56 EAPI=3
57
58 inherit cmake-utils
59
60 DESCRIPTION="Command line tool allowing user scripting of the running window manager"
61 HOMEPAGE="http://kde-apps.org/content/show.php/WMIface?content=40425"
62 SRC_URI="http://ktown.kde.org/~seli/${PN}/${P}.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="debug"
68
69 DEPEND="
70 x11-libs/qt-core
71 x11-libs/libX11
72 "
73 RDEPEND="${DEPEND}"