public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2009-01-05 23:09 Mike Frysinger (vapier)
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2009-01-05 23:09 UTC (permalink / raw
  To: gentoo-commits

vapier      09/01/05 23:09:49

  Modified:             ChangeLog
  Added:                quota-3.17.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.39                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	25 Nov 2008 11:57:53 -0000	1.38
+++ ChangeLog	5 Jan 2009 23:09:49 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/quota
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.38 2008/11/25 11:57:53 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.39 2009/01/05 23:09:49 vapier Exp $
+
+*quota-3.17 (05 Jan 2009)
+
+  05 Jan 2009; Mike Frysinger <vapier@gentoo.org> +quota-3.17.ebuild:
+  Version bump.
 
   25 Nov 2008; Raúl Porcel <armin76@gentoo.org> quota-3.15.ebuild:
   alpha/ia64/sparc stable wrt #247651



1.1                  sys-fs/quota/quota-3.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.1&content-type=text/plain

Index: quota-3.17.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.1 2009/01/05 23:09:49 vapier Exp $

inherit eutils flag-o-matic

DESCRIPTION="Linux quota tools"
HOMEPAGE="http://sourceforge.net/projects/linuxquota/"
SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE="nls tcpd ldap rpc"

RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
	tcpd? ( sys-apps/tcp-wrappers )
	rpc? ( net-nds/portmap )"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

S=${WORKDIR}/quota-tools

src_unpack() {
	unpack ${A}
	cd "${S}"

	# patch to prevent quotactl.2 manpage from being installed
	# that page is provided by man-pages instead
	epatch "${FILESDIR}"/${PN}-no-quotactl-manpage.patch

	# This was for openldap-2.2 support before,
	# Now we only support >=2.3
	append-cppflags -DLDAP_DEPRECATED=0

	sed -i -e "s:,LIBS=\"\$saved_LIBS=\":;LIBS=\"\$saved_LIBS\":" configure
}

src_compile() {
	econf \
		$(use_enable nls) \
		$(use_enable ldap ldapmail) \
		$(use_enable rpc) \
		$(use_enable rpc rpcsetquota) \
		|| die
	emake || die
}

src_install() {
	emake STRIP="" ROOTDIR="${D}" install || die
	rm -r "${D}"/usr/include || die #70938

	insinto /etc
	insopts -m0644
	doins warnquota.conf quotatab

	dodoc doc/*
	dodoc README.*
	dodoc Changelog

	newinitd "${FILESDIR}"/quota.rc6 quota
	newconfd "${FILESDIR}"/quota.confd quota

	if use rpc ; then
		newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad
	else
		rm -f "${D}"/usr/sbin/rpc.rquotad
	fi

	if use ldap ; then
		insinto /etc/openldap/schema
		insopts -m0644
		doins ldap-scripts/quota.schema

		exeinto /usr/share/quota/ldap-scripts
		doexe ldap-scripts/*.pl
		doexe ldap-scripts/edquota_editor
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2009-06-04  5:52 Mike Frysinger (vapier)
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2009-06-04  5:52 UTC (permalink / raw
  To: gentoo-commits

vapier      09/06/04 05:52:47

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  Allow portmap or rpcbind #272422 by Kevin Bryan.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	21 Jan 2009 20:22:45 -0000	1.40
+++ ChangeLog	4 Jun 2009 05:52:47 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.40 2009/01/21 20:22:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.41 2009/06/04 05:52:47 vapier Exp $
+
+  04 Jun 2009; Mike Frysinger <vapier@gentoo.org> quota-3.17.ebuild:
+  Allow portmap or rpcbind #272422 by Kevin Bryan.
 
   21 Jan 2009; Jeroen Roovers <jer@gentoo.org> quota-3.15.ebuild:
   Stable for HPPA (bug #247651).



1.2                  sys-fs/quota/quota-3.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.1&r2=1.2

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quota-3.17.ebuild	5 Jan 2009 23:09:49 -0000	1.1
+++ quota-3.17.ebuild	4 Jun 2009 05:52:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.1 2009/01/05 23:09:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.2 2009/06/04 05:52:47 vapier Exp $
 
 inherit eutils flag-o-matic
 
@@ -15,7 +15,7 @@
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
 	tcpd? ( sys-apps/tcp-wrappers )
-	rpc? ( net-nds/portmap )"
+	rpc? ( || ( net-nds/portmap net-nds/rpcbind ) )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
 






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2009-06-07 12:47 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2009-06-07 12:47 UTC (permalink / raw
  To: gentoo-commits

maekke      09/06/07 12:47:22

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  amd64/x86 stable, bug #272531
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	4 Jun 2009 05:52:47 -0000	1.41
+++ ChangeLog	7 Jun 2009 12:47:22 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.41 2009/06/04 05:52:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.42 2009/06/07 12:47:22 maekke Exp $
+
+  07 Jun 2009; Markus Meier <maekke@gentoo.org> quota-3.17.ebuild:
+  amd64/x86 stable, bug #272531
 
   04 Jun 2009; Mike Frysinger <vapier@gentoo.org> quota-3.17.ebuild:
   Allow portmap or rpcbind #272422 by Kevin Bryan.



1.3                  sys-fs/quota/quota-3.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.2&r2=1.3

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quota-3.17.ebuild	4 Jun 2009 05:52:47 -0000	1.2
+++ quota-3.17.ebuild	7 Jun 2009 12:47:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.2 2009/06/04 05:52:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.3 2009/06/07 12:47:22 maekke Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2009-06-07 19:17 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-06-07 19:17 UTC (permalink / raw
  To: gentoo-commits

klausman    09/06/07 19:17:18

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  Stable on alpha, bug #272531
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	7 Jun 2009 12:47:22 -0000	1.42
+++ ChangeLog	7 Jun 2009 19:17:18 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.42 2009/06/07 12:47:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.43 2009/06/07 19:17:18 klausman Exp $
+
+  07 Jun 2009; Tobias Klausmann <klausman@gentoo.org> quota-3.17.ebuild:
+  Stable on alpha, bug #272531
 
   07 Jun 2009; Markus Meier <maekke@gentoo.org> quota-3.17.ebuild:
   amd64/x86 stable, bug #272531



1.4                  sys-fs/quota/quota-3.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.3&r2=1.4

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quota-3.17.ebuild	7 Jun 2009 12:47:22 -0000	1.3
+++ quota-3.17.ebuild	7 Jun 2009 19:17:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.3 2009/06/07 12:47:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.4 2009/06/07 19:17:18 klausman Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2009-06-11  5:36 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-11  5:36 UTC (permalink / raw
  To: gentoo-commits

jer         09/06/11 05:36:38

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  Stable for HPPA (bug #272531).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.44                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	7 Jun 2009 19:17:18 -0000	1.43
+++ ChangeLog	11 Jun 2009 05:36:38 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.43 2009/06/07 19:17:18 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.44 2009/06/11 05:36:38 jer Exp $
+
+  11 Jun 2009; Jeroen Roovers <jer@gentoo.org> quota-3.17.ebuild:
+  Stable for HPPA (bug #272531).
 
   07 Jun 2009; Tobias Klausmann <klausman@gentoo.org> quota-3.17.ebuild:
   Stable on alpha, bug #272531



1.5                  sys-fs/quota/quota-3.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.4&r2=1.5

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quota-3.17.ebuild	7 Jun 2009 19:17:18 -0000	1.4
+++ quota-3.17.ebuild	11 Jun 2009 05:36:38 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.4 2009/06/07 19:17:18 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.5 2009/06/11 05:36:38 jer Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc ~sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2009-06-15 14:11 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2009-06-15 14:11 UTC (permalink / raw
  To: gentoo-commits

armin76     09/06/15 14:11:40

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  ia64/sparc stable wrt #272531
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.45                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	11 Jun 2009 05:36:38 -0000	1.44
+++ ChangeLog	15 Jun 2009 14:11:40 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.44 2009/06/11 05:36:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.45 2009/06/15 14:11:40 armin76 Exp $
+
+  15 Jun 2009; Raúl Porcel <armin76@gentoo.org> quota-3.17.ebuild:
+  ia64/sparc stable wrt #272531
 
   11 Jun 2009; Jeroen Roovers <jer@gentoo.org> quota-3.17.ebuild:
   Stable for HPPA (bug #272531).



1.6                  sys-fs/quota/quota-3.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.5&r2=1.6

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- quota-3.17.ebuild	11 Jun 2009 05:36:38 -0000	1.5
+++ quota-3.17.ebuild	15 Jun 2009 14:11:40 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.5 2009/06/11 05:36:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.6 2009/06/15 14:11:40 armin76 Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2009-07-15 18:42 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 11+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-07-15 18:42 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/07/15 18:42:42

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  ppc stable #272531
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.46                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	15 Jun 2009 14:11:40 -0000	1.45
+++ ChangeLog	15 Jul 2009 18:42:42 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.45 2009/06/15 14:11:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.46 2009/07/15 18:42:42 nixnut Exp $
+
+  15 Jul 2009; nixnut <nixnut@gentoo.org> quota-3.17.ebuild:
+  ppc stable #272531
 
   15 Jun 2009; Raúl Porcel <armin76@gentoo.org> quota-3.17.ebuild:
   ia64/sparc stable wrt #272531



1.7                  sys-fs/quota/quota-3.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/quota/quota-3.17.ebuild?r1=1.6&r2=1.7

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- quota-3.17.ebuild	15 Jun 2009 14:11:40 -0000	1.6
+++ quota-3.17.ebuild	15 Jul 2009 18:42:42 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.6 2009/06/15 14:11:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.7 2009/07/15 18:42:42 nixnut Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2010-10-30 11:20 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2010-10-30 11:20 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/30 11:20:23

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  add ~arm, bug #340455
  
  (Portage version: 2.2.0_alpha2/cvs/Linux i686)

Revision  Changes    Path
1.47                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	15 Jul 2009 18:42:42 -0000	1.46
+++ ChangeLog	30 Oct 2010 11:20:23 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.46 2009/07/15 18:42:42 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.47 2010/10/30 11:20:23 maekke Exp $
+
+  30 Oct 2010; Markus Meier <maekke@gentoo.org> quota-3.17.ebuild:
+  add ~arm, bug #340455
 
   15 Jul 2009; nixnut <nixnut@gentoo.org> quota-3.17.ebuild:
   ppc stable #272531



1.8                  sys-fs/quota/quota-3.17.ebuild

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

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- quota-3.17.ebuild	15 Jul 2009 18:42:42 -0000	1.7
+++ quota-3.17.ebuild	30 Oct 2010 11:20:23 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.7 2009/07/15 18:42:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.8 2010/10/30 11:20:23 maekke Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2011-02-26 16:49 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-26 16:49 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/26 16:49:17

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  Marked ~ppc64 wrt #340455
  
  (Portage version: 2.2.0_alpha25/cvs/Linux ppc64)

Revision  Changes    Path
1.49                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	6 Feb 2011 11:03:20 -0000	1.48
+++ ChangeLog	26 Feb 2011 16:49:17 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.48 2011/02/06 11:03:20 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.49 2011/02/26 16:49:17 xarthisius Exp $
+
+  26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> quota-3.17.ebuild:
+  Marked ~ppc64 wrt #340455
 
   06 Feb 2011; Mart Raudsepp <leio@gentoo.org> quota-3.14-r1.ebuild:
   Drop to ~mips



1.9                  sys-fs/quota/quota-3.17.ebuild

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

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- quota-3.17.ebuild	30 Oct 2010 11:20:23 -0000	1.8
+++ quota-3.17.ebuild	26 Feb 2011 16:49:17 -0000	1.9
@@ -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-fs/quota/quota-3.17.ebuild,v 1.8 2010/10/30 11:20:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.9 2011/02/26 16:49:17 xarthisius Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2011-03-13 11:35 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 11+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-13 11:35 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/13 11:35:24

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  ppc64 stable wrt #358375
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	3 Mar 2011 07:26:27 -0000	1.50
+++ ChangeLog	13 Mar 2011 11:35:24 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.50 2011/03/03 07:26:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.51 2011/03/13 11:35:24 xarthisius Exp $
+
+  13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> quota-3.17.ebuild:
+  ppc64 stable wrt #358375
 
 *quota-3.17-r1 (03 Mar 2011)
 



1.10                 sys-fs/quota/quota-3.17.ebuild

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

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- quota-3.17.ebuild	26 Feb 2011 16:49:17 -0000	1.9
+++ quota-3.17.ebuild	13 Mar 2011 11:35:24 -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-fs/quota/quota-3.17.ebuild,v 1.9 2011/02/26 16:49:17 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.10 2011/03/13 11:35:24 xarthisius Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild
@ 2011-03-18 17:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-18 17:37 UTC (permalink / raw
  To: gentoo-commits

armin76     11/03/18 17:37:00

  Modified:             ChangeLog quota-3.17.ebuild
  Log:
  arm stable
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.52                 sys-fs/quota/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/quota/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	13 Mar 2011 11:35:24 -0000	1.51
+++ ChangeLog	18 Mar 2011 17:37:00 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/quota
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.51 2011/03/13 11:35:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.52 2011/03/18 17:37:00 armin76 Exp $
+
+  18 Mar 2011; Raúl Porcel <armin76@gentoo.org> quota-3.17.ebuild:
+  arm stable
 
   13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> quota-3.17.ebuild:
   ppc64 stable wrt #358375



1.11                 sys-fs/quota/quota-3.17.ebuild

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

Index: quota-3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- quota-3.17.ebuild	13 Mar 2011 11:35:24 -0000	1.10
+++ quota-3.17.ebuild	18 Mar 2011 17:37:00 -0000	1.11
@@ -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-fs/quota/quota-3.17.ebuild,v 1.10 2011/03/13 11:35:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.11 2011/03/18 17:37:00 armin76 Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="nls tcpd ldap rpc"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )






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

end of thread, other threads:[~2011-03-18 17:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-07 12:47 [gentoo-commits] gentoo-x86 commit in sys-fs/quota: ChangeLog quota-3.17.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-18 17:37 Raul Porcel (armin76)
2011-03-13 11:35 Kacper Kowalik (xarthisius)
2011-02-26 16:49 Kacper Kowalik (xarthisius)
2010-10-30 11:20 Markus Meier (maekke)
2009-07-15 18:42 Gysbert Wassenaar (nixnut)
2009-06-15 14:11 Raul Porcel (armin76)
2009-06-11  5:36 Jeroen Roovers (jer)
2009-06-07 19:17 Tobias Klausmann (klausman)
2009-06-04  5:52 Mike Frysinger (vapier)
2009-01-05 23:09 Mike Frysinger (vapier)

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