public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.6.8.ebuild ChangeLog
@ 2008-02-20 15:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2008-02-20 15:30 UTC (permalink / raw
  To: gentoo-commits

jer         08/02/20 15:30:58

  Modified:             audit-1.6.8.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #184563).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  sys-process/audit/audit-1.6.8.ebuild

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

Index: audit-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audit-1.6.8.ebuild	19 Feb 2008 23:10:16 -0000	1.1
+++ audit-1.6.8.ebuild	20 Feb 2008 15:30:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.1 2008/02/19 23:10:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.2 2008/02/20 15:30:58 jer Exp $
 
 inherit autotools multilib toolchain-funcs python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-lang/python-2.4"



1.38                 sys-process/audit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	19 Feb 2008 23:12:31 -0000	1.37
+++ ChangeLog	20 Feb 2008 15:30:58 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/audit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.37 2008/02/19 23:12:31 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.38 2008/02/20 15:30:58 jer Exp $
+
+  20 Feb 2008; Jeroen Roovers <jer@gentoo.org> audit-1.6.8.ebuild:
+  Marked ~hppa (bug #184563).
 
   19 Feb 2008; Robin H. Johnson <robbat2@gentoo.org>
   -files/audit.h-2.6.18-rc4, -files/elf-em.h-2.6.18-rc4:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.6.8.ebuild ChangeLog
@ 2008-02-20 22:42 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-02-20 22:42 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/02/20 22:42:21

  Modified:             audit-1.6.8.ebuild ChangeLog
  Log:
  Fix up some build issues with audit, LDAP is only needed for the z/OS plugin, Prelude support is not needed, and it fails to install docs due to a Makefile bug.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  sys-process/audit/audit-1.6.8.ebuild

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

Index: audit-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- audit-1.6.8.ebuild	20 Feb 2008 15:30:58 -0000	1.2
+++ audit-1.6.8.ebuild	20 Feb 2008 22:42:21 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.2 2008/02/20 15:30:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.3 2008/02/20 22:42:21 robbat2 Exp $
 
 inherit autotools multilib toolchain-funcs python
 
@@ -11,9 +11,10 @@ SRC_URI="http://people.redhat.com/sgrubb
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="ldap"
 
-RDEPEND=">=dev-lang/python-2.4"
+RDEPEND=">=dev-lang/python-2.4
+		ldap? ( net-nds/openldap )"
 DEPEND="${RDEPEND}
 	dev-lang/swig
 	>=sys-kernel/linux-headers-2.6.22-r2"
@@ -30,23 +31,44 @@ src_unpack() {
 	#EPATCH_OPTS="-p1 -d${S}" epatch "${FILESDIR}"/${PN}-1.5.4-swig-gcc-attribute.patch
 
 	# Do not build GUI tools
-	sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' "${S}"/configure.ac
-	sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' "${S}"/Makefile.am
+	sed -i \
+		-e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' \
+		"${S}"/configure.ac
+	sed -i \
+		-e 's,system-config-audit,,g' \
+		-e '/^SUBDIRS/s,\\$,,g' \
+		"${S}"/Makefile.am
 	rm -rf "${S}"/system-config-audit
 
+	# Probably goes away in 1.6.9
+	EPATCH_OPTS="-p1 -d${S}" epatch "${FILESDIR}"/audit-1.6.8-subdirs-fix.patch
+
+	if ! use ldap; then
+		sed -i \
+			-e '/^AC_OUTPUT/s,audisp/plugins/zos-remote/Makefile,,g' \
+			"${S}"/configure.ac
+		sed -i \
+			-e '/^SUBDIRS/s,zos-remote,,g' \
+			"${S}"/audisp/plugins/Makefile.am
+	fi
+
 	# Regenerate autotooling
 	eautoreconf
 }
 
 src_compile() {
 	#append-flags -D'__attribute__(x)='
-	econf --sbindir=/sbin || die
+	econf --sbindir=/sbin --without-prelude || die
 	emake || die "emake failed"
 }
 
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog README* THANKS TODO contrib/*
+	dodoc AUTHORS ChangeLog README* THANKS TODO
+	docinto contrib
+	dodoc contrib/*
+	docinto contrib/plugin
+	dodoc contrib/plugin/*
 
 	newinitd "${FILESDIR}"/auditd-init.d-1.2.3 auditd
 	newconfd "${FILESDIR}"/auditd-conf.d-1.2.3 auditd



1.39                 sys-process/audit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -p -w -b -B -u -u -r1.38 -r1.39
--- ChangeLog	20 Feb 2008 15:30:58 -0000	1.38
+++ ChangeLog	20 Feb 2008 22:42:21 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for sys-process/audit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.38 2008/02/20 15:30:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.39 2008/02/20 22:42:21 robbat2 Exp $
+
+  20 Feb 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +files/audit-1.6.8-subdirs-fix.patch, audit-1.6.8.ebuild:
+  Fix up some build issues with audit, LDAP is only needed for the z/OS
+  plugin, Prelude support is not needed, and it fails to install docs due to a
+  Makefile bug.
 
   20 Feb 2008; Jeroen Roovers <jer@gentoo.org> audit-1.6.8.ebuild:
   Marked ~hppa (bug #184563).



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.6.8.ebuild ChangeLog
@ 2008-02-20 22:48 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-02-20 22:48 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/02/20 22:48:11

  Modified:             audit-1.6.8.ebuild ChangeLog
  Log:
  Disable the testcases as they are redhat specific.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  sys-process/audit/audit-1.6.8.ebuild

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

Index: audit-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- audit-1.6.8.ebuild	20 Feb 2008 22:42:21 -0000	1.3
+++ audit-1.6.8.ebuild	20 Feb 2008 22:48:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.3 2008/02/20 22:42:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.4 2008/02/20 22:48:10 robbat2 Exp $
 
 inherit autotools multilib toolchain-funcs python
 
@@ -12,6 +12,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ldap"
+# Testcases are pretty useless as they are built for RedHat users/groups and
+# kernels.
+RESTRICT="test"
 
 RDEPEND=">=dev-lang/python-2.4
 		ldap? ( net-nds/openldap )"



1.40                 sys-process/audit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -p -w -b -B -u -u -r1.39 -r1.40
--- ChangeLog	20 Feb 2008 22:42:21 -0000	1.39
+++ ChangeLog	20 Feb 2008 22:48:10 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/audit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.39 2008/02/20 22:42:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.40 2008/02/20 22:48:10 robbat2 Exp $
+
+  20 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> audit-1.6.8.ebuild:
+  Disable the testcases as they are redhat specific.
 
   20 Feb 2008; Robin H. Johnson <robbat2@gentoo.org>
   +files/audit-1.6.8-subdirs-fix.patch, audit-1.6.8.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.6.8.ebuild ChangeLog
@ 2008-04-03  3:40 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2008-04-03  3:40 UTC (permalink / raw
  To: gentoo-commits

jer         08/04/03 03:40:28

  Modified:             audit-1.6.8.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  sys-process/audit/audit-1.6.8.ebuild

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

Index: audit-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audit-1.6.8.ebuild	20 Feb 2008 22:48:10 -0000	1.4
+++ audit-1.6.8.ebuild	3 Apr 2008 03:40:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.4 2008/02/20 22:48:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.5 2008/04/03 03:40:27 jer Exp $
 
 inherit autotools multilib toolchain-funcs python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ldap"
 # Testcases are pretty useless as they are built for RedHat users/groups and
 # kernels.



1.43                 sys-process/audit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	2 Apr 2008 01:00:09 -0000	1.42
+++ ChangeLog	3 Apr 2008 03:40:27 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/audit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.42 2008/04/02 01:00:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.43 2008/04/03 03:40:27 jer Exp $
+
+  03 Apr 2008; Jeroen Roovers <jer@gentoo.org> audit-1.6.8.ebuild:
+  Stable for HPPA too.
 
 *audit-1.7 (02 Apr 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.6.8.ebuild ChangeLog
@ 2008-04-06 18:23 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-04-06 18:23 UTC (permalink / raw
  To: gentoo-commits

klausman    08/04/06 18:23:07

  Modified:             audit-1.6.8.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #184563
  (Portage version: 2.1.5_rc1)

Revision  Changes    Path
1.6                  sys-process/audit/audit-1.6.8.ebuild

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

Index: audit-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- audit-1.6.8.ebuild	3 Apr 2008 03:40:27 -0000	1.5
+++ audit-1.6.8.ebuild	6 Apr 2008 18:23:07 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.5 2008/04/03 03:40:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.8.ebuild,v 1.6 2008/04/06 18:23:07 klausman Exp $
 
 inherit autotools multilib toolchain-funcs python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ldap"
 # Testcases are pretty useless as they are built for RedHat users/groups and
 # kernels.



1.44                 sys-process/audit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	3 Apr 2008 03:40:27 -0000	1.43
+++ ChangeLog	6 Apr 2008 18:23:07 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sys-process/audit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.43 2008/04/03 03:40:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.44 2008/04/06 18:23:07 klausman Exp $
+
+  06 Apr 2008; Tobias Klausmann <klausman@gentoo.org> audit-1.6.8.ebuild:
+  Keyworded on alpha, bug #184563
 
   03 Apr 2008; Jeroen Roovers <jer@gentoo.org> audit-1.6.8.ebuild:
   Stable for HPPA too.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-04-06 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 22:48 [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.6.8.ebuild ChangeLog Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-06 18:23 Tobias Klausmann (klausman)
2008-04-03  3:40 Jeroen Roovers (jer)
2008-02-20 22:42 Robin H. Johnson (robbat2)
2008-02-20 15:30 Jeroen Roovers (jer)

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