Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/hatop: metadata.xml ChangeLog hatop-0.7.7.ebuild
Date: Fri, 30 Nov 2012 22:40:16
Message-Id: 20121130224004.67A0420C65@flycatcher.gentoo.org
1 idl0r 12/11/30 22:40:04
2
3 Added: metadata.xml ChangeLog hatop-0.7.7.ebuild
4 Log:
5 Initial commit, bug 333367
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
8
9 Revision Changes Path
10 1.1 net-proxy/hatop/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/hatop/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/hatop/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 <maintainer>
21 <email>idl0r@g.o</email>
22 <name>Christian Ruppert</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 net-proxy/hatop/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/hatop/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/hatop/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for net-proxy/hatop
36 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/net-proxy/hatop/ChangeLog,v 1.1 2012/11/30 22:40:04 idl0r Exp $
38
39 *hatop-0.7.7 (30 Nov 2012)
40
41 30 Nov 2012; Christian Ruppert <idl0r@g.o> +hatop-0.7.7.ebuild,
42 +metadata.xml:
43 Initial commit, bug 333367
44
45
46
47
48 1.1 net-proxy/hatop/hatop-0.7.7.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/hatop/hatop-0.7.7.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/hatop/hatop-0.7.7.ebuild?rev=1.1&content-type=text/plain
52
53 Index: hatop-0.7.7.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/net-proxy/hatop/hatop-0.7.7.ebuild,v 1.1 2012/11/30 22:40:04 idl0r Exp $
58
59 EAPI=4
60
61 PYTHON_COMPAT="python2_7"
62 PYTHON_REQ_USE="ncurses"
63
64 inherit python-r1
65
66 DESCRIPTION="interactive ncurses client and real-time monitoring,
67 statistics displaying tool for the HAProxy"
68 HOMEPAGE="http://feurix.org/projects/hatop/"
69 SRC_URI="http://hatop.googlecode.com/files/${P}.tar.gz"
70
71 LICENSE="GPL-3"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE=""
75
76 DEPEND=""
77 RDEPEND="${DEPEND}
78 net-proxy/haproxy"
79
80 src_install() {
81 python_foreach_impl python_doscript bin/hatop
82
83 doman man/hatop.1
84
85 dodoc CHANGES KEYBINDS README
86 }