public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/attr: ChangeLog attr-2.4.47-r1.ebuild
@ 2013-08-10 13:41 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-10 13:41 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/10 13:41:21

  Modified:             ChangeLog
  Added:                attr-2.4.47-r1.ebuild
  Log:
  Convert to multilib, bug #479310
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.156                sys-apps/attr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	10 Aug 2013 12:50:12 -0000	1.155
+++ ChangeLog	10 Aug 2013 13:41:21 -0000	1.156
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/attr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.155 2013/08/10 12:50:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.156 2013/08/10 13:41:21 aballier Exp $
+
+*attr-2.4.47-r1 (10 Aug 2013)
+
+  10 Aug 2013; Alexis Ballier <aballier@gentoo.org> +attr-2.4.47-r1.ebuild:
+  Convert to multilib, bug #479310
 
   10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> attr-2.4.46-r2.ebuild:
   Stable for ppc, wrt bug #470570



1.1                  sys-apps/attr/attr-2.4.47-r1.ebuild

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

Index: attr-2.4.47-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.1 2013/08/10 13:41:21 aballier Exp $

EAPI="4"

inherit eutils toolchain-funcs multilib-minimal

DESCRIPTION="Extended attributes tools"
HOMEPAGE="http://savannah.nongnu.org/projects/attr"
SRC_URI="mirror://nongnu/${PN}/${P}.src.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="nls static-libs"

DEPEND="nls? ( sys-devel/gettext )
	sys-devel/autoconf"
RDEPEND=""

src_prepare() {
	sed -i \
		-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
		-e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
		include/builddefs.in \
		|| die
	strip-linguas -u po
	multilib_copy_sources # https://savannah.nongnu.org/bugs/index.php?39736
}

multilib_src_configure() {
	unset PLATFORM #184564
	export OPTIMIZER=${CFLAGS}
	export DEBUG=-DNDEBUG

	econf \
		$(use_enable nls gettext) \
		--enable-shared $(use_enable static-libs static) \
		--libexecdir="${EPREFIX}"/usr/$(get_libdir) \
		--bindir="${EPREFIX}"/bin
}

multilib_src_compile() {
	emake $(multilib_is_native_abi || echo TOOL_SUBDIRS=)
}

multilib_src_install() {
	emake \
		$(multilib_is_native_abi || echo TOOL_SUBDIRS=) \
		DIST_ROOT="${D}" \
		install install-lib install-dev

	# we install attr into /bin, so we need the shared lib with it
	multilib_is_native_abi && gen_usr_ldscript -a attr
}

multilib_src_install_all() {
	use static-libs || find "${ED}" -name '*.la' -delete
	# the man-pages packages provides the man2 files
	rm -r "${ED}"/usr/share/man/man2 || die
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/attr: ChangeLog attr-2.4.47-r1.ebuild
@ 2013-08-10 17:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-10 17:20 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/10 17:20:32

  Modified:             ChangeLog attr-2.4.47-r1.ebuild
  Log:
  Add blockers on emul-libs so that it is stacked for baselibs r10
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.157                sys-apps/attr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	10 Aug 2013 13:41:21 -0000	1.156
+++ ChangeLog	10 Aug 2013 17:20:31 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/attr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.156 2013/08/10 13:41:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.157 2013/08/10 17:20:31 aballier Exp $
+
+  10 Aug 2013; Alexis Ballier <aballier@gentoo.org> attr-2.4.47-r1.ebuild:
+  Add blockers on emul-libs so that it is stacked for baselibs r10
 
 *attr-2.4.47-r1 (10 Aug 2013)
 



1.2                  sys-apps/attr/attr-2.4.47-r1.ebuild

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

Index: attr-2.4.47-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- attr-2.4.47-r1.ebuild	10 Aug 2013 13:41:21 -0000	1.1
+++ attr-2.4.47-r1.ebuild	10 Aug 2013 17:20:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.1 2013/08/10 13:41:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.2 2013/08/10 17:20:31 aballier Exp $
 
 EAPI="4"
 
@@ -17,7 +17,10 @@
 
 DEPEND="nls? ( sys-devel/gettext )
 	sys-devel/autoconf"
-RDEPEND=""
+RDEPEND="abi_x86_32? (
+		!<=app-emulation/emul-linux-x86-baselibs-20130224-r9
+		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+	)"
 
 src_prepare() {
 	sed -i \





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/attr: ChangeLog attr-2.4.47-r1.ebuild
@ 2014-02-08 15:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2014-02-08 15:00 UTC (permalink / raw
  To: gentoo-commits

jer         14/02/08 15:00:06

  Modified:             ChangeLog attr-2.4.47-r1.ebuild
  Log:
  Stable for HPPA (bug #474296).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.163                sys-apps/attr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	17 Jan 2014 04:23:10 -0000	1.162
+++ ChangeLog	8 Feb 2014 15:00:06 -0000	1.163
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/attr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.162 2014/01/17 04:23:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.163 2014/02/08 15:00:06 jer Exp $
+
+  08 Feb 2014; Jeroen Roovers <jer@gentoo.org> attr-2.4.47-r1.ebuild:
+  Stable for HPPA (bug #474296).
 
   17 Jan 2014; Mike Frysinger <vapier@gentoo.org> attr-2.4.46-r2.ebuild,
   attr-2.4.47-r1.ebuild:



1.6                  sys-apps/attr/attr-2.4.47-r1.ebuild

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

Index: attr-2.4.47-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- attr-2.4.47-r1.ebuild	17 Jan 2014 04:23:10 -0000	1.5
+++ attr-2.4.47-r1.ebuild	8 Feb 2014 15:00:06 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.5 2014/01/17 04:23:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.6 2014/02/08 15:00:06 jer Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="nls static-libs"
 
 DEPEND="nls? ( sys-devel/gettext )





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/attr: ChangeLog attr-2.4.47-r1.ebuild
@ 2014-02-14 19:16 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2014-02-14 19:16 UTC (permalink / raw
  To: gentoo-commits

maekke      14/02/14 19:16:24

  Modified:             ChangeLog attr-2.4.47-r1.ebuild
  Log:
  arm stable, bug #474296
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.165                sys-apps/attr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	11 Feb 2014 15:08:33 -0000	1.164
+++ ChangeLog	14 Feb 2014 19:16:24 -0000	1.165
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/attr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.164 2014/02/11 15:08:33 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.165 2014/02/14 19:16:24 maekke Exp $
+
+  14 Feb 2014; Markus Meier <maekke@gentoo.org> attr-2.4.47-r1.ebuild:
+  arm stable, bug #474296
 
   11 Feb 2014; Akinori Hattori <hattya@gentoo.org> attr-2.4.47-r1.ebuild:
   ia64 stable wrt bug #474296



1.8                  sys-apps/attr/attr-2.4.47-r1.ebuild

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

Index: attr-2.4.47-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- attr-2.4.47-r1.ebuild	11 Feb 2014 15:08:33 -0000	1.7
+++ attr-2.4.47-r1.ebuild	14 Feb 2014 19:16:24 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.7 2014/02/11 15:08:33 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.8 2014/02/14 19:16:24 maekke Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="nls static-libs"
 
 DEPEND="nls? ( sys-devel/gettext )





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/attr: ChangeLog attr-2.4.47-r1.ebuild
@ 2014-02-15 18:42 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 5+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-02-15 18:42 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/02/15 18:42:00

  Modified:             ChangeLog attr-2.4.47-r1.ebuild
  Log:
  Stable for amd64 wrt bug #474296
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.166                sys-apps/attr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	14 Feb 2014 19:16:24 -0000	1.165
+++ ChangeLog	15 Feb 2014 18:41:59 -0000	1.166
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/attr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.165 2014/02/14 19:16:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.166 2014/02/15 18:41:59 nimiux Exp $
+
+  15 Feb 2014; Chema Alonso <nimiux@gentoo.org> attr-2.4.47-r1.ebuild:
+  Stable for amd64 wrt bug #474296
 
   14 Feb 2014; Markus Meier <maekke@gentoo.org> attr-2.4.47-r1.ebuild:
   arm stable, bug #474296



1.9                  sys-apps/attr/attr-2.4.47-r1.ebuild

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

Index: attr-2.4.47-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- attr-2.4.47-r1.ebuild	14 Feb 2014 19:16:24 -0000	1.8
+++ attr-2.4.47-r1.ebuild	15 Feb 2014 18:41:59 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.8 2014/02/14 19:16:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.9 2014/02/15 18:41:59 nimiux Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="nls static-libs"
 
 DEPEND="nls? ( sys-devel/gettext )





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

end of thread, other threads:[~2014-02-15 18:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-15 18:42 [gentoo-commits] gentoo-x86 commit in sys-apps/attr: ChangeLog attr-2.4.47-r1.ebuild JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-14 19:16 Markus Meier (maekke)
2014-02-08 15:00 Jeroen Roovers (jer)
2013-08-10 17:20 Alexis Ballier (aballier)
2013-08-10 13:41 Alexis Ballier (aballier)

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