Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/dstat: dstat-0.6.9-r1.ebuild ChangeLog metadata.xml dstat-0.7.2-r1.ebuild dstat-0.7.2.ebuild
Date: Mon, 02 Jan 2012 13:58:38
Message-Id: 20120102135828.BCB452004B@flycatcher.gentoo.org
1 jlec 12/01/02 13:58:28
2
3 Modified: dstat-0.6.9-r1.ebuild ChangeLog metadata.xml
4 dstat-0.7.2-r1.ebuild
5 Removed: dstat-0.7.2.ebuild
6 Log:
7 Dropped empty *DEPENDS, added support for wifi, keyworded for linux prefix, #333383
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 sys-apps/dstat/dstat-0.6.9-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild?r1=1.2&r2=1.3
17
18 Index: dstat-0.6.9-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- dstat-0.6.9-r1.ebuild 6 Mar 2011 10:42:45 -0000 1.2
25 +++ dstat-0.6.9-r1.ebuild 2 Jan 2012 13:58:28 -0000 1.3
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild,v 1.2 2011/03/06 10:42:45 jlec Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild,v 1.3 2012/01/02 13:58:28 jlec Exp $
32
33 EAPI=2
34
35 @@ -8,7 +8,7 @@
36
37 inherit python eutils
38
39 -DESCRIPTION="Dstat is a versatile replacement for vmstat, iostat and ifstat"
40 +DESCRIPTION="Versatile replacement for vmstat, iostat and ifstat"
41 HOMEPAGE="http://dag.wieers.com/home-made/dstat/"
42 SRC_URI="http://dag.wieers.com/home-made/${PN}/${P}.tar.bz2"
43
44 @@ -17,9 +17,6 @@
45 KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
46 IUSE=""
47
48 -RDEPEND=""
49 -DEPEND=""
50 -
51 pkg_setup() {
52 python_set_active_version 2
53 }
54 @@ -29,7 +26,7 @@
55 }
56
57 src_install() {
58 - emake install DESTDIR="${D}" || die "make install failed"
59 + emake DESTDIR="${D}" install || die "make install failed"
60
61 dodoc \
62 AUTHORS ChangeLog README TODO \
63
64
65
66 1.38 sys-apps/dstat/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/ChangeLog?rev=1.38&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/ChangeLog?rev=1.38&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/ChangeLog?r1=1.37&r2=1.38
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v
75 retrieving revision 1.37
76 retrieving revision 1.38
77 diff -u -r1.37 -r1.38
78 --- ChangeLog 27 Dec 2011 23:43:38 -0000 1.37
79 +++ ChangeLog 2 Jan 2012 13:58:28 -0000 1.38
80 @@ -1,6 +1,11 @@
81 # ChangeLog for sys-apps/dstat
82 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.37 2011/12/27 23:43:38 neurogeek Exp $
84 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.38 2012/01/02 13:58:28 jlec Exp $
86 +
87 + 02 Jan 2012; Justin Lecher <jlec@g.o> dstat-0.6.9-r1.ebuild,
88 + -dstat-0.7.2.ebuild, dstat-0.7.2-r1.ebuild, metadata.xml:
89 + Dropped empty *DEPENDS, added support for wifi, keyworded for linux prefix,
90 + #333383
91
92 27 Dec 2011; Jesus Rivero <neurogeek@g.o> dstat-0.7.2-r1.ebuild:
93 Removed die from python_convert_shebangs. Patch by Arfrever
94
95
96
97 1.4 sys-apps/dstat/metadata.xml
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/metadata.xml?rev=1.4&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/metadata.xml?rev=1.4&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/metadata.xml?r1=1.3&r2=1.4
102
103 Index: metadata.xml
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dstat/metadata.xml,v
106 retrieving revision 1.3
107 retrieving revision 1.4
108 diff -u -r1.3 -r1.4
109 --- metadata.xml 24 Sep 2011 10:29:57 -0000 1.3
110 +++ metadata.xml 2 Jan 2012 13:58:28 -0000 1.4
111 @@ -20,4 +20,7 @@
112 compare the network bandwidth numbers directly with the disk throughput (in the
113 same interval).
114 </longdescription>
115 + <use>
116 + <flag name="wifi">Enable wireless network functions</flag>
117 + </use>
118 </pkgmetadata>
119
120
121
122 1.4 sys-apps/dstat/dstat-0.7.2-r1.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/dstat-0.7.2-r1.ebuild?rev=1.4&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/dstat-0.7.2-r1.ebuild?rev=1.4&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dstat/dstat-0.7.2-r1.ebuild?r1=1.3&r2=1.4
127
128 Index: dstat-0.7.2-r1.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.7.2-r1.ebuild,v
131 retrieving revision 1.3
132 retrieving revision 1.4
133 diff -u -r1.3 -r1.4
134 --- dstat-0.7.2-r1.ebuild 27 Dec 2011 23:43:38 -0000 1.3
135 +++ dstat-0.7.2-r1.ebuild 2 Jan 2012 13:58:28 -0000 1.4
136 @@ -1,6 +1,6 @@
137 -# Copyright 1999-2011 Gentoo Foundation
138 +# Copyright 1999-2012 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.7.2-r1.ebuild,v 1.3 2011/12/27 23:43:38 neurogeek Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.7.2-r1.ebuild,v 1.4 2012/01/02 13:58:28 jlec Exp $
142
143 EAPI=3
144
145 @@ -8,16 +8,16 @@
146
147 inherit python eutils
148
149 -DESCRIPTION="Dstat is a versatile replacement for vmstat, iostat and ifstat"
150 +DESCRIPTION="Versatile replacement for vmstat, iostat and ifstat"
151 HOMEPAGE="http://dag.wieers.com/home-made/dstat/"
152 SRC_URI="http://dag.wieers.com/home-made/${PN}/${P}.tar.bz2"
153
154 LICENSE="GPL-2"
155 SLOT="0"
156 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
157 -IUSE=""
158 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
159 +IUSE="wifi"
160
161 -RDEPEND=""
162 +RDEPEND="wifi? ( net-wireless/python-wifi )"
163 DEPEND=""
164
165 pkg_setup() {
166 @@ -29,7 +29,7 @@
167 }
168
169 src_install() {
170 - emake install DESTDIR="${D}" || die "make install failed"
171 + emake DESTDIR="${ED}" install || die "make install failed"
172 python_convert_shebangs 2 "${ED}usr/bin/dstat"
173
174 dodoc \