public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2012-07-25 11:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-07-25 11:42 UTC (permalink / raw
  To: gentoo-commits

aballier    12/07/25 11:42:51

  Modified:             ChangeLog
  Added:                ttf2pk2-1.5_p20120701.ebuild
  Log:
  bump to the version released with texlive 2012
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Jul 2012 08:21:41 -0000	1.11
+++ ChangeLog	25 Jul 2012 11:42:51 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.11 2012/07/09 08:21:41 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.12 2012/07/25 11:42:51 aballier Exp $
+
+*ttf2pk2-1.5_p20120701 (25 Jul 2012)
+
+  25 Jul 2012; Alexis Ballier <aballier@gentoo.org>
+  +ttf2pk2-1.5_p20120701.ebuild:
+  bump to the version released with texlive 2012
 
   05 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
   ttf2pk2-1.5_p20120525.ebuild:



1.1                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.1 2012/07/25 11:42:51 aballier Exp $

EAPI=4

DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
HOMEPAGE="http://tug.org/texlive/"
SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

# Note about blockers: it is a freetype2 based replacement for ttf2pk and
# ttf2tfm from freetype1, so block freetype1.
# It installs some data that collides with
# dev-texlive/texlive-langcjk-2011[source]. Hope it'd be fixed with 2012,
# meanwhile we can start dropping freetype1.
RDEPEND=">=dev-libs/kpathsea-6.0.1_p20110627
		media-libs/freetype:2
		sys-libs/zlib
		!media-libs/freetype:1
		!=dev-texlive/texlive-langcjk-2011*[source]"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}

src_configure() {
	econf --with-system-kpathsea \
		--with-system-freetype2 \
		--with-system-zlib
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc BUGS README TODO ChangeLog
}





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2012-08-09 17:17 Fabian Groffen (grobian)
  0 siblings, 0 replies; 14+ messages in thread
From: Fabian Groffen (grobian) @ 2012-08-09 17:17 UTC (permalink / raw
  To: gentoo-commits

grobian     12/08/09 17:17:21

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Add Prefix keywords, bug #417685
  
  (Portage version: 2.2.01.20796-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.2                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ttf2pk2-1.5_p20120701.ebuild	25 Jul 2012 11:42:51 -0000	1.1
+++ ttf2pk2-1.5_p20120701.ebuild	9 Aug 2012 17:17:21 -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/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.1 2012/07/25 11:42:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.2 2012/08/09 17:17:21 grobian Exp $
 
 EAPI=4
 
@@ -10,7 +10,9 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86
+~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos
+~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.13                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	25 Jul 2012 11:42:51 -0000	1.12
+++ ChangeLog	9 Aug 2012 17:17:21 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.12 2012/07/25 11:42:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.13 2012/08/09 17:17:21 grobian Exp $
+
+  09 Aug 2012; Fabian Groffen <grobian@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Add Prefix keywords, bug #417685
 
 *ttf2pk2-1.5_p20120701 (25 Jul 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2012-08-10 10:55 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-10 10:55 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/10 10:55:38

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Keyword ~ppc ~pp64, bug #417685
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ttf2pk2-1.5_p20120701.ebuild	9 Aug 2012 17:17:21 -0000	1.2
+++ ttf2pk2-1.5_p20120701.ebuild	10 Aug 2012 10:55:38 -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/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.2 2012/08/09 17:17:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.3 2012/08/10 10:55:38 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos
 ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""



1.14                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Aug 2012 17:17:21 -0000	1.13
+++ ChangeLog	10 Aug 2012 10:55:38 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.13 2012/08/09 17:17:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.14 2012/08/10 10:55:38 blueness Exp $
+
+  10 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+  ttf2pk2-1.5_p20120701.ebuild:
+  Keyword ~ppc ~pp64, bug #417685
 
   09 Aug 2012; Fabian Groffen <grobian@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Add Prefix keywords, bug #417685





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-17 14:28 Jeroen Roovers (jer)
  0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-17 14:28 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/17 14:28:54

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #449298).
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ttf2pk2-1.5_p20120701.ebuild	10 Aug 2012 10:55:38 -0000	1.3
+++ ttf2pk2-1.5_p20120701.ebuild	17 Apr 2013 14:28:54 -0000	1.4
@@ -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/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.3 2012/08/10 10:55:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.4 2013/04/17 14:28:54 jer Exp $
 
 EAPI=4
 
@@ -10,9 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
-~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos
-~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.15                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Aug 2012 10:55:38 -0000	1.14
+++ ChangeLog	17 Apr 2013 14:28:54 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.14 2012/08/10 10:55:38 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.15 2013/04/17 14:28:54 jer Exp $
+
+  17 Apr 2013; Jeroen Roovers <jer@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for HPPA (bug #449298).
 
   10 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
   ttf2pk2-1.5_p20120701.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-18 13:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-18 13:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/18 13:50:54

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

Revision  Changes    Path
1.5                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ttf2pk2-1.5_p20120701.ebuild	17 Apr 2013 14:28:54 -0000	1.4
+++ ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 13:50:54 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.4 2013/04/17 14:28:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.5 2013/04/18 13:50:54 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.16                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	17 Apr 2013 14:28:54 -0000	1.15
+++ ChangeLog	18 Apr 2013 13:50:54 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.15 2013/04/17 14:28:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.16 2013/04/18 13:50:54 ago Exp $
+
+  18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for amd64, wrt bug #449298
 
   17 Apr 2013; Jeroen Roovers <jer@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for HPPA (bug #449298).





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-18 14:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-18 14:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/18 14:05:50

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

Revision  Changes    Path
1.6                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 13:50:54 -0000	1.5
+++ ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 14:05:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.5 2013/04/18 13:50:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.6 2013/04/18 14:05:50 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.17                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	18 Apr 2013 13:50:54 -0000	1.16
+++ ChangeLog	18 Apr 2013 14:05:50 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.16 2013/04/18 13:50:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.17 2013/04/18 14:05:50 ago Exp $
+
+  18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for x86, wrt bug #449298
 
   18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for amd64, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-18 17:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-18 17:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/18 17:03:31

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

Revision  Changes    Path
1.7                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 14:05:50 -0000	1.6
+++ ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 17:03:31 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.6 2013/04/18 14:05:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.7 2013/04/18 17:03:31 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.18                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Apr 2013 14:05:50 -0000	1.17
+++ ChangeLog	18 Apr 2013 17:03:31 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.17 2013/04/18 14:05:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.18 2013/04/18 17:03:31 ago Exp $
+
+  18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for ppc, wrt bug #449298
 
   18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for x86, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-18 21:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-18 21:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/18 21:33:54

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #449298
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 17:03:31 -0000	1.7
+++ ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 21:33:54 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.7 2013/04/18 17:03:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.8 2013/04/18 21:33:54 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.19                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Apr 2013 17:03:31 -0000	1.18
+++ ChangeLog	18 Apr 2013 21:33:54 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.18 2013/04/18 17:03:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.19 2013/04/18 21:33:54 ago Exp $
+
+  18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for ppc64, wrt bug #449298
 
   18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for ppc, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-19 20:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-19 20:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/19 20:42:36

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #449298
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ttf2pk2-1.5_p20120701.ebuild	18 Apr 2013 21:33:54 -0000	1.8
+++ ttf2pk2-1.5_p20120701.ebuild	19 Apr 2013 20:42:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.8 2013/04/18 21:33:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.9 2013/04/19 20:42:36 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.20                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	18 Apr 2013 21:33:54 -0000	1.19
+++ ChangeLog	19 Apr 2013 20:42:36 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.19 2013/04/18 21:33:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.20 2013/04/19 20:42:36 ago Exp $
+
+  19 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for ia64, wrt bug #449298
 
   18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for ppc64, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-20 20:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-20 20:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/20 20:05:20

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #449298
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ttf2pk2-1.5_p20120701.ebuild	19 Apr 2013 20:42:36 -0000	1.9
+++ ttf2pk2-1.5_p20120701.ebuild	20 Apr 2013 20:05:20 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.9 2013/04/19 20:42:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.10 2013/04/20 20:05:20 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.21                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Apr 2013 20:42:36 -0000	1.20
+++ ChangeLog	20 Apr 2013 20:05:20 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.20 2013/04/19 20:42:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.21 2013/04/20 20:05:20 ago Exp $
+
+  20 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for alpha, wrt bug #449298
 
   19 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for ia64, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-21 12:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-21 12:15 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/21 12:15:17

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #449298
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ttf2pk2-1.5_p20120701.ebuild	20 Apr 2013 20:05:20 -0000	1.10
+++ ttf2pk2-1.5_p20120701.ebuild	21 Apr 2013 12:15:17 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.10 2013/04/20 20:05:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.11 2013/04/21 12:15:17 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.22                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	20 Apr 2013 20:05:20 -0000	1.21
+++ ChangeLog	21 Apr 2013 12:15:17 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.21 2013/04/20 20:05:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.22 2013/04/21 12:15:17 ago Exp $
+
+  21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for arm, wrt bug #449298
 
   20 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for alpha, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-21 22:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-21 22:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/21 22:33:34

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #449298
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ttf2pk2-1.5_p20120701.ebuild	21 Apr 2013 12:15:17 -0000	1.11
+++ ttf2pk2-1.5_p20120701.ebuild	21 Apr 2013 22:33:34 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.11 2013/04/21 12:15:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.12 2013/04/21 22:33:34 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.23                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 Apr 2013 12:15:17 -0000	1.22
+++ ChangeLog	21 Apr 2013 22:33:34 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.22 2013/04/21 12:15:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.23 2013/04/21 22:33:34 ago Exp $
+
+  21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for sparc, wrt bug #449298
 
   21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for arm, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-22  8:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-22  8:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/22 08:03:45

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #449298
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ttf2pk2-1.5_p20120701.ebuild	21 Apr 2013 22:33:34 -0000	1.12
+++ ttf2pk2-1.5_p20120701.ebuild	22 Apr 2013 08:03:45 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.12 2013/04/21 22:33:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.13 2013/04/22 08:03:45 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.24                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	21 Apr 2013 22:33:34 -0000	1.23
+++ ChangeLog	22 Apr 2013 08:03:45 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.23 2013/04/21 22:33:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.24 2013/04/22 08:03:45 ago Exp $
+
+  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for s390, wrt bug #449298
 
   21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for sparc, wrt bug #449298





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

* [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog
@ 2013-04-25 21:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-25 21:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/25 21:25:48

  Modified:             ttf2pk2-1.5_p20120701.ebuild ChangeLog
  Log:
  Stable for sh, wrt bug #449298
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.14                 app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild

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

Index: ttf2pk2-1.5_p20120701.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ttf2pk2-1.5_p20120701.ebuild	22 Apr 2013 08:03:45 -0000	1.13
+++ ttf2pk2-1.5_p20120701.ebuild	25 Apr 2013 21:25:48 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.13 2013/04/22 08:03:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ttf2pk2-1.5_p20120701.ebuild,v 1.14 2013/04/25 21:25:48 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



1.25                 app-text/ttf2pk2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	22 Apr 2013 08:03:45 -0000	1.24
+++ ChangeLog	25 Apr 2013 21:25:48 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ttf2pk2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.24 2013/04/22 08:03:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pk2/ChangeLog,v 1.25 2013/04/25 21:25:48 ago Exp $
+
+  25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
+  Stable for sh, wrt bug #449298
 
   22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ttf2pk2-1.5_p20120701.ebuild:
   Stable for s390, wrt bug #449298





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

end of thread, other threads:[~2013-04-25 21:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22  8:03 [gentoo-commits] gentoo-x86 commit in app-text/ttf2pk2: ttf2pk2-1.5_p20120701.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-25 21:25 Agostino Sarubbo (ago)
2013-04-21 22:33 Agostino Sarubbo (ago)
2013-04-21 12:15 Agostino Sarubbo (ago)
2013-04-20 20:05 Agostino Sarubbo (ago)
2013-04-19 20:42 Agostino Sarubbo (ago)
2013-04-18 21:33 Agostino Sarubbo (ago)
2013-04-18 17:03 Agostino Sarubbo (ago)
2013-04-18 14:05 Agostino Sarubbo (ago)
2013-04-18 13:50 Agostino Sarubbo (ago)
2013-04-17 14:28 Jeroen Roovers (jer)
2012-08-10 10:55 Anthony G. Basile (blueness)
2012-08-09 17:17 Fabian Groffen (grobian)
2012-07-25 11:42 Alexis Ballier (aballier)

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