summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-12-29 13:50:28 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-12-29 13:50:28 +0000
commit3f34dffbadf879dcb18dcc0fd2f9f6edb6bef695 (patch)
tree6ef144bae5d4cf03de5f4e21e0c53a176d0dfb56 /media-fonts
parentDon't hardcode user for game score files. (diff)
downloadhistorical-3f34dffbadf879dcb18dcc0fd2f9f6edb6bef695.tar.gz
historical-3f34dffbadf879dcb18dcc0fd2f9f6edb6bef695.tar.bz2
historical-3f34dffbadf879dcb18dcc0fd2f9f6edb6bef695.zip
Version bumped.
Package-Manager: portage-2.1.9.26/cvs/Linux x86_64
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/mplus-outline-fonts/ChangeLog8
-rw-r--r--media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre035.ebuild (renamed from media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre029.ebuild)8
2 files changed, 11 insertions, 5 deletions
diff --git a/media-fonts/mplus-outline-fonts/ChangeLog b/media-fonts/mplus-outline-fonts/ChangeLog
index d4a6d839a5c2..43c3ec49d0f8 100644
--- a/media-fonts/mplus-outline-fonts/ChangeLog
+++ b/media-fonts/mplus-outline-fonts/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-fonts/mplus-outline-fonts
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.28 2010/10/02 09:17:29 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.29 2010/12/29 13:50:28 matsuu Exp $
+
+*mplus-outline-fonts-0_pre035 (29 Dec 2010)
+
+ 29 Dec 2010; MATSUU Takuto <matsuu@gentoo.org>
+ -mplus-outline-fonts-0_pre029.ebuild, +mplus-outline-fonts-0_pre035.ebuild:
+ Version bumped. Removed old version.
*mplus-outline-fonts-0_pre033 (02 Oct 2010)
diff --git a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre029.ebuild b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre035.ebuild
index 703a57ae5da9..4a7c745ecb6e 100644
--- a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre029.ebuild
+++ b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre035.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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_pre029.ebuild,v 1.1 2010/04/16 00:06:15 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre035.ebuild,v 1.1 2010/12/29 13:50:28 matsuu Exp $
EAPI="2"
inherit font
@@ -17,7 +17,7 @@ IUSE="ipafont"
DEPEND="ipafont? (
media-gfx/fontforge
- >=media-fonts/ja-ipafonts-003.01
+ >=media-fonts/ja-ipafonts-003.02
)"
RDEPEND=""
@@ -34,13 +34,13 @@ IPAFONT_DIR="/usr/share/fonts/ja-ipafonts"
src_prepare() {
if use ipafont ; then
- cp -p "${IPAFONT_DIR}/ipag.otf" "${S}" || die
+ cp -p "${IPAFONT_DIR}/ipag.ttf" "${S}" || die
fi
}
src_compile() {
if use ipafont ; then
fontforge -script m++ipa.pe || die
- rm -f ipag.otf || die
+ rm -f ipag.ttf || die
fi
}