public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/smokeqt: smokeqt-4.10.2.ebuild ChangeLog
@ 2013-04-06  0:03 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-04-06  0:03 UTC (permalink / raw
  To: gentoo-commits

dilfridge    13/04/06 00:03:59

  Modified:             ChangeLog
  Added:                smokeqt-4.10.2.ebuild
  Log:
  Version bump KDE SC 4.10.2
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)

Revision  Changes    Path
1.64                 kde-base/smokeqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	2 Apr 2013 20:51:17 -0000	1.63
+++ ChangeLog	6 Apr 2013 00:03:59 -0000	1.64
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/smokeqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.63 2013/04/02 20:51:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.64 2013/04/06 00:03:59 dilfridge Exp $
+
+*smokeqt-4.10.2 (05 Apr 2013)
+
+  05 Apr 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+  +smokeqt-4.10.2.ebuild:
+  Version bump KDE SC 4.10.2
 
   02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.1.ebuild:
   Stable for ppc64, wrt to bug #462890



1.1                  kde-base/smokeqt/smokeqt-4.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.1&content-type=text/plain

Index: smokeqt-4.10.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.1 2013/04/06 00:03:59 dilfridge Exp $

EAPI=5

DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
OPENGL_REQUIRED="optional"
KDE_REQUIRED="never"

inherit kde4-base

DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +phonon qimageblitz qscintilla qwt webkit"

# Maybe make more of Qt optional?
DEPEND="
	$(add_kdebase_dep smokegen)
	dev-qt/qtcore:4
	dev-qt/qtdbus:4
	dev-qt/qtgui:4
	dev-qt/qtscript:4
	dev-qt/qtsql:4
	dev-qt/qtsvg:4
	dev-qt/qttest:4
	phonon? ( >=media-libs/phonon-4.4.3 )
	qimageblitz? ( >=media-libs/qimageblitz-0.0.4 )
	qscintilla? ( x11-libs/qscintilla )
	qwt? ( x11-libs/qwt:5 )
	webkit? ( dev-qt/qtwebkit:4 )
"
RDEPEND="${DEPEND}"

# Split in 4.7
add_blocker smoke

src_configure() {
	mycmakeargs=(
		-DDISABLE_Qt3Support=ON
		-DWITH_QT3_SUPPORT=OFF
		$(cmake-utils_use_disable declarative QtDeclarative)
		$(cmake-utils_use_disable multimedia QtMultimedia)
		$(cmake-utils_use_disable opengl QtOpenGL)
		$(cmake-utils_use_with phonon)
		$(cmake-utils_use_with qimageblitz QImageBlitz)
		$(cmake-utils_use_with qscintilla QScintilla)
		$(cmake-utils_use_disable qthelp QtHelp)
		$(cmake-utils_use_disable qwt Qwt5)
		$(cmake-utils_use_disable webkit QtWebKit)
	)
	kde4-base_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/smokeqt: smokeqt-4.10.2.ebuild ChangeLog
@ 2013-04-29 12:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-29 12:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/29 12:44:07

  Modified:             smokeqt-4.10.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt to bug #466074
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  kde-base/smokeqt/smokeqt-4.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?r1=1.1&r2=1.2

Index: smokeqt-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smokeqt-4.10.2.ebuild	6 Apr 2013 00:03:59 -0000	1.1
+++ smokeqt-4.10.2.ebuild	29 Apr 2013 12:44:07 -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/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.1 2013/04/06 00:03:59 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.2 2013/04/29 12:44:07 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +phonon qimageblitz qscintilla qwt webkit"
 
 # Maybe make more of Qt optional?



1.65                 kde-base/smokeqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	6 Apr 2013 00:03:59 -0000	1.64
+++ ChangeLog	29 Apr 2013 12:44:07 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/smokeqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.64 2013/04/06 00:03:59 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.65 2013/04/29 12:44:07 ago Exp $
+
+  29 Apr 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.2.ebuild:
+  Stable for amd64, wrt to bug #466074
 
 *smokeqt-4.10.2 (05 Apr 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/smokeqt: smokeqt-4.10.2.ebuild ChangeLog
@ 2013-04-30  9:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-30  9:39 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/30 09:39:53

  Modified:             smokeqt-4.10.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt to bug #466074
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/smokeqt/smokeqt-4.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?r1=1.2&r2=1.3

Index: smokeqt-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smokeqt-4.10.2.ebuild	29 Apr 2013 12:44:07 -0000	1.2
+++ smokeqt-4.10.2.ebuild	30 Apr 2013 09:39:53 -0000	1.3
@@ -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/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.2 2013/04/29 12:44:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.3 2013/04/30 09:39:53 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +phonon qimageblitz qscintilla qwt webkit"
 
 # Maybe make more of Qt optional?



1.66                 kde-base/smokeqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	29 Apr 2013 12:44:07 -0000	1.65
+++ ChangeLog	30 Apr 2013 09:39:53 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/smokeqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.65 2013/04/29 12:44:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.66 2013/04/30 09:39:53 ago Exp $
+
+  30 Apr 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.2.ebuild:
+  Stable for x86, wrt to bug #466074
 
   29 Apr 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.2.ebuild:
   Stable for amd64, wrt to bug #466074





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

* [gentoo-commits] gentoo-x86 commit in kde-base/smokeqt: smokeqt-4.10.2.ebuild ChangeLog
@ 2013-05-01 11:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-01 11:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/01 11:50:33

  Modified:             smokeqt-4.10.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt to bug #466074
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/smokeqt/smokeqt-4.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?r1=1.3&r2=1.4

Index: smokeqt-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smokeqt-4.10.2.ebuild	30 Apr 2013 09:39:53 -0000	1.3
+++ smokeqt-4.10.2.ebuild	1 May 2013 11:50:33 -0000	1.4
@@ -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/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.3 2013/04/30 09:39:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.4 2013/05/01 11:50:33 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +phonon qimageblitz qscintilla qwt webkit"
 
 # Maybe make more of Qt optional?



1.67                 kde-base/smokeqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	30 Apr 2013 09:39:53 -0000	1.66
+++ ChangeLog	1 May 2013 11:50:33 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/smokeqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.66 2013/04/30 09:39:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.67 2013/05/01 11:50:33 ago Exp $
+
+  01 May 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.2.ebuild:
+  Stable for ppc, wrt to bug #466074
 
   30 Apr 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.2.ebuild:
   Stable for x86, wrt to bug #466074





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

* [gentoo-commits] gentoo-x86 commit in kde-base/smokeqt: smokeqt-4.10.2.ebuild ChangeLog
@ 2013-05-05 10:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-05 10:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/05 10:14:04

  Modified:             smokeqt-4.10.2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt to bug #466074
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  kde-base/smokeqt/smokeqt-4.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild?r1=1.4&r2=1.5

Index: smokeqt-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smokeqt-4.10.2.ebuild	1 May 2013 11:50:33 -0000	1.4
+++ smokeqt-4.10.2.ebuild	5 May 2013 10:14:04 -0000	1.5
@@ -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/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.4 2013/05/01 11:50:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.10.2.ebuild,v 1.5 2013/05/05 10:14:04 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +phonon qimageblitz qscintilla qwt webkit"
 
 # Maybe make more of Qt optional?



1.68                 kde-base/smokeqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/smokeqt/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	1 May 2013 11:50:33 -0000	1.67
+++ ChangeLog	5 May 2013 10:14:04 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/smokeqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.67 2013/05/01 11:50:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/ChangeLog,v 1.68 2013/05/05 10:14:04 ago Exp $
+
+  05 May 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.2.ebuild:
+  Stable for ppc64, wrt to bug #466074
 
   01 May 2013; Agostino Sarubbo <ago@gentoo.org> smokeqt-4.10.2.ebuild:
   Stable for ppc, wrt to bug #466074





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

end of thread, other threads:[~2013-05-05 10:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-06  0:03 [gentoo-commits] gentoo-x86 commit in kde-base/smokeqt: smokeqt-4.10.2.ebuild ChangeLog Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-29 12:44 Agostino Sarubbo (ago)
2013-04-30  9:39 Agostino Sarubbo (ago)
2013-05-01 11:50 Agostino Sarubbo (ago)
2013-05-05 10:14 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