Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/okindd: okindd-0.5.8.ebuild metadata.xml ChangeLog
Date: Sat, 18 Jul 2009 11:31:27
Message-Id: E1MS88G-0003mE-Lz@stork.gentoo.org
1 wired 09/07/18 11:31:12
2
3 Added: okindd-0.5.8.ebuild metadata.xml ChangeLog
4 Log:
5 New ebuild for okindd
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-misc/okindd/okindd-0.5.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/okindd-0.5.8.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/okindd-0.5.8.ebuild?rev=1.1&content-type=text/plain
13
14 Index: okindd-0.5.8.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.5.8.ebuild,v 1.1 2009/07/18 11:31:12 wired Exp $
19
20 EAPI="2"
21
22 inherit qt4
23
24 MY_P="${P}-20090410"
25
26 DESCRIPTION="On Screen Display (OSD) for KDE 4.x - works on any qt desktop"
27 HOMEPAGE="http://sites.kochkin.org/okindd/Home"
28 SRC_URI="http://sites.kochkin.org/okindd/Home/source-code/${MY_P}.tar.bz2"
29
30 LICENSE="GPL-3"
31 KEYWORDS="~amd64 ~x86"
32 SLOT="0"
33 IUSE="debug"
34
35 DEPEND="x11-libs/qt-gui:4
36 x11-libs/qt-dbus:4"
37 RDEPEND="${DEPEND}"
38
39 PATCHES=( "${FILESDIR}/okindd_home_and_naming.patch" )
40
41 S="${WORKDIR}/${PN}"
42
43 src_prepare() {
44 sed -i "s:okind/:okindd/:g" "${S}"/conf/okinddrc.example ||
45 die "sed: fixing example paths failed"
46
47 qt4_src_prepare
48 }
49
50 src_configure() {
51 eqmake4 okindd.pro || die "configure failed"
52 }
53
54 src_install() {
55 emake INSTALL_ROOT="${D}" install || die "emake install failed"
56 domenu "${S}"/okindd.desktop || die "domenu failed"
57
58 elog "You can find an example configuration file at"
59 elog " /usr/share/doc/okindd/examples/okinddrc.example"
60 elog "It should be placed in \${HOME}/.okindd/"
61 }
62
63
64
65 1.1 x11-misc/okindd/metadata.xml
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/metadata.xml?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/metadata.xml?rev=1.1&content-type=text/plain
69
70 Index: metadata.xml
71 ===================================================================
72 <?xml version="1.0" encoding="UTF-8"?>
73 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 <pkgmetadata>
75 <herd>qt</herd>
76 <maintainer>
77 <email>alex.alexander@×××××.com</email>
78 <name>Alex Alexander (wired)</name>
79 </maintainer>
80 <longdescription lang="en">
81 </longdescription>
82 </pkgmetadata>
83
84
85
86
87 1.1 x11-misc/okindd/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/okindd/ChangeLog?rev=1.1&content-type=text/plain
91
92 Index: ChangeLog
93 ===================================================================
94 # ChangeLog for x11-misc/okindd
95 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
96 # $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.1 2009/07/18 11:31:12 wired Exp $
97
98 *okindd-0.5.8 (17 Jul 2009)
99
100 17 Jul 2009; Alex Alexander <wired@g.o>
101 +okindd-0.5.8.ebuild, +files/okindd_home_and_naming.patch, +metadata.xml:
102 New ebuild for okindd