public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre059.ebuild ChangeLog
@ 2014-11-29 13:04 Akinori Hattori (hattya)
  0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori (hattya) @ 2014-11-29 13:04 UTC (permalink / raw
  To: gentoo-commits

hattya      14/11/29 13:04:41

  Modified:             ChangeLog
  Added:                mplus-outline-fonts-0_pre059.ebuild
  Log:
  new upstream release
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.57                 media-fonts/mplus-outline-fonts/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	4 Apr 2014 09:38:13 -0000	1.56
+++ ChangeLog	29 Nov 2014 13:04:41 -0000	1.57
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.56 2014/04/04 09:38:13 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.57 2014/11/29 13:04:41 hattya Exp $
+
+*mplus-outline-fonts-0_pre059 (29 Nov 2014)
+
+  29 Nov 2014; Akinori Hattori <hattya@gentoo.org>
+  +mplus-outline-fonts-0_pre059.ebuild:
+  new upstream release
 
 *mplus-outline-fonts-0_pre058 (04 Apr 2014)
 



1.1                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.1&content-type=text/plain

Index: mplus-outline-fonts-0_pre059.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.1 2014/11/29 13:04:41 hattya Exp $

EAPI="5"

inherit font

MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"

DESCRIPTION="M+ Japanese outline fonts"
HOMEPAGE="http://mplus-fonts.sourceforge.jp/ http://ossipedia.ipa.go.jp/ipafont/"
SRC_URI="mirror://sourceforge.jp/mplus-fonts/62344/${MY_P}.tar.xz"

LICENSE="mplus-fonts ipafont? ( IPAfont )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos"
IUSE="ipafont"
RESTRICT="binchecks strip"

DEPEND="ipafont? (
		media-gfx/fontforge
		media-fonts/ja-ipafonts
	)"
RDEPEND=""
S="${WORKDIR}/${MY_P}"

FONT_SUFFIX="ttf"
FONT_S="${S}"
DOCS=( README_{J,E} )

IPAFONT_DIR="${EPREFIX}/usr/share/fonts/ja-ipafonts"

src_prepare() {
	if use ipafont; then
		cp -p "${IPAFONT_DIR}"/ipag.ttf "${S}" || die
	fi
}

src_compile() {
	if use ipafont; then
		fontforge -script m++ipa.pe || die
		rm -f ipag.ttf
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre059.ebuild ChangeLog
@ 2015-07-21  4:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2015-07-21  4:58 UTC (permalink / raw
  To: gentoo-commits

jer         15/07/21 04:58:48

  Modified:             mplus-outline-fonts-0_pre059.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #554502).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?r1=1.2&r2=1.3

Index: mplus-outline-fonts-0_pre059.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mplus-outline-fonts-0_pre059.ebuild	10 Jul 2015 12:13:27 -0000	1.2
+++ mplus-outline-fonts-0_pre059.ebuild	21 Jul 2015 04:58:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.2 2015/07/10 12:13:27 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.3 2015/07/21 04:58:48 jer Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="mplus-fonts ipafont? ( IPAfont )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos"
 IUSE="ipafont"
 RESTRICT="binchecks strip"
 



1.60                 media-fonts/mplus-outline-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	10 Jul 2015 12:13:27 -0000	1.59
+++ ChangeLog	21 Jul 2015 04:58:48 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.59 2015/07/10 12:13:27 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.60 2015/07/21 04:58:48 jer Exp $
+
+  21 Jul 2015; Jeroen Roovers <jer@gentoo.org>
+  mplus-outline-fonts-0_pre059.ebuild:
+  Stable for HPPA (bug #554502).
 
   10 Jul 2015; Akinori Hattori <hattya@gentoo.org>
   mplus-outline-fonts-0_pre055.ebuild, mplus-outline-fonts-0_pre056.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre059.ebuild ChangeLog
@ 2015-07-29 15:52 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-29 15:52 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/29 15:52:05

  Modified:             mplus-outline-fonts-0_pre059.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #554502
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)

Revision  Changes    Path
1.5                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?r1=1.4&r2=1.5

Index: mplus-outline-fonts-0_pre059.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mplus-outline-fonts-0_pre059.ebuild	23 Jul 2015 19:35:49 -0000	1.4
+++ mplus-outline-fonts-0_pre059.ebuild	29 Jul 2015 15:52:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.4 2015/07/23 19:35:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.5 2015/07/29 15:52:05 zlogene Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="mplus-fonts ipafont? ( IPAfont )"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ia64 ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 hppa ia64 ppc ~x86 ~ppc-macos ~x86-macos"
 IUSE="ipafont"
 RESTRICT="binchecks strip"
 



1.62                 media-fonts/mplus-outline-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	23 Jul 2015 19:35:49 -0000	1.61
+++ ChangeLog	29 Jul 2015 15:52:05 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.61 2015/07/23 19:35:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.62 2015/07/29 15:52:05 zlogene Exp $
+
+  29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
+  mplus-outline-fonts-0_pre059.ebuild:
+  ia64 stable wrt bug #554502
 
   23 Jul 2015; Pacho Ramos <pacho@gentoo.org>
   mplus-outline-fonts-0_pre059.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre059.ebuild ChangeLog
@ 2015-08-03 10:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-03 10:59 UTC (permalink / raw
  To: gentoo-commits

ago         15/08/03 10:59:11

  Modified:             mplus-outline-fonts-0_pre059.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #554502
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?r1=1.5&r2=1.6

Index: mplus-outline-fonts-0_pre059.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mplus-outline-fonts-0_pre059.ebuild	29 Jul 2015 15:52:05 -0000	1.5
+++ mplus-outline-fonts-0_pre059.ebuild	3 Aug 2015 10:59:11 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.5 2015/07/29 15:52:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.6 2015/08/03 10:59:11 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="mplus-fonts ipafont? ( IPAfont )"
 SLOT="0"
-KEYWORDS="~amd64 hppa ia64 ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 hppa ia64 ppc ~x86 ~ppc-macos ~x86-macos"
 IUSE="ipafont"
 RESTRICT="binchecks strip"
 



1.63                 media-fonts/mplus-outline-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	29 Jul 2015 15:52:05 -0000	1.62
+++ ChangeLog	3 Aug 2015 10:59:11 -0000	1.63
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.62 2015/07/29 15:52:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.63 2015/08/03 10:59:11 ago Exp $
+
+  03 Aug 2015; Agostino Sarubbo <ago@gentoo.org>
+  mplus-outline-fonts-0_pre059.ebuild:
+  Stable for amd64, wrt bug #554502
 
   29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
   mplus-outline-fonts-0_pre059.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre059.ebuild ChangeLog
@ 2015-08-06  7:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-06  7:16 UTC (permalink / raw
  To: gentoo-commits

ago         15/08/06 07:16:03

  Modified:             mplus-outline-fonts-0_pre059.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #554502
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?r1=1.6&r2=1.7

Index: mplus-outline-fonts-0_pre059.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mplus-outline-fonts-0_pre059.ebuild	3 Aug 2015 10:59:11 -0000	1.6
+++ mplus-outline-fonts-0_pre059.ebuild	6 Aug 2015 07:16:03 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.6 2015/08/03 10:59:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v 1.7 2015/08/06 07:16:03 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="mplus-fonts ipafont? ( IPAfont )"
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 hppa ia64 ppc x86 ~ppc-macos ~x86-macos"
 IUSE="ipafont"
 RESTRICT="binchecks strip"
 



1.64                 media-fonts/mplus-outline-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	3 Aug 2015 10:59:11 -0000	1.63
+++ ChangeLog	6 Aug 2015 07:16:03 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.63 2015/08/03 10:59:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.64 2015/08/06 07:16:03 ago Exp $
+
+  06 Aug 2015; Agostino Sarubbo <ago@gentoo.org>
+  mplus-outline-fonts-0_pre059.ebuild:
+  Stable for x86, wrt bug #554502
 
   03 Aug 2015; Agostino Sarubbo <ago@gentoo.org>
   mplus-outline-fonts-0_pre059.ebuild:





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

end of thread, other threads:[~2015-08-06  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 15:52 [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre059.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-06  7:16 Agostino Sarubbo (ago)
2015-08-03 10:59 Agostino Sarubbo (ago)
2015-07-21  4:58 Jeroen Roovers (jer)
2014-11-29 13:04 Akinori Hattori (hattya)

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