diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-02 13:48:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-02 13:48:24 +0000 |
commit | e0e244414bc24adc6ea40ab2feac6bafa3d67f22 (patch) | |
tree | 69fb805dbb732bd3a6df05ddea01ece07efba40f /media-fonts/zh-kcfonts | |
parent | moved to media-fonts category (diff) | |
download | historical-e0e244414bc24adc6ea40ab2feac6bafa3d67f22.tar.gz historical-e0e244414bc24adc6ea40ab2feac6bafa3d67f22.tar.bz2 historical-e0e244414bc24adc6ea40ab2feac6bafa3d67f22.zip |
moved to media-fonts category
Diffstat (limited to 'media-fonts/zh-kcfonts')
-rw-r--r-- | media-fonts/zh-kcfonts/ChangeLog | 15 | ||||
-rw-r--r-- | media-fonts/zh-kcfonts/Manifest | 3 | ||||
-rw-r--r-- | media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05 | 1 | ||||
-rw-r--r-- | media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild | 37 |
4 files changed, 56 insertions, 0 deletions
diff --git a/media-fonts/zh-kcfonts/ChangeLog b/media-fonts/zh-kcfonts/ChangeLog new file mode 100644 index 000000000000..603652c39814 --- /dev/null +++ b/media-fonts/zh-kcfonts/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for media-fonts/zh-kcfonts +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog,v 1.1 2003/06/02 13:48:21 seemant Exp $ + +*zh-kcfonts-1.05 (02 Jun 2003) + + 02 Jun 2003; Seemant Kulleen <seemant@gentoo.org> zh-kcfonts-1.05.ebuild: + moved to media-fonts + +*zh-kcfonts-1.05 (10 Oct 2002) + + 10 Oct 2002; Stuart Bouyer <stubear@gentoo.org> zh-kcfonts-1.05.ebuild, + files/digest-zh-kcfonts-1.05, ChangeLog : + + Initial ebuild submitted by lloyd@coventive.com (Lloyd Huang) diff --git a/media-fonts/zh-kcfonts/Manifest b/media-fonts/zh-kcfonts/Manifest new file mode 100644 index 000000000000..dfbb65ef69dd --- /dev/null +++ b/media-fonts/zh-kcfonts/Manifest @@ -0,0 +1,3 @@ +MD5 eba960e7b1c0226a474f83870c140e5f zh-kcfonts-1.05.ebuild 957 +MD5 e1dbadd72edc3d05297526134c60ac16 ChangeLog 574 +MD5 fcd29c965b2324922c1717732227a787 files/digest-zh-kcfonts-1.05 65 diff --git a/media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05 b/media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05 new file mode 100644 index 000000000000..71a78de486ef --- /dev/null +++ b/media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05 @@ -0,0 +1 @@ +MD5 aab839f8c4c8afbd1f02ce6ed3a6373a zh-kcfonts-1.05.tgz 1175700 diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild new file mode 100644 index 000000000000..d8f88ccfe86d --- /dev/null +++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild,v 1.1 2003/06/02 13:48:21 seemant Exp $ + +KCFONTS="zh-kcfonts-1.05.tgz" + +DESCRIPTION="Kuo Chauo Chinese Fonts collection in BIG5 encoding" +SRC_URI="ftp://ftp.freebsd.org.tw/pub/i386/4.6.2-RELEASE/packages/x11-fonts/${P}.tgz" +HOMEPAGE="" #No homepage exists that I am aware of or able to find + +LICENSE="freedist" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="x11-base/xfree" +S=${WORKDIR}/${PN} +CFONTDIR=/usr/X11R6/lib/X11/fonts/misc/ + +src_unpack() { + mkdir ${S} + cd ${S} + unpack ${A} +} + +src_install() { + dodir ${CFONTDIR} + insinto ${CFONTDIR} + doins ${S}/lib/X11/fonts/local/* +} + +pkg_postinst() { + mkfontdir ${CFONTDIR} + cd ${CFONTDIR} + cat kc_fonts.alias >> fonts.alias ; + cp fonts.alias ..fonts.alias.. ; + sort ..fonts.alias.. | uniq > fonts.alias ; rm ..fonts.alias.. +} |