summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2013-10-24 14:13:09 +0000
committerAkinori Hattori <hattya@gentoo.org>2013-10-24 14:13:09 +0000
commit87a5551abfecd5aa5001e403491470451397babb (patch)
treed5fe87078aa7732b964884654e9360d56bf70704 /media-fonts
parentnew upstream release (diff)
downloadgentoo-2-87a5551abfecd5aa5001e403491470451397babb.tar.gz
gentoo-2-87a5551abfecd5aa5001e403491470451397babb.tar.bz2
gentoo-2-87a5551abfecd5aa5001e403491470451397babb.zip
remove old ebuild
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/mplus-outline-fonts/ChangeLog6
-rw-r--r--media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre030-r1.ebuild46
2 files changed, 5 insertions, 47 deletions
diff --git a/media-fonts/mplus-outline-fonts/ChangeLog b/media-fonts/mplus-outline-fonts/ChangeLog
index 447a768715aa..00750e9936d8 100644
--- a/media-fonts/mplus-outline-fonts/ChangeLog
+++ b/media-fonts/mplus-outline-fonts/ChangeLog
@@ -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.51 2013/10/24 14:09:32 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 1.52 2013/10/24 14:13:09 hattya Exp $
+
+ 24 Oct 2013; Akinori Hattori <hattya@gentoo.org>
+ -mplus-outline-fonts-0_pre030-r1.ebuild:
+ remove old ebuild
*mplus-outline-fonts-0_pre057 (24 Oct 2013)
diff --git a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre030-r1.ebuild b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre030-r1.ebuild
deleted file mode 100644
index 430c5e2c1d97..000000000000
--- a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre030-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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_pre030-r1.ebuild,v 1.5 2010/07/20 16:24:28 jer Exp $
-
-EAPI="2"
-inherit font
-
-MY_P="mplus-${PV/0_pre/TESTFLIGHT-}"
-DESCRIPTION="M+ Japanese outline fonts with IPA font"
-HOMEPAGE="http://mplus-fonts.sourceforge.jp/ https://sourceforge.jp/projects/opfc/"
-SRC_URI="mirror://sourceforge.jp/mplus-fonts/6650/${MY_P}.tar.gz"
-
-LICENSE="mplus-fonts IPAfont"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ia64 ppc x86"
-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="/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
-}