public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/java-getopt: java-getopt-1.0.14.ebuild ChangeLog
@ 2014-09-07  7:20 Johann Schmitz (ercpe)
  0 siblings, 0 replies; 5+ messages in thread
From: Johann Schmitz (ercpe) @ 2014-09-07  7:20 UTC (permalink / raw
  To: gentoo-commits

ercpe       14/09/07 07:20:19

  Modified:             ChangeLog
  Added:                java-getopt-1.0.14.ebuild
  Log:
  Version bump and use EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)

Revision  Changes    Path
1.27                 dev-java/java-getopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	28 Jul 2013 10:37:11 -0000	1.26
+++ ChangeLog	7 Sep 2014 07:20:19 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/java-getopt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.26 2013/07/28 10:37:11 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.27 2014/09/07 07:20:19 ercpe Exp $
+
+*java-getopt-1.0.14 (07 Sep 2014)
+
+  07 Sep 2014; Johann Schmitz <ercpe@gentoo.org> +java-getopt-1.0.14.ebuild:
+  Version bump and use EAPI=5
 
   28 Jul 2013; Fabian Groffen <grobian@gentoo.org> java-getopt-1.0.13.ebuild:
   Marked ~x64-macos, bug #435528



1.1                  dev-java/java-getopt/java-getopt-1.0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.1&content-type=text/plain

Index: java-getopt-1.0.14.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.1 2014/09/07 07:20:19 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Java command line option parser"
HOMEPAGE="http://www.urbanophile.com/arenn/hacking/download.html"
SRC_URI="http://www.urbanophile.com/arenn/hacking/getopt/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="1"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND=">=virtual/jdk-1.4"
RDEPEND=">=virtual/jre-1.4"

S="${WORKDIR}"

java_prepare() {
	mv gnu/getopt/buildx.xml build.xml || die
}

src_install() {
	java-pkg_dojar build/lib/gnu.getopt.jar
	dodoc gnu/getopt/COPYING.LIB gnu/getopt/ChangeLog gnu/getopt/README || die
	use doc && java-pkg_dojavadoc build/api
	use source && java-pkg_dosrc gnu
}





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

* [gentoo-commits] gentoo-x86 commit in dev-java/java-getopt: java-getopt-1.0.14.ebuild ChangeLog
@ 2015-03-27  9:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27  9:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 09:53:34

  Modified:             java-getopt-1.0.14.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535072
  
  (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                  dev-java/java-getopt/java-getopt-1.0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?r1=1.1&r2=1.2

Index: java-getopt-1.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- java-getopt-1.0.14.ebuild	7 Sep 2014 07:20:19 -0000	1.1
+++ java-getopt-1.0.14.ebuild	27 Mar 2015 09:53:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.1 2014/09/07 07:20:19 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.2 2015/03/27 09:53:34 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.4"



1.28                 dev-java/java-getopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	7 Sep 2014 07:20:19 -0000	1.27
+++ ChangeLog	27 Mar 2015 09:53:34 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/java-getopt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.27 2014/09/07 07:20:19 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.28 2015/03/27 09:53:34 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> java-getopt-1.0.14.ebuild:
+  Stable for amd64, wrt bug #535072
 
 *java-getopt-1.0.14 (07 Sep 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-java/java-getopt: java-getopt-1.0.14.ebuild ChangeLog
@ 2015-03-27 10:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 10:25 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 10:25:08

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

Revision  Changes    Path
1.3                  dev-java/java-getopt/java-getopt-1.0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?r1=1.2&r2=1.3

Index: java-getopt-1.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- java-getopt-1.0.14.ebuild	27 Mar 2015 09:53:34 -0000	1.2
+++ java-getopt-1.0.14.ebuild	27 Mar 2015 10:25:08 -0000	1.3
@@ -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/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.2 2015/03/27 09:53:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.3 2015/03/27 10:25:08 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.4"



1.29                 dev-java/java-getopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	27 Mar 2015 09:53:34 -0000	1.28
+++ ChangeLog	27 Mar 2015 10:25:08 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/java-getopt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.28 2015/03/27 09:53:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.29 2015/03/27 10:25:08 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> java-getopt-1.0.14.ebuild:
+  Stable for x86, wrt bug #535072
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> java-getopt-1.0.14.ebuild:
   Stable for amd64, wrt bug #535072





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

* [gentoo-commits] gentoo-x86 commit in dev-java/java-getopt: java-getopt-1.0.14.ebuild ChangeLog
@ 2015-04-21 18:38 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-21 18:38 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/21 18:38:12

  Modified:             java-getopt-1.0.14.ebuild ChangeLog
  Log:
  ppc stable wrt bug #535072
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  dev-java/java-getopt/java-getopt-1.0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?r1=1.3&r2=1.4

Index: java-getopt-1.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- java-getopt-1.0.14.ebuild	27 Mar 2015 10:25:08 -0000	1.3
+++ java-getopt-1.0.14.ebuild	21 Apr 2015 18:38:12 -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/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.3 2015/03/27 10:25:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.4 2015/04/21 18:38:12 pacho Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.4"



1.30                 dev-java/java-getopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	27 Mar 2015 10:25:08 -0000	1.29
+++ ChangeLog	21 Apr 2015 18:38:12 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/java-getopt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.29 2015/03/27 10:25:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.30 2015/04/21 18:38:12 pacho Exp $
+
+  21 Apr 2015; Pacho Ramos <pacho@gentoo.org> java-getopt-1.0.14.ebuild:
+  ppc stable wrt bug #535072
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> java-getopt-1.0.14.ebuild:
   Stable for x86, wrt bug #535072





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

* [gentoo-commits] gentoo-x86 commit in dev-java/java-getopt: java-getopt-1.0.14.ebuild ChangeLog
@ 2015-05-17 20:09 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-17 20:09 UTC (permalink / raw
  To: gentoo-commits

pacho       15/05/17 20:09:30

  Modified:             java-getopt-1.0.14.ebuild ChangeLog
  Log:
  ppc64 stable wrt bug #535072
  
  (Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  dev-java/java-getopt/java-getopt-1.0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?r1=1.4&r2=1.5

Index: java-getopt-1.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- java-getopt-1.0.14.ebuild	21 Apr 2015 18:38:12 -0000	1.4
+++ java-getopt-1.0.14.ebuild	17 May 2015 20:09:30 -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/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.4 2015/04/21 18:38:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.5 2015/05/17 20:09:30 pacho Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.4"



1.31                 dev-java/java-getopt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	21 Apr 2015 18:38:12 -0000	1.30
+++ ChangeLog	17 May 2015 20:09:30 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/java-getopt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.30 2015/04/21 18:38:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.31 2015/05/17 20:09:30 pacho Exp $
+
+  17 May 2015; Pacho Ramos <pacho@gentoo.org> java-getopt-1.0.14.ebuild:
+  ppc64 stable wrt bug #535072
 
   21 Apr 2015; Pacho Ramos <pacho@gentoo.org> java-getopt-1.0.14.ebuild:
   ppc stable wrt bug #535072





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

end of thread, other threads:[~2015-05-17 20:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-07  7:20 [gentoo-commits] gentoo-x86 commit in dev-java/java-getopt: java-getopt-1.0.14.ebuild ChangeLog Johann Schmitz (ercpe)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-27  9:53 Agostino Sarubbo (ago)
2015-03-27 10:25 Agostino Sarubbo (ago)
2015-04-21 18:38 Pacho Ramos (pacho)
2015-05-17 20:09 Pacho Ramos (pacho)

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