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 | d882490e679dbbd58f1405c95fed65460be42aec (patch) | |
tree | 4bcbdb71cdebaff88682197525d56a140aa0f947 /media-fonts | |
parent | Fix the leading spaces (diff) | |
download | gentoo-2-d882490e679dbbd58f1405c95fed65460be42aec.tar.gz gentoo-2-d882490e679dbbd58f1405c95fed65460be42aec.tar.bz2 gentoo-2-d882490e679dbbd58f1405c95fed65460be42aec.zip |
Convert ebuild to use new ebdftopcf for modular-X fixes.
(Portage version: 2.0.54)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/efont-unicode/ChangeLog | 10 | ||||
-rw-r--r-- | media-fonts/efont-unicode/Manifest | 18 | ||||
-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 |
4 files changed, 41 insertions, 15 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/Manifest b/media-fonts/efont-unicode/Manifest index b79aa4990369..f3049bd32a95 100644 --- a/media-fonts/efont-unicode/Manifest +++ b/media-fonts/efont-unicode/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 b30764f461107214918a12bc26459072 ChangeLog 1527 MD5 9aad2bd0768fdf20d008166305e30586 efont-unicode-0.4.1.ebuild 1449 -MD5 9088d4a413fe0b465560c753492acf1f metadata.xml 175 +MD5 1474434109035e0c980616d765fcffd0 efont-unicode-0.4.2-r1.ebuild 740 MD5 bf300bd1b8f7768b6670e4495ceb0bea efont-unicode-0.4.2.ebuild 919 -MD5 b30764f461107214918a12bc26459072 ChangeLog 1527 -MD5 5c097610d90a81ce4fc3751c4d044dc0 files/digest-efont-unicode-0.4.2 78 MD5 917281c740effe94d62162986e216da6 files/digest-efont-unicode-0.4.1 78 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFDC5NbKRy60XGEcJIRAlL4AJ4wBg6IpNhAOB39QRR3e7hI9/GBGgCgma3W -80RogKOdoO1hDXnZZaj3dmc= -=Yq24 ------END PGP SIGNATURE----- +MD5 5c097610d90a81ce4fc3751c4d044dc0 files/digest-efont-unicode-0.4.2 78 +MD5 5c097610d90a81ce4fc3751c4d044dc0 files/digest-efont-unicode-0.4.2-r1 78 +MD5 9088d4a413fe0b465560c753492acf1f metadata.xml 175 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 |