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_pre052.ebuild ChangeLog
@ 2012-10-08 10:01 Akinori Hattori (hattya)
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori (hattya) @ 2012-10-08 10:01 UTC (permalink / raw
  To: gentoo-commits

hattya      12/10/08 10:01:49

  Modified:             ChangeLog
  Added:                mplus-outline-fonts-0_pre052.ebuild
  Log:
  new upstream release.
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	28 Jan 2012 15:33:10 -0000	1.36
+++ ChangeLog	8 Oct 2012 10:01:49 -0000	1.37
@@ -1,6 +1,12 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.36 2012/01/28 15:33:10 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.37 2012/10/08 10:01:49 hattya Exp $
+
+*mplus-outline-fonts-0_pre052 (08 Oct 2012)
+
+  08 Oct 2012; Akinori Hattori <hattya@gentoo.org>
+  +mplus-outline-fonts-0_pre052.ebuild:
+  new upstream release.
 
 *mplus-outline-fonts-0_pre046 (28 Jan 2012)
 
@@ -203,4 +209,3 @@
   23 Dec 2005; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
   +mplus-outline-fonts-0_pre010.ebuild:
   Initial import. Thanks to kuratomi, a5hr and bashi (GentooJP users).
-



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

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

Index: mplus-outline-fonts-0_pre052.ebuild
===================================================================
# Copyright 1999-2012 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_pre052.ebuild,v 1.1 2012/10/08 10:01:49 hattya Exp $

EAPI="3"
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/6650/${MY_P}.tar.xz"

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

DEPEND="ipafont? (
		media-gfx/fontforge
		>=media-fonts/ja-ipafonts-003.02
	)"
RDEPEND=""

S="${WORKDIR}/${MY_P}"

FONT_SUFFIX="ttf"
FONT_S="${S}"

DOCS="README_J README_E"

RESTRICT="strip binchecks"

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 || die
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre052.ebuild ChangeLog
@ 2013-05-23 14:30 Akinori Hattori (hattya)
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori (hattya) @ 2013-05-23 14:30 UTC (permalink / raw
  To: gentoo-commits

hattya      13/05/23 14:30:25

  Modified:             mplus-outline-fonts-0_pre052.ebuild ChangeLog
  Log:
  x86 stable
  
  (Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.2                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild

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

Index: mplus-outline-fonts-0_pre052.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mplus-outline-fonts-0_pre052.ebuild	8 Oct 2012 10:01:49 -0000	1.1
+++ mplus-outline-fonts-0_pre052.ebuild	23 May 2013 14:30:25 -0000	1.2
@@ -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/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v 1.1 2012/10/08 10:01:49 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v 1.2 2013/05/23 14:30:25 hattya Exp $
 
 EAPI="3"
 inherit font
@@ -12,7 +12,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"
 
 DEPEND="ipafont? (



1.40                 media-fonts/mplus-outline-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	23 May 2013 14:23:19 -0000	1.39
+++ ChangeLog	23 May 2013 14:30:25 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.39 2013/05/23 14:23:19 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.40 2013/05/23 14:30:25 hattya Exp $
+
+  23 May 2013; Akinori Hattori <hattya@gentoo.org>
+  mplus-outline-fonts-0_pre052.ebuild:
+  x86 stable
 
   23 May 2013; Akinori Hattori <hattya@gentoo.org>
   -mplus-outline-fonts-0_pre040.ebuild, -mplus-outline-fonts-0_pre043-r1.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre052.ebuild ChangeLog
@ 2013-05-23 14:33 Akinori Hattori (hattya)
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori (hattya) @ 2013-05-23 14:33 UTC (permalink / raw
  To: gentoo-commits

hattya      13/05/23 14:33:19

  Modified:             mplus-outline-fonts-0_pre052.ebuild ChangeLog
  Log:
  amd64 stable
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.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_pre052.ebuild?r1=1.2&r2=1.3

Index: mplus-outline-fonts-0_pre052.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mplus-outline-fonts-0_pre052.ebuild	23 May 2013 14:30:25 -0000	1.2
+++ mplus-outline-fonts-0_pre052.ebuild	23 May 2013 14:33:19 -0000	1.3
@@ -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/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v 1.2 2013/05/23 14:30:25 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v 1.3 2013/05/23 14:33:19 hattya Exp $
 
 EAPI="3"
 inherit font
@@ -12,7 +12,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"
 
 DEPEND="ipafont? (



1.41                 media-fonts/mplus-outline-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	23 May 2013 14:30:25 -0000	1.40
+++ ChangeLog	23 May 2013 14:33:19 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.40 2013/05/23 14:30:25 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.41 2013/05/23 14:33:19 hattya Exp $
+
+  23 May 2013; Akinori Hattori <hattya@gentoo.org>
+  mplus-outline-fonts-0_pre052.ebuild:
+  amd64 stable
 
   23 May 2013; Akinori Hattori <hattya@gentoo.org>
   mplus-outline-fonts-0_pre052.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre052.ebuild ChangeLog
@ 2013-05-23 14:37 Akinori Hattori (hattya)
  0 siblings, 0 replies; 4+ messages in thread
From: Akinori Hattori (hattya) @ 2013-05-23 14:37 UTC (permalink / raw
  To: gentoo-commits

hattya      13/05/23 14:37:30

  Modified:             mplus-outline-fonts-0_pre052.ebuild ChangeLog
  Log:
  ia64 stable
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.4                  media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild

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

Index: mplus-outline-fonts-0_pre052.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mplus-outline-fonts-0_pre052.ebuild	23 May 2013 14:33:19 -0000	1.3
+++ mplus-outline-fonts-0_pre052.ebuild	23 May 2013 14:37:30 -0000	1.4
@@ -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/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v 1.3 2013/05/23 14:33:19 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre052.ebuild,v 1.4 2013/05/23 14:37:30 hattya Exp $
 
 EAPI="3"
 inherit font
@@ -12,7 +12,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"
 
 DEPEND="ipafont? (



1.42                 media-fonts/mplus-outline-fonts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	23 May 2013 14:33:19 -0000	1.41
+++ ChangeLog	23 May 2013 14:37:30 -0000	1.42
@@ -1,6 +1,10 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.41 2013/05/23 14:33:19 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.42 2013/05/23 14:37:30 hattya Exp $
+
+  23 May 2013; Akinori Hattori <hattya@gentoo.org>
+  mplus-outline-fonts-0_pre052.ebuild:
+  ia64 stable
 
   23 May 2013; Akinori Hattori <hattya@gentoo.org>
   mplus-outline-fonts-0_pre052.ebuild:





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

end of thread, other threads:[~2013-05-23 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 10:01 [gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre052.ebuild ChangeLog Akinori Hattori (hattya)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-23 14:30 Akinori Hattori (hattya)
2013-05-23 14:33 Akinori Hattori (hattya)
2013-05-23 14:37 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