summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/monafont/monafont-2.30_pre2.ebuild')
-rw-r--r--media-fonts/monafont/monafont-2.30_pre2.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/media-fonts/monafont/monafont-2.30_pre2.ebuild b/media-fonts/monafont/monafont-2.30_pre2.ebuild
deleted file mode 100644
index fa0ec6967608..000000000000
--- a/media-fonts/monafont/monafont-2.30_pre2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.30_pre2.ebuild,v 1.2 2003/09/11 22:04:44 usata Exp $
-
-MY_P=${P/_/}
-
-DESCRIPTION="Japanese bitmap fonts suitable for browsing 2ch"
-HOMEPAGE="http://monafont.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~ppc ~sparc"
-IUSE=""
-DEPEND="virtual/x11
- dev-lang/perl
- sys-apps/sed"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-FONTDIR=/usr/share/fonts/${PN}
-
-src_compile(){
-
- PERL_BADLANG=0 ; LC_CTYPE=C
- export PERL_BADLANG LC_CTYPE
- emake || die
-}
-
-src_install(){
-
- emake install X11FONTDIR=${D}/${FONTDIR} || die
- mkfontdir ${D}/${FONTDIR}
- insinto ${FONTDIR}
- newins fonts.alias.mona fonts.alias
-
- dodoc README*
-}
-
-pkg_postinst(){
- einfo "You need you add following line into 'Section \"Files\"' in"
- einfo "XF86Config and reboot X Window System, to use these fonts."
- einfo ""
- einfo "\tFontPath \"${FONTDIR}\""
- einfo ""
-}
-
-pkg_postrm(){
- einfo "You need you remove following line in 'Section \"Files\"' in"
- einfo "XF86Config, to unmerge this package completely."
- einfo ""
- einfo "\tFontPath \"${FONTDIR}\""
- einfo ""
-}