Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pv: metadata.xml Manifest pv-1.1.0.ebuild ChangeLog
Date: Thu, 06 Mar 2008 15:51:58
Message-Id: E1JXINv-0004ay-JI@stork.gentoo.org
1 angelos 08/03/06 15:51:55
2
3 Added: metadata.xml Manifest pv-1.1.0.ebuild ChangeLog
4 Log:
5 Moved pv to sys-apps, bug 208253
6 (Portage version: 2.1.4.4, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 sys-apps/pv/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/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>angelos@g.o</email>
22 <name>Christoph Mende</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28
29 1.1 sys-apps/pv/Manifest
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/Manifest?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/Manifest?rev=1.1&content-type=text/plain
33
34 Index: Manifest
35 ===================================================================
36 DIST pv-1.1.0.tar.gz 90669 RMD160 ec613daca7294f01142d000311385f30e2036dda SHA1 7939bf2188184da4edc101e1991497822b8244e4 SHA256 3c5f2095a92cfe1ad83e2315344d257433ca3a17516c9fba9da216dfead63717
37 EBUILD pv-1.1.0.ebuild 726 RMD160 2f42cdb4b2672ecf02a430131ac2763e0ff9aaf1 SHA1 3dfb428e49045da118e65b129e807cb475d5ded3 SHA256 b5654f7ee8e9667c12412478e88a031784710f05dc41a43326ff22ddb06b9d32
38 MISC ChangeLog 3922 RMD160 4c543184f40c117a54938d725ea93613b04656f5 SHA1 2d49afa204c08689289cf7c8f5b10221eb560fef SHA256 b2b3a65b93c56b3887647ea224f88946b56850a960b5c138f8ec6d4e2b7e5eab
39 MISC metadata.xml 255 RMD160 71a3c06a4dd86a63ed892a280508706c6f71e9a1 SHA1 de37d6a433efd9af05c99ed0f5aa152fba099ee6 SHA256 f243435638a30f395a46fc923f69c95610220826bc328d1e42b1c031cd4eb38d
40
41
42
43 1.1 sys-apps/pv/pv-1.1.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/pv-1.1.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/pv-1.1.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pv-1.1.0.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.1.0.ebuild,v 1.1 2008/03/06 15:51:55 angelos Exp $
53
54 DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
55 HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
56 SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz"
57
58 LICENSE="Artistic-2"
59 SLOT="0"
60 KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
61 IUSE="debug nls"
62
63 src_compile() {
64 econf \
65 $(use_enable debug debugging) \
66 $(use_enable nls) \
67 || die
68
69 emake || die
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" UNINSTALL=/bin/true install || die "install failed"
74
75 dodoc README doc/NEWS doc/TODO
76 }
77
78
79
80 1.1 sys-apps/pv/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.1&content-type=text/plain
84
85 Index: ChangeLog
86 ===================================================================
87 # ChangeLog for app-misc/pv
88 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
89 # $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.1 2008/03/06 15:51:55 angelos Exp $
90
91 03 Oct 2007; Christoph Mende <angelos@g.o>
92 -files/pv-remove-doc-target.patch, -pv-0.9.6.ebuild, -pv-0.9.9.ebuild,
93 -pv-1.0.1.ebuild:
94 Cleanup
95
96 03 Oct 2007; Raúl Porcel <armin76@g.o> pv-1.1.0.ebuild:
97 alpha stable wrt #194417
98
99 03 Oct 2007; Tom Gall <tgall@g.o> pv-1.1.0.ebuild:
100 stable on ppc64
101
102 02 Oct 2007; nixnut <nixnut@g.o> pv-1.1.0.ebuild:
103 Stable on ppc wrt bug 194417
104
105 02 Oct 2007; Christian Faulhammer <opfer@g.o> pv-1.1.0.ebuild:
106 stable x86, bug 194417
107
108 01 Oct 2007; Ferris McCormick <fmccor@g.o> pv-1.1.0.ebuild:
109 Sparc stable --- Bug #194417 --- thanks, Tiago.
110
111 30 Sep 2007; Christoph Mende <angelos@g.o> pv-1.1.0.ebuild:
112 Stable on amd64
113
114 12 Sep 2007; Christoph Mende <angelos@g.o> pv-1.0.1.ebuild:
115 Stable on amd64
116
117 *pv-1.1.0 (31 Aug 2007)
118
119 31 Aug 2007; Christoph Mende <angelos@g.o> +pv-1.1.0.ebuild:
120 Version bump
121
122 18 Aug 2007; Christoph Mende <angelos@g.o> pv-1.0.1.ebuild:
123 Remove unneeded patch and add dodoc
124
125 14 Aug 2007; Gustavo Zacarias <gustavoz@g.o> pv-0.9.9.ebuild:
126 Stable on sparc
127
128 13 Aug 2007; Tobias Scherbaum <dertobi123@g.o> pv-0.9.9.ebuild:
129 ppc. stable
130
131 *pv-1.0.1 (13 Aug 2007)
132
133 13 Aug 2007; Christoph Mende <angelos@g.o> +pv-1.0.1.ebuild:
134 Version bump
135
136 04 Aug 2007; Christoph Mende <angelos@g.o> pv-0.9.9.ebuild:
137 Stable on amd64
138
139 07 Jul 2007; Christoph Mende <angelos@g.o>
140 +files/pv-remove-doc-target.patch, pv-0.9.9.ebuild:
141 Removing doc target which is useless and broken with $PAGER != less
142
143 05 Jul 2007; Christoph Mende <angelos@g.o> -pv-0.8.1.ebuild,
144 -pv-0.9.0.ebuild, pv-0.9.9.ebuild:
145 Cleanup and added nls USE flag for pv-0.9.9
146
147 *pv-0.9.9 (02 Jul 2007)
148
149 02 Jul 2007; Christoph Mende <angelos@g.o> metadata.xml,
150 pv-0.9.6.ebuild, +pv-0.9.9.ebuild:
151 Taking over maintainership
152 Version bump to 0.9.9, bug #181665
153 pv-0.9.6 stable on amd64
154
155 15 Apr 2007; Markus Rothe <corsair@g.o> pv-0.9.6.ebuild:
156 Stable on ppc64
157
158 12 Mar 2007; Raúl Porcel <armin76@g.o> pv-0.9.6.ebuild:
159 x86 stable
160
161 21 Feb 2007; Charlie Shepherd <masterdriverz@g.o> metadata.xml:
162 avenj has retired - removing from metadata
163
164 16 Sep 2006; Tobias Scherbaum <dertobi123@g.o> pv-0.9.6.ebuild:
165 ppc stable
166
167 19 Aug 2006; Bryan Østergaard <kloeri@g.o> pv-0.9.6.ebuild:
168 Stable on alpha.
169
170 22 Jun 2006; Gustavo Zacarias <gustavoz@g.o> pv-0.9.6.ebuild:
171 Stable on sparc
172
173 28 May 2006; Lars Weiler <pylon@g.o> pv-0.8.1.ebuild:
174 Stable on ppc.
175
176 *pv-0.9.6 (20 Mar 2006)
177
178 20 Mar 2006; Jon Portnoy <avenj@g.o> pv-0.9.6.ebuild :
179 Version bump, bug #104520.
180
181 09 Sep 2005; Aron Griffis <agriffis@g.o> pv-0.8.1.ebuild:
182 Mark 0.8.1 stable on alpha
183
184 *pv-0.9.0 (17 Jun 2005)
185
186 17 Jun 2005; Jon Portnoy <avenj@g.o> pv-0.9.0.ebuild :
187 Version bump, bug #88545
188
189 17 Jun 2005; Jon Portnoy <avenj@g.o> pv-0.8.1.ebuild :
190 Stable on x86, amd64
191
192 07 Mar 2005; Markus Rothe <corsair@g.o> pv-0.8.1.ebuild:
193 Stable on ppc64
194
195 23 Jan 2005; Markus Rothe <corsair@g.o> pv-0.8.1.ebuild:
196 added ~ppc64 to KEYWORDS
197
198 02 Jan 2005; Ciaran McCreesh <ciaranm@g.o> :
199 Change encoding to UTF-8 for GLEP 31 compliance
200
201 19 Oct 2004; Bryan Østergaard <kloeri@g.o> pv-0.8.1.ebuild:
202 ~alpha keyword.
203
204 15 Aug 2004; Jason Wever <weeve@g.o> pv-0.8.1.ebuild:
205 Added ~sparc keyword.
206
207 20 Apr 2004; David Holm <dholm@g.o> pv-0.8.1.ebuild:
208 Added to ~ppc.
209
210 *pv-0.8.1 (19 Apr 2004)
211
212 19 Apr 2004; Jon Portnoy <avenj@g.o> pv-0.8.1.ebuild :
213 Initial import. Bug 36317. Submitted by Eric Harney
214 <eharney@×××××××.edu>.
215
216
217
218 --
219 gentoo-commits@l.g.o mailing list