* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-09-01 17:17 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-09-01 17:17 UTC (permalink / raw
To: gentoo-commits
eva 13/09/01 17:17:04
Modified: ChangeLog
Added: gst-plugins-v4l2-1.0.10.ebuild
Log:
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path
1.121 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 26 Aug 2013 21:51:45 -0000 1.120
+++ ChangeLog 1 Sep 2013 17:17:04 -0000 1.121
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.120 2013/08/26 21:51:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.121 2013/09/01 17:17:04 eva Exp $
+
+*gst-plugins-v4l2-1.0.10 (01 Sep 2013)
+
+ 01 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ +gst-plugins-v4l2-1.0.10.ebuild:
+ Version bump.
*gst-plugins-v4l2-1.0.8 (26 Aug 2013)
1.1 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.1&content-type=text/plain
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.1 2013/09/01 17:17:04 eva Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="udev"
RDEPEND="
media-libs/libv4l
media-libs/gst-plugins-base:1.0[X]
udev? ( >=virtual/udev-143[gudev] )
"
DEPEND="${RDEPEND}
virtual/os-headers"
GST_PLUGINS_BUILD="gst_v4l2"
src_configure() {
gst-plugins10_src_configure \
--with-libv4l2 \
$(use_with udev gudev)
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-10 11:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-10 11:56 UTC (permalink / raw
To: gentoo-commits
ago 13/10/10 11:56:47
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.1&r2=1.2
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-v4l2-1.0.10.ebuild 1 Sep 2013 17:17:04 -0000 1.1
+++ gst-plugins-v4l2-1.0.10.ebuild 10 Oct 2013 11:56:47 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.1 2013/09/01 17:17:04 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.2 2013/10/10 11:56:47 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="udev"
RDEPEND="
1.123 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 29 Sep 2013 17:58:14 -0000 1.122
+++ ChangeLog 10 Oct 2013 11:56:47 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.122 2013/09/29 17:58:14 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.123 2013/10/10 11:56:47 ago Exp $
+
+ 10 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for amd64, wrt bug #480908
*gst-plugins-v4l2-1.2.0 (29 Sep 2013)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-11 5:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-11 5:20 UTC (permalink / raw
To: gentoo-commits
ago 13/10/11 05:20:07
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for x86, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.2&r2=1.3
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-v4l2-1.0.10.ebuild 10 Oct 2013 11:56:47 -0000 1.2
+++ gst-plugins-v4l2-1.0.10.ebuild 11 Oct 2013 05:20:07 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.2 2013/10/10 11:56:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.3 2013/10/11 05:20:07 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="udev"
RDEPEND="
1.124 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 10 Oct 2013 11:56:47 -0000 1.123
+++ ChangeLog 11 Oct 2013 05:20:07 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.123 2013/10/10 11:56:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.124 2013/10/11 05:20:07 ago Exp $
+
+ 11 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for x86, wrt bug #480908
10 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for amd64, wrt bug #480908
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-12 9:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-12 9:59 UTC (permalink / raw
To: gentoo-commits
ago 13/10/12 09:59:15
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.3&r2=1.4
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-v4l2-1.0.10.ebuild 11 Oct 2013 05:20:07 -0000 1.3
+++ gst-plugins-v4l2-1.0.10.ebuild 12 Oct 2013 09:59:14 -0000 1.4
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.3 2013/10/11 05:20:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.4 2013/10/12 09:59:14 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
IUSE="udev"
RDEPEND="
1.125 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 11 Oct 2013 05:20:07 -0000 1.124
+++ ChangeLog 12 Oct 2013 09:59:14 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.124 2013/10/11 05:20:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.125 2013/10/12 09:59:14 ago Exp $
+
+ 12 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for ppc, wrt bug #480908
11 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for x86, wrt bug #480908
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-13 7:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-13 7:43 UTC (permalink / raw
To: gentoo-commits
ago 13/10/13 07:43:35
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.4&r2=1.5
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-v4l2-1.0.10.ebuild 12 Oct 2013 09:59:14 -0000 1.4
+++ gst-plugins-v4l2-1.0.10.ebuild 13 Oct 2013 07:43:35 -0000 1.5
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.4 2013/10/12 09:59:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.5 2013/10/13 07:43:35 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE="udev"
RDEPEND="
1.126 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.125&r2=1.126
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog 12 Oct 2013 09:59:14 -0000 1.125
+++ ChangeLog 13 Oct 2013 07:43:35 -0000 1.126
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.125 2013/10/12 09:59:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.126 2013/10/13 07:43:35 ago Exp $
+
+ 13 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for ppc64, wrt bug #480908
12 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for ppc, wrt bug #480908
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-14 5:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-14 5:59 UTC (permalink / raw
To: gentoo-commits
ago 13/10/14 05:59:17
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for arm, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.5&r2=1.6
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-v4l2-1.0.10.ebuild 13 Oct 2013 07:43:35 -0000 1.5
+++ gst-plugins-v4l2-1.0.10.ebuild 14 Oct 2013 05:59:17 -0000 1.6
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.5 2013/10/13 07:43:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.6 2013/10/14 05:59:17 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE="udev"
RDEPEND="
1.127 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 13 Oct 2013 07:43:35 -0000 1.126
+++ ChangeLog 14 Oct 2013 05:59:17 -0000 1.127
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.126 2013/10/13 07:43:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.127 2013/10/14 05:59:17 ago Exp $
+
+ 14 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for arm, wrt bug #480908
13 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for ppc64, wrt bug #480908
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-15 8:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-15 8:11 UTC (permalink / raw
To: gentoo-commits
ago 13/10/15 08:11:39
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.6&r2=1.7
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-plugins-v4l2-1.0.10.ebuild 14 Oct 2013 05:59:17 -0000 1.6
+++ gst-plugins-v4l2-1.0.10.ebuild 15 Oct 2013 08:11:39 -0000 1.7
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.6 2013/10/14 05:59:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.7 2013/10/15 08:11:39 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE="udev"
RDEPEND="
1.128 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 14 Oct 2013 05:59:17 -0000 1.127
+++ ChangeLog 15 Oct 2013 08:11:39 -0000 1.128
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.127 2013/10/14 05:59:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.128 2013/10/15 08:11:39 ago Exp $
+
+ 15 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for alpha, wrt bug #480908
14 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for arm, wrt bug #480908
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-16 13:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-16 13:53 UTC (permalink / raw
To: gentoo-commits
jer 13/10/16 13:53:33
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for HPPA (bug #480908).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.8 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.7&r2=1.8
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gst-plugins-v4l2-1.0.10.ebuild 15 Oct 2013 08:11:39 -0000 1.7
+++ gst-plugins-v4l2-1.0.10.ebuild 16 Oct 2013 13:53:33 -0000 1.8
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.7 2013/10/15 08:11:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.8 2013/10/16 13:53:33 jer Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE="udev"
RDEPEND="
1.129 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 15 Oct 2013 08:11:39 -0000 1.128
+++ ChangeLog 16 Oct 2013 13:53:33 -0000 1.129
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.128 2013/10/15 08:11:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.129 2013/10/16 13:53:33 jer Exp $
+
+ 16 Oct 2013; Jeroen Roovers <jer@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for HPPA (bug #480908).
15 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for alpha, wrt bug #480908
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-16 20:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-16 20:01 UTC (permalink / raw
To: gentoo-commits
ago 13/10/16 20:01:06
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.8&r2=1.9
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gst-plugins-v4l2-1.0.10.ebuild 16 Oct 2013 13:53:33 -0000 1.8
+++ gst-plugins-v4l2-1.0.10.ebuild 16 Oct 2013 20:01:06 -0000 1.9
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.8 2013/10/16 13:53:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.9 2013/10/16 20:01:06 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
IUSE="udev"
RDEPEND="
1.130 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 16 Oct 2013 13:53:33 -0000 1.129
+++ ChangeLog 16 Oct 2013 20:01:06 -0000 1.130
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.129 2013/10/16 13:53:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.130 2013/10/16 20:01:06 ago Exp $
+
+ 16 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for ia64, wrt bug #480908
16 Oct 2013; Jeroen Roovers <jer@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for HPPA (bug #480908).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
@ 2013-10-22 7:21 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-22 7:21 UTC (permalink / raw
To: gentoo-commits
ago 13/10/22 07:21:53
Modified: gst-plugins-v4l2-1.0.10.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild?r1=1.9&r2=1.10
Index: gst-plugins-v4l2-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gst-plugins-v4l2-1.0.10.ebuild 16 Oct 2013 20:01:06 -0000 1.9
+++ gst-plugins-v4l2-1.0.10.ebuild 22 Oct 2013 07:21:52 -0000 1.10
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.9 2013/10/16 20:01:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.0.10.ebuild,v 1.10 2013/10/22 07:21:52 ago Exp $
EAPI="5"
inherit gst-plugins-good gst-plugins10
DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
IUSE="udev"
RDEPEND="
1.131 media-plugins/gst-plugins-v4l2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 16 Oct 2013 20:01:06 -0000 1.130
+++ ChangeLog 22 Oct 2013 07:21:52 -0000 1.131
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.130 2013/10/16 20:01:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.131 2013/10/22 07:21:52 ago Exp $
+
+ 22 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
+ Stable for sparc, wrt bug #480908
16 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
Stable for ia64, wrt bug #480908
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-10-22 7:21 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 9:59 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.0.10.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-10-22 7:21 Agostino Sarubbo (ago)
2013-10-16 20:01 Agostino Sarubbo (ago)
2013-10-16 13:53 Jeroen Roovers (jer)
2013-10-15 8:11 Agostino Sarubbo (ago)
2013-10-14 5:59 Agostino Sarubbo (ago)
2013-10-13 7:43 Agostino Sarubbo (ago)
2013-10-11 5:20 Agostino Sarubbo (ago)
2013-10-10 11:56 Agostino Sarubbo (ago)
2013-09-01 17:17 Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox