public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-03-15 19:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 15+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-15 19:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/15 19:07:35

  Modified:             ChangeLog
  Added:                texi2html-5.0-r1.ebuild
  Log:
  Revision bump because of keyword dropping for new RDEPEND dev-perl/Unicode-EastAsianWidth to avoid using bundled copy when USE="unicode" is enabled.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	15 Mar 2012 01:12:22 -0000	1.53
+++ ChangeLog	15 Mar 2012 19:07:35 -0000	1.54
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.53 2012/03/15 01:12:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.54 2012/03/15 19:07:35 ssuominen Exp $
+
+*texi2html-5.0-r1 (15 Mar 2012)
+
+  15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> +texi2html-5.0-r1.ebuild:
+  Revision bump because of keyword dropping for new RDEPEND
+  dev-perl/Unicode-EastAsianWidth to avoid using bundled copy when
+  USE="unicode" is enabled.
 
   15 Mar 2012; Jeroen Roovers <jer@gentoo.org> texi2html-5.0.ebuild:
   Marked ~hppa (bug #408119).



1.1                  app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: texi2html-5.0-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.1 2012/03/15 19:07:35 ssuominen Exp $

EAPI=4

DESCRIPTION="Perl script that converts Texinfo to HTML"
HOMEPAGE="http://www.nongnu.org/texi2html/"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"

LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="unicode"

RDEPEND=">=dev-lang/perl-5.10.1
	dev-perl/libintl-perl
	unicode? (
		dev-perl/Text-Unidecode
		dev-perl/Unicode-EastAsianWidth
		)"
DEPEND="${RDEPEND}"

DOCS="AUTHORS ChangeLog NEWS README TODO"

src_configure() {
	local myconf
	use unicode && myconf='--with-external-Unicode-EastAsianWidth'

	econf \
		--with-external-libintl-perl \
		$(use_with unicode unidecode) \
		${myconf}
}

src_install() {
	default
	rm -f "${ED}"/usr/share/${PN}/images/{COPYING*,GPL,README}
}

pkg_preinst() {
	rm -f "${EROOT}"/usr/bin/${PN}
}






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-03-21 20:40 Jeroen Roovers (jer)
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers (jer) @ 2012-03-21 20:40 UTC (permalink / raw
  To: gentoo-commits

jer         12/03/21 20:40:04

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #408399).
  
  (Portage version: 2.2.0_alpha93/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-text/texi2html/texi2html-5.0-r1.ebuild

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

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texi2html-5.0-r1.ebuild	15 Mar 2012 19:07:35 -0000	1.1
+++ texi2html-5.0-r1.ebuild	21 Mar 2012 20:40:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.1 2012/03/15 19:07:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.2 2012/03/21 20:40:04 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.55                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	15 Mar 2012 19:07:35 -0000	1.54
+++ ChangeLog	21 Mar 2012 20:40:04 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.54 2012/03/15 19:07:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.55 2012/03/21 20:40:04 jer Exp $
+
+  21 Mar 2012; Jeroen Roovers <jer@gentoo.org> texi2html-5.0-r1.ebuild:
+  Marked ~hppa (bug #408399).
 
 *texi2html-5.0-r1 (15 Mar 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-04-05 17:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 15+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-05 17:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/05 17:42:58

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Raise dev-perl/libintl-perl to >= 1.200 wrt #410787 by Jeroen Roovers
  
  (Portage version: 2.2.0_alpha98/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-text/texi2html/texi2html-5.0-r1.ebuild

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

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texi2html-5.0-r1.ebuild	21 Mar 2012 20:40:04 -0000	1.2
+++ texi2html-5.0-r1.ebuild	5 Apr 2012 17:42:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.2 2012/03/21 20:40:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.3 2012/04/05 17:42:57 ssuominen Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1
-	dev-perl/libintl-perl
+	>=dev-perl/libintl-perl-1.200
 	unicode? (
 		dev-perl/Text-Unidecode
 		dev-perl/Unicode-EastAsianWidth



1.56                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	21 Mar 2012 20:40:04 -0000	1.55
+++ ChangeLog	5 Apr 2012 17:42:57 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.55 2012/03/21 20:40:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.56 2012/04/05 17:42:57 ssuominen Exp $
+
+  05 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> texi2html-5.0-r1.ebuild:
+  Raise dev-perl/libintl-perl to >= 1.200 wrt #410787 by Jeroen Roovers
 
   21 Mar 2012; Jeroen Roovers <jer@gentoo.org> texi2html-5.0-r1.ebuild:
   Marked ~hppa (bug #408399).






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-06 20:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 15+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-06 20:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/06 20:26:21

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Rekeyword ~ppc/~ppc64 wrt #408399
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-text/texi2html/texi2html-5.0-r1.ebuild

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

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- texi2html-5.0-r1.ebuild	6 May 2012 18:10:20 -0000	1.4
+++ texi2html-5.0-r1.ebuild	6 May 2012 20:26:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.4 2012/05/06 18:10:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.5 2012/05/06 20:26:21 ssuominen Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.59                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	6 May 2012 18:10:20 -0000	1.58
+++ ChangeLog	6 May 2012 20:26:21 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.58 2012/05/06 18:10:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.59 2012/05/06 20:26:21 ssuominen Exp $
+
+  06 May 2012; Samuli Suominen <ssuominen@gentoo.org> texi2html-5.0-r1.ebuild:
+  Rekeyword ~ppc/~ppc64 wrt #408399
 
   06 May 2012; Raúl Porcel <armin76@gentoo.org> texi2html-5.0.ebuild,
   texi2html-5.0-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-06 20:52 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 15+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-06 20:52 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/06 20:52:21

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Temporarily restrict testsuite wrt #411523 by Markus Oehme
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.5&r2=1.6

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- texi2html-5.0-r1.ebuild	6 May 2012 20:26:21 -0000	1.5
+++ texi2html-5.0-r1.ebuild	6 May 2012 20:52:21 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.5 2012/05/06 20:26:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.6 2012/05/06 20:52:21 ssuominen Exp $
 
 EAPI=4
 
@@ -23,6 +23,8 @@
 
 DOCS="AUTHORS ChangeLog NEWS README TODO"
 
+RESTRICT="test" #411523
+
 src_configure() {
 	local myconf
 	use unicode && myconf='--with-external-Unicode-EastAsianWidth'



1.60                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	6 May 2012 20:26:21 -0000	1.59
+++ ChangeLog	6 May 2012 20:52:21 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.59 2012/05/06 20:26:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.60 2012/05/06 20:52:21 ssuominen Exp $
+
+  06 May 2012; Samuli Suominen <ssuominen@gentoo.org> texi2html-5.0-r1.ebuild:
+  Temporarily restrict testsuite wrt #411523 by Markus Oehme
 
   06 May 2012; Samuli Suominen <ssuominen@gentoo.org> texi2html-5.0-r1.ebuild:
   Rekeyword ~ppc/~ppc64 wrt #408399






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-09 18:28 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 18:28 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 18:28:13

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  fix build on on platforms without GNU install
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.6&r2=1.7

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- texi2html-5.0-r1.ebuild	6 May 2012 20:52:21 -0000	1.6
+++ texi2html-5.0-r1.ebuild	9 May 2012 18:28:13 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.6 2012/05/06 20:52:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.7 2012/05/09 18:28:13 aballier Exp $
 
 EAPI=4
 
@@ -25,6 +25,12 @@
 
 RESTRICT="test" #411523
 
+src_prepare() {
+	# On FreeBSD this script is used instead of GNU install but it comes without
+	# executable pemissions... Fix it!
+	chmod +x install-sh || die
+}
+
 src_configure() {
 	local myconf
 	use unicode && myconf='--with-external-Unicode-EastAsianWidth'



1.61                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	6 May 2012 20:52:21 -0000	1.60
+++ ChangeLog	9 May 2012 18:28:13 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.60 2012/05/06 20:52:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.61 2012/05/09 18:28:13 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> texi2html-5.0-r1.ebuild:
+  fix build on on platforms without GNU install
 
   06 May 2012; Samuli Suominen <ssuominen@gentoo.org> texi2html-5.0-r1.ebuild:
   Temporarily restrict testsuite wrt #411523 by Markus Oehme






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-09 18:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 15+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 18:43 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 18:43:02

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.7&r2=1.8

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- texi2html-5.0-r1.ebuild	9 May 2012 18:28:13 -0000	1.7
+++ texi2html-5.0-r1.ebuild	9 May 2012 18:43:02 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.7 2012/05/09 18:28:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.8 2012/05/09 18:43:02 aballier Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.62                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	9 May 2012 18:28:13 -0000	1.61
+++ ChangeLog	9 May 2012 18:43:02 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.61 2012/05/09 18:28:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.62 2012/05/09 18:43:02 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> texi2html-5.0-r1.ebuild:
+  keyword ~amd64-fbsd
 
   09 May 2012; Alexis Ballier <aballier@gentoo.org> texi2html-5.0-r1.ebuild:
   fix build on on platforms without GNU install






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-10 12:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-10 12:44 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/10 12:44:32

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #414927
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.8&r2=1.9

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- texi2html-5.0-r1.ebuild	9 May 2012 18:43:02 -0000	1.8
+++ texi2html-5.0-r1.ebuild	10 May 2012 12:44:32 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.8 2012/05/09 18:43:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.9 2012/05/10 12:44:32 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.63                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	9 May 2012 18:43:02 -0000	1.62
+++ ChangeLog	10 May 2012 12:44:32 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.62 2012/05/09 18:43:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.63 2012/05/10 12:44:32 ago Exp $
+
+  10 May 2012; Agostino Sarubbo <ago@gentoo.org> texi2html-5.0-r1.ebuild:
+  Stable for amd64, wrt bug #414927
 
   09 May 2012; Alexis Ballier <aballier@gentoo.org> texi2html-5.0-r1.ebuild:
   keyword ~amd64-fbsd






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-13 12:11 Markus Meier (maekke)
  0 siblings, 0 replies; 15+ messages in thread
From: Markus Meier (maekke) @ 2012-05-13 12:11 UTC (permalink / raw
  To: gentoo-commits

maekke      12/05/13 12:11:13

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  arm stable, bug #414927
  
  (Portage version: 2.1.10.57/cvs/Linux i686)

Revision  Changes    Path
1.10                 app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.9&r2=1.10

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- texi2html-5.0-r1.ebuild	10 May 2012 12:44:32 -0000	1.9
+++ texi2html-5.0-r1.ebuild	13 May 2012 12:11:13 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.9 2012/05/10 12:44:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.10 2012/05/13 12:11:13 maekke Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.64                 app-text/texi2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	10 May 2012 12:44:32 -0000	1.63
+++ ChangeLog	13 May 2012 12:11:13 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.63 2012/05/10 12:44:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.64 2012/05/13 12:11:13 maekke Exp $
+
+  13 May 2012; Markus Meier <maekke@gentoo.org> texi2html-5.0-r1.ebuild:
+  arm stable, bug #414927
 
   10 May 2012; Agostino Sarubbo <ago@gentoo.org> texi2html-5.0-r1.ebuild:
   Stable for amd64, wrt bug #414927






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-16 14:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 15+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-16 14:24 UTC (permalink / raw
  To: gentoo-commits

jer         12/05/16 14:24:19

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #414927).
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.10&r2=1.11

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- texi2html-5.0-r1.ebuild	13 May 2012 12:11:13 -0000	1.10
+++ texi2html-5.0-r1.ebuild	16 May 2012 14:24:19 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.10 2012/05/13 12:11:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.11 2012/05/16 14:24:19 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.65                 app-text/texi2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	13 May 2012 12:11:13 -0000	1.64
+++ ChangeLog	16 May 2012 14:24:19 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.64 2012/05/13 12:11:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.65 2012/05/16 14:24:19 jer Exp $
+
+  16 May 2012; Jeroen Roovers <jer@gentoo.org> texi2html-5.0-r1.ebuild:
+  Stable for HPPA (bug #414927).
 
   13 May 2012; Markus Meier <maekke@gentoo.org> texi2html-5.0-r1.ebuild:
   arm stable, bug #414927






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-23 13:27 Brent Baude (ranger)
  0 siblings, 0 replies; 15+ messages in thread
From: Brent Baude (ranger) @ 2012-05-23 13:27 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/23 13:27:21

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Marking texi2html-5.0-r1 ppc64 for bug 414927
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.11&r2=1.12

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- texi2html-5.0-r1.ebuild	16 May 2012 14:24:19 -0000	1.11
+++ texi2html-5.0-r1.ebuild	23 May 2012 13:27:21 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.11 2012/05/16 14:24:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.12 2012/05/23 13:27:21 ranger Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.66                 app-text/texi2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	16 May 2012 14:24:19 -0000	1.65
+++ ChangeLog	23 May 2012 13:27:21 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.65 2012/05/16 14:24:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.66 2012/05/23 13:27:21 ranger Exp $
+
+  23 May 2012; Brent Baude <ranger@gentoo.org> texi2html-5.0-r1.ebuild:
+  Marking texi2html-5.0-r1 ppc64 for bug 414927
 
   16 May 2012; Jeroen Roovers <jer@gentoo.org> texi2html-5.0-r1.ebuild:
   Stable for HPPA (bug #414927).






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-05-29 20:07 Brent Baude (ranger)
  0 siblings, 0 replies; 15+ messages in thread
From: Brent Baude (ranger) @ 2012-05-29 20:07 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/29 20:07:37

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Marking texi2html-5.0-r1 ppc for bug 414927
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.13                 app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.12&r2=1.13

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- texi2html-5.0-r1.ebuild	23 May 2012 13:27:21 -0000	1.12
+++ texi2html-5.0-r1.ebuild	29 May 2012 20:07:37 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.12 2012/05/23 13:27:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.13 2012/05/29 20:07:37 ranger Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.67                 app-text/texi2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	23 May 2012 13:27:21 -0000	1.66
+++ ChangeLog	29 May 2012 20:07:37 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.66 2012/05/23 13:27:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.67 2012/05/29 20:07:37 ranger Exp $
+
+  29 May 2012; Brent Baude <ranger@gentoo.org> texi2html-5.0-r1.ebuild:
+  Marking texi2html-5.0-r1 ppc for bug 414927
 
   23 May 2012; Brent Baude <ranger@gentoo.org> texi2html-5.0-r1.ebuild:
   Marking texi2html-5.0-r1 ppc64 for bug 414927






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-06-15 10:01 Johannes Huber (johu)
  0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber (johu) @ 2012-06-15 10:01 UTC (permalink / raw
  To: gentoo-commits

johu        12/06/15 10:01:23

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #414927
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.13&r2=1.14

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- texi2html-5.0-r1.ebuild	29 May 2012 20:07:37 -0000	1.13
+++ texi2html-5.0-r1.ebuild	15 Jun 2012 10:01:23 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.13 2012/05/29 20:07:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.14 2012/06/15 10:01:23 johu Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.68                 app-text/texi2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	29 May 2012 20:07:37 -0000	1.67
+++ ChangeLog	15 Jun 2012 10:01:23 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.67 2012/05/29 20:07:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.68 2012/06/15 10:01:23 johu Exp $
+
+  15 Jun 2012; Johannes Huber <johu@gentoo.org> texi2html-5.0-r1.ebuild:
+  Stable for x86, wrt bug #414927
 
   29 May 2012; Brent Baude <ranger@gentoo.org> texi2html-5.0-r1.ebuild:
   Marking texi2html-5.0-r1 ppc for bug 414927






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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2012-09-24 14:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 15+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-24 14:30 UTC (permalink / raw
  To: gentoo-commits

armin76     12/09/24 14:30:37

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #414927
  
  (Portage version: 2.1.11.16/cvs/Linux ia64)

Revision  Changes    Path
1.15                 app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.14&r2=1.15

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- texi2html-5.0-r1.ebuild	15 Jun 2012 10:01:23 -0000	1.14
+++ texi2html-5.0-r1.ebuild	24 Sep 2012 14:30:37 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.14 2012/06/15 10:01:23 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.15 2012/09/24 14:30:37 armin76 Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"
 
 RDEPEND=">=dev-lang/perl-5.10.1



1.69                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	15 Jun 2012 10:01:23 -0000	1.68
+++ ChangeLog	24 Sep 2012 14:30:37 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.68 2012/06/15 10:01:23 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.69 2012/09/24 14:30:37 armin76 Exp $
+
+  24 Sep 2012; Raúl Porcel <armin76@gentoo.org> texi2html-5.0-r1.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #414927
 
   15 Jun 2012; Johannes Huber <johu@gentoo.org> texi2html-5.0-r1.ebuild:
   Stable for x86, wrt bug #414927





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

* [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
@ 2013-02-07 21:44 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-07 21:44 UTC (permalink / raw
  To: gentoo-commits

ulm         13/02/07 21:44:45

  Modified:             texi2html-5.0-r1.ebuild ChangeLog
  Log:
  Move Creative Commons licenses to shorter names.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.16                 app-text/texi2html/texi2html-5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.15&r2=1.16

Index: texi2html-5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- texi2html-5.0-r1.ebuild	24 Sep 2012 14:30:37 -0000	1.15
+++ texi2html-5.0-r1.ebuild	7 Feb 2013 21:44:45 -0000	1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.15 2012/09/24 14:30:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.16 2013/02/07 21:44:45 ulm Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://www.nongnu.org/texi2html/"
 SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
 
-LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
+LICENSE="CC-SA-1.0 FDL-1.3 GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="unicode"



1.71                 app-text/texi2html/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	24 Sep 2012 14:42:13 -0000	1.70
+++ ChangeLog	7 Feb 2013 21:44:45 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/texi2html
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.70 2012/09/24 14:42:13 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.71 2013/02/07 21:44:45 ulm Exp $
+
+  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> texi2html-5.0-r1.ebuild:
+  Move Creative Commons licenses to shorter names.
 
   24 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -texi2html-1.78.ebuild,
   -texi2html-5.0.ebuild:





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

end of thread, other threads:[~2013-02-07 21:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 20:40 [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-07 21:44 Ulrich Mueller (ulm)
2012-09-24 14:30 Raul Porcel (armin76)
2012-06-15 10:01 Johannes Huber (johu)
2012-05-29 20:07 Brent Baude (ranger)
2012-05-23 13:27 Brent Baude (ranger)
2012-05-16 14:24 Jeroen Roovers (jer)
2012-05-13 12:11 Markus Meier (maekke)
2012-05-10 12:44 Agostino Sarubbo (ago)
2012-05-09 18:43 Alexis Ballier (aballier)
2012-05-09 18:28 Alexis Ballier (aballier)
2012-05-06 20:52 Samuli Suominen (ssuominen)
2012-05-06 20:26 Samuli Suominen (ssuominen)
2012-04-05 17:42 Samuli Suominen (ssuominen)
2012-03-15 19:07 Samuli Suominen (ssuominen)

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