Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/thinkhdaps: metadata.xml ChangeLog thinkhdaps-0.2.1.ebuild
Date: Tue, 24 Aug 2010 14:48:25
Message-Id: 20100824144819.2393F2004E@flycatcher.gentoo.org
1 xmw 10/08/24 14:48:19
2
3 Added: metadata.xml ChangeLog thinkhdaps-0.2.1.ebuild
4 Log:
5 Initial commit for thinkhdaps
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-plugins/thinkhdaps/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/thinkhdaps/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/thinkhdaps/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>no-herd</herd>
20 <maintainer>
21 <email>xmw@g.o</email>
22 <name>Michael Weber (xmw)</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 x11-plugins/thinkhdaps/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/thinkhdaps/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/thinkhdaps/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for x11-plugins/thinkhdaps
36 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/thinkhdaps/ChangeLog,v 1.1 2010/08/24 14:48:18 xmw Exp $
38
39 *thinkhdaps-0.2.1 (24 Aug 2010)
40
41 24 Aug 2010; Michael Weber (xmw) <xmw@g.o>
42 +thinkhdaps-0.2.1.ebuild, +metadata.xml:
43 Initial commit for thinkhdaps. Fixes bug #324111.
44
45
46
47
48 1.1 x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: thinkhdaps-0.2.1.ebuild
54 ===================================================================
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/thinkhdaps/thinkhdaps-0.2.1.ebuild,v 1.1 2010/08/24 14:48:18 xmw Exp $
58
59 EAPI=2
60
61 PYTHON_DEPEND=2
62
63 inherit base python
64
65 DESCRIPTION="A PyGTK based HDAPS monitor"
66 HOMEPAGE="http://thpani.at/projects/thinkhdaps/"
67 SRC_URI="http://thpani.at/media/downloads/${PN}/${P}.tar.gz"
68
69 LICENSE="GPL-3"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 RDEPEND="dev-python/libgnome-python:2
75 dev-python/pygobject:2
76 dev-python/pygtk:2"
77
78 DOCS=( AUTHORS NEWS )
79
80 pkg_setup() {
81 python_set_active_version 2
82 python_pkg_setup
83 }
84
85 src_configure() {
86 econf --enable-desktop PYTHON=$(PYTHON -2 --absolute-path)
87 }