public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2010-12-14 21:44 Christoph Mende (angelos)
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende (angelos) @ 2010-12-14 21:44 UTC (permalink / raw
  To: gentoo-commits

angelos     10/12/14 21:44:02

  Modified:             ChangeLog
  Added:                pv-1.2.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 Dec 2010 00:52:06 -0000	1.13
+++ ChangeLog	14 Dec 2010 21:44:02 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.13 2010/12/13 00:52:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.14 2010/12/14 21:44:02 angelos Exp $
+
+*pv-1.2.0 (14 Dec 2010)
+
+  14 Dec 2010; Christoph Mende <angelos@gentoo.org> +pv-1.2.0.ebuild:
+  Version bump
 
 *pv-1.1.4-r1 (13 Dec 2010)
 



1.1                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: pv-1.2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.1 2010/12/14 21:44:02 angelos Exp $

EAPI="2"

inherit toolchain-funcs

DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
SRC_URI="pipeviewer.googlecode.com/files/${P}.tar.bz2"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
IUSE="nls"

src_configure() {
	econf $(use_enable nls)
}

src_compile() {
	emake \
		CC="$(tc-getCC)" \
		LD="$(tc-getLD)" \
		|| die
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc README doc/NEWS doc/TODO || die
}






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2010-12-16 17:59 Christoph Mende (angelos)
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende (angelos) @ 2010-12-16 17:59 UTC (permalink / raw
  To: gentoo-commits

angelos     10/12/16 17:59:19

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  Fixed SRC_URI
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.15                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	14 Dec 2010 21:44:02 -0000	1.14
+++ ChangeLog	16 Dec 2010 17:59:18 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.14 2010/12/14 21:44:02 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.15 2010/12/16 17:59:18 angelos Exp $
+
+  16 Dec 2010; Christoph Mende <angelos@gentoo.org> pv-1.2.0.ebuild:
+  Fixed SRC_URI
 
 *pv-1.2.0 (14 Dec 2010)
 



1.2                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.1&r2=1.2

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pv-1.2.0.ebuild	14 Dec 2010 21:44:02 -0000	1.1
+++ pv-1.2.0.ebuild	16 Dec 2010 17:59:18 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.1 2010/12/14 21:44:02 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.2 2010/12/16 17:59:18 angelos Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
 HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
-SRC_URI="pipeviewer.googlecode.com/files/${P}.tar.bz2"
+SRC_URI="http://pipeviewer.googlecode.com/files/${P}.tar.bz2"
 
 LICENSE="Artistic-2"
 SLOT="0"






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-02-22 17:31 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 11+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-22 17:31 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/22 17:31:43

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  Stable on amd64 wrt bug #355911
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Dec 2010 17:59:18 -0000	1.15
+++ ChangeLog	22 Feb 2011 17:31:41 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.15 2010/12/16 17:59:18 angelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.16 2011/02/22 17:31:41 hwoarang Exp $
+
+  22 Feb 2011; Markos Chandras <hwoarang@gentoo.org> pv-1.2.0.ebuild:
+  Stable on amd64 wrt bug #355911
 
   16 Dec 2010; Christoph Mende <angelos@gentoo.org> pv-1.2.0.ebuild:
   Fixed SRC_URI



1.3                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.2&r2=1.3

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pv-1.2.0.ebuild	16 Dec 2010 17:59:18 -0000	1.2
+++ pv-1.2.0.ebuild	22 Feb 2011 17:31:41 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.2 2010/12/16 17:59:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.3 2011/02/22 17:31:41 hwoarang Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-02-27 15:05 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-02-27 15:05 UTC (permalink / raw
  To: gentoo-commits

klausman    11/02/27 15:05:33

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  Stable on alpha, bug #355911
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	22 Feb 2011 17:31:41 -0000	1.16
+++ ChangeLog	27 Feb 2011 15:05:32 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.16 2011/02/22 17:31:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.17 2011/02/27 15:05:32 klausman Exp $
+
+  27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> pv-1.2.0.ebuild:
+  Stable on alpha, bug #355911
 
   22 Feb 2011; Markos Chandras <hwoarang@gentoo.org> pv-1.2.0.ebuild:
   Stable on amd64 wrt bug #355911



1.4                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.3&r2=1.4

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pv-1.2.0.ebuild	22 Feb 2011 17:31:41 -0000	1.3
+++ pv-1.2.0.ebuild	27 Feb 2011 15:05:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.3 2011/02/22 17:31:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.4 2011/02/27 15:05:32 klausman Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-02-28  0:56 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2011-02-28  0:56 UTC (permalink / raw
  To: gentoo-commits

ranger      11/02/28 00:56:26

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  stable ppc, bug 355911
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.18                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	27 Feb 2011 15:05:32 -0000	1.17
+++ ChangeLog	28 Feb 2011 00:56:26 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.17 2011/02/27 15:05:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.18 2011/02/28 00:56:26 ranger Exp $
+
+  28 Feb 2011; Brent Baude <ranger@gentoo.org> pv-1.2.0.ebuild:
+  stable ppc, bug 355911
 
   27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> pv-1.2.0.ebuild:
   Stable on alpha, bug #355911



1.5                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.4&r2=1.5

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pv-1.2.0.ebuild	27 Feb 2011 15:05:32 -0000	1.4
+++ pv-1.2.0.ebuild	28 Feb 2011 00:56:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.4 2011/02/27 15:05:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.5 2011/02/28 00:56:26 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-03-01 14:50 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-01 14:50 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/01 14:50:20

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  Stable for HPPA (bug #355911).
  
  (Portage version: 2.2.0_alpha25/cvs/Linux i686)

Revision  Changes    Path
1.19                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	28 Feb 2011 00:56:26 -0000	1.18
+++ ChangeLog	1 Mar 2011 14:50:20 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.18 2011/02/28 00:56:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.19 2011/03/01 14:50:20 jer Exp $
+
+  01 Mar 2011; Jeroen Roovers <jer@gentoo.org> pv-1.2.0.ebuild:
+  Stable for HPPA (bug #355911).
 
   28 Feb 2011; Brent Baude <ranger@gentoo.org> pv-1.2.0.ebuild:
   stable ppc, bug 355911



1.6                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.5&r2=1.6

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pv-1.2.0.ebuild	28 Feb 2011 00:56:26 -0000	1.5
+++ pv-1.2.0.ebuild	1 Mar 2011 14:50:20 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.5 2011/02/28 00:56:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.6 2011/03/01 14:50:20 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-03-02  0:28 Michael Weber (xmw)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Weber (xmw) @ 2011-03-02  0:28 UTC (permalink / raw
  To: gentoo-commits

xmw         11/03/02 00:28:54

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  sparc stable (bug 355911)
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	1 Mar 2011 14:50:20 -0000	1.19
+++ ChangeLog	2 Mar 2011 00:28:53 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.19 2011/03/01 14:50:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.20 2011/03/02 00:28:53 xmw Exp $
+
+  02 Mar 2011; Michael Weber <xmw@gentoo.org> pv-1.2.0.ebuild:
+  sparc stable (bug 355911)
 
   01 Mar 2011; Jeroen Roovers <jer@gentoo.org> pv-1.2.0.ebuild:
   Stable for HPPA (bug #355911).



1.7                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.6&r2=1.7

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pv-1.2.0.ebuild	1 Mar 2011 14:50:20 -0000	1.6
+++ pv-1.2.0.ebuild	2 Mar 2011 00:28:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.6 2011/03/01 14:50:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.7 2011/03/02 00:28:53 xmw Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-03-11 17:22 Thomas Kahle (tomka)
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-11 17:22 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/11 17:22:17

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  x86 stable per bug 355911
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.21                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Mar 2011 00:28:53 -0000	1.20
+++ ChangeLog	11 Mar 2011 17:22:17 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.20 2011/03/02 00:28:53 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.21 2011/03/11 17:22:17 tomka Exp $
+
+  11 Mar 2011; Thomas Kahle <tomka@gentoo.org> pv-1.2.0.ebuild:
+  x86 stable per bug 355911
 
   02 Mar 2011; Michael Weber <xmw@gentoo.org> pv-1.2.0.ebuild:
   sparc stable (bug 355911)



1.8                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.7&r2=1.8

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pv-1.2.0.ebuild	2 Mar 2011 00:28:53 -0000	1.7
+++ pv-1.2.0.ebuild	11 Mar 2011 17:22:17 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.7 2011/03/02 00:28:53 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.8 2011/03/11 17:22:17 tomka Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-03-23  1:15 Michael Weber (xmw)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Weber (xmw) @ 2011-03-23  1:15 UTC (permalink / raw
  To: gentoo-commits

xmw         11/03/23 01:15:02

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  arm stable (bug 355911)
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 Mar 2011 00:41:42 -0000	1.22
+++ ChangeLog	23 Mar 2011 01:15:02 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.22 2011/03/21 00:41:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.23 2011/03/23 01:15:02 xmw Exp $
+
+  23 Mar 2011; Michael Weber <xmw@gentoo.org> pv-1.2.0.ebuild:
+  arm stable (bug 355911)
 
   21 Mar 2011; Jeroen Roovers <jer@gentoo.org> metadata.xml:
   Maintain.



1.9                  sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.8&r2=1.9

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pv-1.2.0.ebuild	11 Mar 2011 17:22:17 -0000	1.8
+++ pv-1.2.0.ebuild	23 Mar 2011 01:15:02 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.8 2011/03/11 17:22:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.9 2011/03/23 01:15:02 xmw Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-03-24 17:53 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-24 17:53 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/24 17:53:04

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  ppc64 stable wrt #355911
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	23 Mar 2011 01:15:02 -0000	1.23
+++ ChangeLog	24 Mar 2011 17:53:04 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.23 2011/03/23 01:15:02 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.24 2011/03/24 17:53:04 xarthisius Exp $
+
+  24 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> pv-1.2.0.ebuild:
+  ppc64 stable wrt #355911
 
   23 Mar 2011; Michael Weber <xmw@gentoo.org> pv-1.2.0.ebuild:
   arm stable (bug 355911)



1.10                 sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.9&r2=1.10

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pv-1.2.0.ebuild	23 Mar 2011 01:15:02 -0000	1.9
+++ pv-1.2.0.ebuild	24 Mar 2011 17:53:04 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.9 2011/03/23 01:15:02 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.10 2011/03/24 17:53:04 xarthisius Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
 src_configure() {






^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild
@ 2011-12-22 14:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-22 14:35 UTC (permalink / raw
  To: gentoo-commits

jer         11/12/22 14:35:56

  Modified:             ChangeLog pv-1.2.0.ebuild
  Log:
  Simpler and shorter by Mike Frysinger.
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 sys-apps/pv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	2 Apr 2011 06:42:59 -0000	1.25
+++ ChangeLog	22 Dec 2011 14:35:56 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.25 2011/04/02 06:42:59 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.26 2011/12/22 14:35:56 jer Exp $
+
+  22 Dec 2011; Jeroen Roovers <jer@gentoo.org> pv-1.2.0.ebuild:
+  Simpler and shorter by Mike Frysinger.
 
   02 Apr 2011; Christoph Mende <angelos@gentoo.org> -pv-1.1.4.ebuild,
   -pv-1.1.4-r1.ebuild:



1.11                 sys-apps/pv/pv-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild?r1=1.10&r2=1.11

Index: pv-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pv-1.2.0.ebuild	24 Mar 2011 17:53:04 -0000	1.10
+++ pv-1.2.0.ebuild	22 Dec 2011 14:35:56 -0000	1.11
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.10 2011/03/24 17:53:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.2.0.ebuild,v 1.11 2011/12/22 14:35:56 jer Exp $
 
-EAPI="2"
+EAPI="4"
 
 inherit toolchain-funcs
 
@@ -15,19 +15,12 @@
 KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris"
 IUSE="nls"
 
+DOCS=( README doc/NEWS doc/TODO )
+
 src_configure() {
 	econf $(use_enable nls)
 }
 
 src_compile() {
-	emake \
-		CC="$(tc-getCC)" \
-		LD="$(tc-getLD)" \
-		|| die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-
-	dodoc README doc/NEWS doc/TODO || die
+	emake LD="$(tc-getLD)"
 }






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-12-22 14:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 17:59 [gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.2.0.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-22 14:35 Jeroen Roovers (jer)
2011-03-24 17:53 Kacper Kowalik (xarthisius)
2011-03-23  1:15 Michael Weber (xmw)
2011-03-11 17:22 Thomas Kahle (tomka)
2011-03-02  0:28 Michael Weber (xmw)
2011-03-01 14:50 Jeroen Roovers (jer)
2011-02-28  0:56 Brent Baude (ranger)
2011-02-27 15:05 Tobias Klausmann (klausman)
2011-02-22 17:31 Markos Chandras (hwoarang)
2010-12-14 21:44 Christoph Mende (angelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox