diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-12 02:08:35 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-12 02:08:35 +0000 |
commit | 1b16cf5438e4d0c2bc961fb9c27809658fbd3639 (patch) | |
tree | 5c101d86d1963ca34d228d1ed935d17f9486602e /media-fonts/efont-unicode | |
parent | Fix the leading spaces (diff) | |
download | historical-1b16cf5438e4d0c2bc961fb9c27809658fbd3639.tar.gz historical-1b16cf5438e4d0c2bc961fb9c27809658fbd3639.tar.bz2 historical-1b16cf5438e4d0c2bc961fb9c27809658fbd3639.zip |
Convert ebuild to use new ebdftopcf for modular-X fixes.
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-fonts/efont-unicode')
-rw-r--r-- | media-fonts/efont-unicode/ChangeLog | 10 | ||||
-rw-r--r-- | media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild | 27 | ||||
-rw-r--r-- | media-fonts/efont-unicode/files/digest-efont-unicode-0.4.2-r1 | 1 |
3 files changed, 36 insertions, 2 deletions
diff --git a/media-fonts/efont-unicode/ChangeLog b/media-fonts/efont-unicode/ChangeLog index f5478d76ee37..ef3dabf0f18a 100644 --- a/media-fonts/efont-unicode/ChangeLog +++ b/media-fonts/efont-unicode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/efont-unicode -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/ChangeLog,v 1.12 2005/08/23 21:21:12 gustavoz Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/efont-unicode/ChangeLog,v 1.13 2006/01/12 02:08:35 robbat2 Exp $ + +*efont-unicode-0.4.2-r1 (12 Jan 2006) + + 12 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> + +efont-unicode-0.4.2-r1.ebuild: + Convert ebuild to use new ebdftopcf for modular-X fixes. 23 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> efont-unicode-0.4.2.ebuild: diff --git a/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild b/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild new file mode 100644 index 000000000000..553ebb269156 --- /dev/null +++ b/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild @@ -0,0 +1,27 @@ +# 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-r1.ebuild,v 1.1 2006/01/12 02:08:35 robbat2 Exp $ + +inherit font font-ebdftopcf + +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="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +S="${WORKDIR}/${MY_P}" +FONT_S=${S} +FONT_SUFFIX="pcf.gz" +DOCS="README* COPYRIGHT ChangeLog INSTALL" + +src_compile () { + ebdftopcf *.bdf +} diff --git a/media-fonts/efont-unicode/files/digest-efont-unicode-0.4.2-r1 b/media-fonts/efont-unicode/files/digest-efont-unicode-0.4.2-r1 new file mode 100644 index 000000000000..f2ee704869e8 --- /dev/null +++ b/media-fonts/efont-unicode/files/digest-efont-unicode-0.4.2-r1 @@ -0,0 +1 @@ +MD5 0c0acbb40e44d899472001302b1c9e48 efont-unicode-bdf-0.4.2.tar.bz2 23999335 |