public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-sysv-utils: systemd-sysv-utils-215.ebuild ChangeLog
@ 2014-09-15  7:29 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2014-09-15  7:29 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/09/15 07:29:32

  Modified:             ChangeLog
  Added:                systemd-sysv-utils-215.ebuild
  Log:
  Version bump to use the new distfile, requested in bug #520036.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.9                  sys-apps/systemd-sysv-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	16 Apr 2014 02:12:32 -0000	1.8
+++ ChangeLog	15 Sep 2014 07:29:32 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/systemd-sysv-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.8 2014/04/16 02:12:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.9 2014/09/15 07:29:32 mgorny Exp $
+
+*systemd-sysv-utils-215 (15 Sep 2014)
+
+  15 Sep 2014; Michał Górny <mgorny@gentoo.org> +systemd-sysv-utils-215.ebuild:
+  Version bump to use the new distfile, requested in bug #520036.
 
   16 Apr 2014; Mike Gilbert <floppym@gentoo.org> systemd-sysv-utils-208.ebuild,
   systemd-sysv-utils-212.ebuild:



1.1                  sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild

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

Index: systemd-sysv-utils-215.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.1 2014/09/15 07:29:32 mgorny Exp $

EAPI=5

MY_P=systemd-${PV}

DESCRIPTION="sysvinit compatibility symlinks and manpages"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
SRC_URI="http://www.freedesktop.org/software/systemd/${MY_P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

# new enough util-linux to have tools that were provided by sysvinit
# earlier.
RDEPEND="!sys-apps/sysvinit
	>=sys-apps/systemd-201
	>=sys-apps/util-linux-2.24.1-r2"

S=${WORKDIR}/${MY_P}/man

src_install() {
	: ${ROOTPREFIX=/usr}
	for app in halt poweroff reboot runlevel shutdown telinit; do
		doman ${app}.8
		dosym "..${ROOTPREFIX}/bin/systemctl" /sbin/${app}
	done

	newman init.1 init.8
	dosym "..${ROOTPREFIX}/lib/systemd/systemd" /sbin/init
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-sysv-utils: systemd-sysv-utils-215.ebuild ChangeLog
@ 2014-12-27 19:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-27 19:32 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/27 19:32:44

  Modified:             systemd-sysv-utils-215.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #520036
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild

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

Index: systemd-sysv-utils-215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-sysv-utils-215.ebuild	21 Nov 2014 10:18:44 -0000	1.2
+++ systemd-sysv-utils-215.ebuild	27 Dec 2014 19:32:44 -0000	1.3
@@ -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/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.2 2014/11/21 10:18:44 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.3 2014/12/27 19:32:44 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 # new enough util-linux to have tools that were provided by sysvinit



1.12                 sys-apps/systemd-sysv-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	21 Nov 2014 10:18:44 -0000	1.11
+++ ChangeLog	27 Dec 2014 19:32:44 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd-sysv-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.11 2014/11/21 10:18:44 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.12 2014/12/27 19:32:44 ago Exp $
+
+  27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> systemd-sysv-utils-215.ebuild:
+  Stable for amd64, wrt bug #520036
 
   21 Nov 2014; Tobias Klausmann <klausman@gentoo.org>
   systemd-sysv-utils-215.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-sysv-utils: systemd-sysv-utils-215.ebuild ChangeLog
@ 2014-12-28 12:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 12:01 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/28 12:01:22

  Modified:             systemd-sysv-utils-215.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #520036
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild

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

Index: systemd-sysv-utils-215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- systemd-sysv-utils-215.ebuild	27 Dec 2014 19:32:44 -0000	1.3
+++ systemd-sysv-utils-215.ebuild	28 Dec 2014 12:01:22 -0000	1.4
@@ -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/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.3 2014/12/27 19:32:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.4 2014/12/28 12:01:22 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 # new enough util-linux to have tools that were provided by sysvinit



1.13                 sys-apps/systemd-sysv-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Dec 2014 19:32:44 -0000	1.12
+++ ChangeLog	28 Dec 2014 12:01:22 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd-sysv-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.12 2014/12/27 19:32:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.13 2014/12/28 12:01:22 ago Exp $
+
+  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> systemd-sysv-utils-215.ebuild:
+  Stable for x86, wrt bug #520036
 
   27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> systemd-sysv-utils-215.ebuild:
   Stable for amd64, wrt bug #520036





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-sysv-utils: systemd-sysv-utils-215.ebuild ChangeLog
@ 2014-12-31 15:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-31 15:54 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/31 15:54:04

  Modified:             systemd-sysv-utils-215.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #520036
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild

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

Index: systemd-sysv-utils-215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- systemd-sysv-utils-215.ebuild	30 Dec 2014 18:07:52 -0000	1.5
+++ systemd-sysv-utils-215.ebuild	31 Dec 2014 15:54:04 -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/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.5 2014/12/30 18:07:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.6 2014/12/31 15:54:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 # new enough util-linux to have tools that were provided by sysvinit



1.15                 sys-apps/systemd-sysv-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 Dec 2014 18:07:52 -0000	1.14
+++ ChangeLog	31 Dec 2014 15:54:04 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd-sysv-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.14 2014/12/30 18:07:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.15 2014/12/31 15:54:04 ago Exp $
+
+  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> systemd-sysv-utils-215.ebuild:
+  Stable for ppc, wrt bug #520036
 
   30 Dec 2014; Markus Meier <maekke@gentoo.org> systemd-sysv-utils-215.ebuild:
   arm stable, bug #520036





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-sysv-utils: systemd-sysv-utils-215.ebuild ChangeLog
@ 2014-12-31 19:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-31 19:11 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/31 19:11:47

  Modified:             systemd-sysv-utils-215.ebuild ChangeLog
  Log:
  Stable for ia64/ppc64/sparc, wrt bug #520036
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild

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

Index: systemd-sysv-utils-215.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- systemd-sysv-utils-215.ebuild	31 Dec 2014 15:54:04 -0000	1.6
+++ systemd-sysv-utils-215.ebuild	31 Dec 2014 19:11:47 -0000	1.7
@@ -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/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.6 2014/12/31 15:54:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/systemd-sysv-utils-215.ebuild,v 1.7 2014/12/31 19:11:47 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 # new enough util-linux to have tools that were provided by sysvinit



1.16                 sys-apps/systemd-sysv-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	31 Dec 2014 15:54:04 -0000	1.15
+++ ChangeLog	31 Dec 2014 19:11:47 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd-sysv-utils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.15 2014/12/31 15:54:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-sysv-utils/ChangeLog,v 1.16 2014/12/31 19:11:47 ago Exp $
+
+  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> systemd-sysv-utils-215.ebuild:
+  Stable for ia64/ppc64/sparc, wrt bug #520036
 
   31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> systemd-sysv-utils-215.ebuild:
   Stable for ppc, wrt bug #520036





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

end of thread, other threads:[~2014-12-31 19:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15  7:29 [gentoo-commits] gentoo-x86 commit in sys-apps/systemd-sysv-utils: systemd-sysv-utils-215.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-27 19:32 Agostino Sarubbo (ago)
2014-12-28 12:01 Agostino Sarubbo (ago)
2014-12-31 15:54 Agostino Sarubbo (ago)
2014-12-31 19:11 Agostino Sarubbo (ago)

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