* [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-kde-agent: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
@ 2015-03-22 13:38 Johannes Huber (johu)
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2015-03-22 13:38 UTC (permalink / raw
To: gentoo-commits
johu 15/03/22 13:38:38
Modified: ChangeLog
Added: polkit-kde-agent-0.99.1-r1.ebuild
Log:
Fix src_prepare to respect LINGUAS, bug #543086.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Revision Changes Path
1.21 sys-auth/polkit-kde-agent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 13 Mar 2015 14:55:38 -0000 1.20
+++ ChangeLog 22 Mar 2015 13:38:38 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/polkit-kde-agent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.20 2015/03/13 14:55:38 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.21 2015/03/22 13:38:38 johu Exp $
+
+*polkit-kde-agent-0.99.1-r1 (22 Mar 2015)
+
+ 22 Mar 2015; Johannes Huber <johu@gentoo.org>
+ +polkit-kde-agent-0.99.1-r1.ebuild:
+ Fix src_prepare to respect LINGUAS, bug #543086.
13 Mar 2015; Michael Palimaka <kensington@gentoo.org>
polkit-kde-agent-0.99.1.ebuild:
1.1 sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: polkit-kde-agent-0.99.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.1 2015/03/22 13:38:38 johu Exp $
EAPI=5
MY_PN="${PN}-1"
MY_P="${MY_PN}-${PV}"
EGIT_REPONAME="${MY_PN}"
KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et fi fr
ga gl hr hu is it ja kk km lt mai mr ms nb nds nl pa pl pt pt_BR
ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr
ug uk vi zh_CN zh_TW"
inherit kde4-base
DESCRIPTION="PolKit agent module for KDE"
HOMEPAGE="http://www.kde.org"
if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN/-agent/}_${PV}.orig.tar.xz"
fi
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
SLOT="4"
IUSE="debug minimal"
RDEPEND="
>=sys-auth/polkit-qt-0.103.0
!sys-auth/polkit-kde
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
if [[ ${KDE_BUILD_TYPE} != live ]] ; then
S=${WORKDIR}/${MY_P}
fi
src_prepare() {
kde4-base_src_prepare
# Coinstallability with kde-plasma/polkit-kde-agent
use minimal && rm -rf po
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-kde-agent: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
@ 2015-03-24 17:26 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-24 17:26 UTC (permalink / raw
To: gentoo-commits
ago 15/03/24 17:26:12
Modified: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #542078
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?r1=1.1&r2=1.2
Index: polkit-kde-agent-0.99.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- polkit-kde-agent-0.99.1-r1.ebuild 22 Mar 2015 13:38:38 -0000 1.1
+++ polkit-kde-agent-0.99.1-r1.ebuild 24 Mar 2015 17:26:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.1 2015/03/22 13:38:38 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.2 2015/03/24 17:26:12 ago Exp $
EAPI=5
@@ -20,7 +20,7 @@
fi
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
SLOT="4"
IUSE="debug minimal"
1.22 sys-auth/polkit-kde-agent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 22 Mar 2015 13:38:38 -0000 1.21
+++ ChangeLog 24 Mar 2015 17:26:12 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/polkit-kde-agent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.21 2015/03/22 13:38:38 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.22 2015/03/24 17:26:12 ago Exp $
+
+ 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+ polkit-kde-agent-0.99.1-r1.ebuild:
+ Stable for amd64, wrt bug #542078
*polkit-kde-agent-0.99.1-r1 (22 Mar 2015)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-kde-agent: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
@ 2015-03-25 13:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-25 13:56 UTC (permalink / raw
To: gentoo-commits
ago 15/03/25 13:56:46
Modified: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #542078
(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-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?r1=1.3&r2=1.4
Index: polkit-kde-agent-0.99.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- polkit-kde-agent-0.99.1-r1.ebuild 25 Mar 2015 11:31:28 -0000 1.3
+++ polkit-kde-agent-0.99.1-r1.ebuild 25 Mar 2015 13:56:46 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.3 2015/03/25 11:31:28 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.4 2015/03/25 13:56:46 ago Exp $
EAPI=5
@@ -20,7 +20,7 @@
fi
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
SLOT="4"
IUSE="debug minimal"
1.24 sys-auth/polkit-kde-agent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 25 Mar 2015 11:31:28 -0000 1.23
+++ ChangeLog 25 Mar 2015 13:56:46 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/polkit-kde-agent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.23 2015/03/25 11:31:28 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.24 2015/03/25 13:56:46 ago Exp $
+
+ 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+ polkit-kde-agent-0.99.1-r1.ebuild:
+ Stable for x86, wrt bug #542078
25 Mar 2015; Michael Palimaka <kensington@gentoo.org>
polkit-kde-agent-0.99.0-r1.ebuild, polkit-kde-agent-0.99.1-r1.ebuild,
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-kde-agent: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
@ 2015-03-28 21:30 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-28 21:30 UTC (permalink / raw
To: gentoo-commits
ago 15/03/28 21:30:51
Modified: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #542078
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?r1=1.4&r2=1.5
Index: polkit-kde-agent-0.99.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- polkit-kde-agent-0.99.1-r1.ebuild 25 Mar 2015 13:56:46 -0000 1.4
+++ polkit-kde-agent-0.99.1-r1.ebuild 28 Mar 2015 21:30:51 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.4 2015/03/25 13:56:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.5 2015/03/28 21:30:51 ago Exp $
EAPI=5
@@ -20,7 +20,7 @@
fi
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
SLOT="4"
IUSE="debug minimal"
1.25 sys-auth/polkit-kde-agent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 25 Mar 2015 13:56:46 -0000 1.24
+++ ChangeLog 28 Mar 2015 21:30:51 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/polkit-kde-agent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.24 2015/03/25 13:56:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.25 2015/03/28 21:30:51 ago Exp $
+
+ 28 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+ polkit-kde-agent-0.99.1-r1.ebuild:
+ Stable for ppc, wrt bug #542078
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
polkit-kde-agent-0.99.1-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-kde-agent: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
@ 2015-03-31 7:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-31 7:54 UTC (permalink / raw
To: gentoo-commits
ago 15/03/31 07:54:56
Modified: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #542078
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild?r1=1.5&r2=1.6
Index: polkit-kde-agent-0.99.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- polkit-kde-agent-0.99.1-r1.ebuild 28 Mar 2015 21:30:51 -0000 1.5
+++ polkit-kde-agent-0.99.1-r1.ebuild 31 Mar 2015 07:54:55 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.5 2015/03/28 21:30:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild,v 1.6 2015/03/31 07:54:55 ago Exp $
EAPI=5
@@ -20,7 +20,7 @@
fi
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
SLOT="4"
IUSE="debug minimal"
1.26 sys-auth/polkit-kde-agent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 28 Mar 2015 21:30:51 -0000 1.25
+++ ChangeLog 31 Mar 2015 07:54:55 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/polkit-kde-agent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.25 2015/03/28 21:30:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.26 2015/03/31 07:54:55 ago Exp $
+
+ 31 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+ polkit-kde-agent-0.99.1-r1.ebuild:
+ Stable for ppc64, wrt bug #542078
28 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
polkit-kde-agent-0.99.1-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-31 7:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-22 13:38 [gentoo-commits] gentoo-x86 commit in sys-auth/polkit-kde-agent: polkit-kde-agent-0.99.1-r1.ebuild ChangeLog Johannes Huber (johu)
-- strict thread matches above, loose matches on Subject: below --
2015-03-24 17:26 Agostino Sarubbo (ago)
2015-03-25 13:56 Agostino Sarubbo (ago)
2015-03-28 21:30 Agostino Sarubbo (ago)
2015-03-31 7:54 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