diff options
author | 2006-03-23 20:54:18 +0000 | |
---|---|---|
committer | 2006-03-23 20:54:18 +0000 | |
commit | 00e8f103a0f0fc8c9dc5b99e8decda4e48162049 (patch) | |
tree | 77ca7760bdfe9cb2d9ca438b2d81c73e7d2f1a9a /media-fonts | |
parent | Add ~alpha. Tested by Thomas Cort <tcort@cs.ubishops.ca> (diff) | |
download | gentoo-2-00e8f103a0f0fc8c9dc5b99e8decda4e48162049.tar.gz gentoo-2-00e8f103a0f0fc8c9dc5b99e8decda4e48162049.tar.bz2 gentoo-2-00e8f103a0f0fc8c9dc5b99e8decda4e48162049.zip |
Port to modular X, remove old ebuild.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'media-fonts')
4 files changed, 8 insertions, 68 deletions
diff --git a/media-fonts/efont-unicode/ChangeLog b/media-fonts/efont-unicode/ChangeLog index d4cf9cf376f2..437235c98a48 100644 --- a/media-fonts/efont-unicode/ChangeLog +++ b/media-fonts/efont-unicode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/efont-unicode # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/ChangeLog,v 1.14 2006/01/12 03:45:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/ChangeLog,v 1.15 2006/03/23 20:54:18 spyderous Exp $ + + 23 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; + -efont-unicode-0.4.1.ebuild, efont-unicode-0.4.2.ebuild: + Port to modular X, remove old ebuild. 12 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> efont-unicode-0.4.2-r1.ebuild: diff --git a/media-fonts/efont-unicode/efont-unicode-0.4.1.ebuild b/media-fonts/efont-unicode/efont-unicode-0.4.1.ebuild deleted file mode 100644 index df4fee32b87c..000000000000 --- a/media-fonts/efont-unicode/efont-unicode-0.4.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/efont-unicode-0.4.1.ebuild,v 1.7 2005/02/10 08:35:26 usata Exp $ - -IUSE="" - -MY_P="${PN}-bdf-${PV}" - -DESCRIPTION="The /efont/ Unicode Bitmap Fonts" -HOMEPAGE="http://openlab.jp/efont/unicode/" -SRC_URI="http://openlab.jp/efont/dist/unicode-bdf/${MY_P}.tar.bz2" - -# naga10 has free-noncomm license -LICENSE="public-domain BAEKMUK X11 as-is" -SLOT="0" -KEYWORDS="x86 alpha ~sparc ~ppc ~amd64" - -DEPEND="virtual/x11" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" -FONTDIR="/usr/share/fonts/efont-unicode" - -src_compile () { - - for i in *.bdf ; do - echo "Converting $i into ${i/bdf/pcf} ..." - /usr/X11R6/bin/bdftopcf -o ${i/bdf/pcf} ${i} || die - echo "Compressing ${i/bdf/pcf} ..." - gzip -9 ${i/bdf/pcf} || die - done -} - -src_install () { - - insinto ${FONTDIR} - doins *.pcf.gz || die - - dodoc README* COPYRIGHT ChangeLog INSTALL - dohtml List.html - - /usr/X11R6/bin/mkfontdir ${D}${FONTDIR} -} - -pkg_postinst() { - - einfo - einfo "You need to add following line into 'Section \"Files\"' in" - einfo "XF86Config and reboot X Window System, to use these fonts." - einfo - einfo "\t FontPath \"${FONTDIR}\"" - einfo -} - -pkg_postrm(){ - - einfo - einfo "You need to remove following line from 'Section \"Files\"' in" - einfo "XF86Config, to unmerge this package completely." - einfo - einfo "\t FontPath \"${FONTDIR}\"" - einfo -} diff --git a/media-fonts/efont-unicode/efont-unicode-0.4.2.ebuild b/media-fonts/efont-unicode/efont-unicode-0.4.2.ebuild index 3be57d5293d6..63e320c90864 100644 --- a/media-fonts/efont-unicode/efont-unicode-0.4.2.ebuild +++ b/media-fonts/efont-unicode/efont-unicode-0.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/efont-unicode-0.4.2.ebuild,v 1.7 2005/08/23 21:21:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/efont-unicode-0.4.2.ebuild,v 1.8 2006/03/23 20:54:18 spyderous Exp $ inherit font @@ -17,7 +17,7 @@ LICENSE="public-domain BAEKMUK X11 as-is" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -DEPEND="virtual/x11" +DEPEND="|| ( x11-apps/bdftopcf virtual/x11 )" RDEPEND="" S="${WORKDIR}/${MY_P}" diff --git a/media-fonts/efont-unicode/files/digest-efont-unicode-0.4.1 b/media-fonts/efont-unicode/files/digest-efont-unicode-0.4.1 deleted file mode 100644 index 62325461ed14..000000000000 --- a/media-fonts/efont-unicode/files/digest-efont-unicode-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 654bc0f6bef3016c712a6a499138c799 efont-unicode-bdf-0.4.1.tar.bz2 23894541 |