summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-05-15 17:27:26 +0000
committerMamoru Komachi <usata@gentoo.org>2004-05-15 17:27:26 +0000
commita30550e712c7abb01521463210c9e10e0701bc44 (patch)
tree33d82814d3e5c444b5868cbac148cbc5a03b08e8 /media-fonts/zh-kcfonts
parentfix dep order (diff)
downloadhistorical-a30550e712c7abb01521463210c9e10e0701bc44.tar.gz
historical-a30550e712c7abb01521463210c9e10e0701bc44.tar.bz2
historical-a30550e712c7abb01521463210c9e10e0701bc44.zip
Changed font path to /usr/share/fonts. Updated SRC_URI.
Diffstat (limited to 'media-fonts/zh-kcfonts')
-rw-r--r--media-fonts/zh-kcfonts/ChangeLog8
-rw-r--r--media-fonts/zh-kcfonts/Manifest6
-rw-r--r--media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05-r11
-rw-r--r--media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild25
-rw-r--r--media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild6
5 files changed, 39 insertions, 7 deletions
diff --git a/media-fonts/zh-kcfonts/ChangeLog b/media-fonts/zh-kcfonts/ChangeLog
index abf8802b3fa3..4e2d3a056f1e 100644
--- a/media-fonts/zh-kcfonts/ChangeLog
+++ b/media-fonts/zh-kcfonts/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-fonts/zh-kcfonts
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog,v 1.3 2004/05/03 10:27:25 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/ChangeLog,v 1.4 2004/05/15 17:27:26 usata Exp $
+
+*zh-kcfonts-1.05-r1 (16 May 2004)
+
+ 16 May 2004; Mamoru KOMACHI <usata@gentoo.org> zh-kcfonts-1.05-r1.ebuild,
+ zh-kcfonts-1.05.ebuild:
+ Changed font path to /usr/share/fonts. Updated SRC_URI.
03 May 2004; David Holm <dholm@gentoo.org> zh-kcfonts-1.05.ebuild:
Added to ~ppc.
diff --git a/media-fonts/zh-kcfonts/Manifest b/media-fonts/zh-kcfonts/Manifest
index 7ae78209e4dd..924e67d83f91 100644
--- a/media-fonts/zh-kcfonts/Manifest
+++ b/media-fonts/zh-kcfonts/Manifest
@@ -1,4 +1,6 @@
-MD5 b7ee74c6cbd26500d039417acb2bdb64 ChangeLog 790
+MD5 ef6fd6d61bcb622469fbd4c2101be110 zh-kcfonts-1.05.ebuild 931
+MD5 322fc63526b75703e5374136cbd2d51a ChangeLog 986
MD5 9088d4a413fe0b465560c753492acf1f metadata.xml 175
-MD5 9f20e83bf51ba33d61d5c6a2ec2812b8 zh-kcfonts-1.05.ebuild 955
+MD5 44853d058b5cfd2cd13ac01d03a116b7 zh-kcfonts-1.05-r1.ebuild 806
MD5 fcd29c965b2324922c1717732227a787 files/digest-zh-kcfonts-1.05 65
+MD5 fcd29c965b2324922c1717732227a787 files/digest-zh-kcfonts-1.05-r1 65
diff --git a/media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05-r1 b/media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05-r1
new file mode 100644
index 000000000000..71a78de486ef
--- /dev/null
+++ b/media-fonts/zh-kcfonts/files/digest-zh-kcfonts-1.05-r1
@@ -0,0 +1 @@
+MD5 aab839f8c4c8afbd1f02ce6ed3a6373a zh-kcfonts-1.05.tgz 1175700
diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild
new file mode 100644
index 000000000000..757debb20cbd
--- /dev/null
+++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 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-r1.ebuild,v 1.1 2004/05/15 17:27:26 usata Exp $
+
+KCFONTS="${P}.tgz"
+
+DESCRIPTION="Kuo Chauo Chinese Fonts collection in BIG5 encoding"
+SRC_URI="ftp://ftp.freebsd.org.tw/pub/releases/i386/4.9-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 ~ppc"
+
+DEPEND="virtual/x11"
+S=${WORKDIR}
+FONTPATH=/usr/share/fonts/${PN}
+
+src_install() {
+ insinto ${FONTPATH}
+ doins lib/X11/fonts/local/*gz || die
+ sort lib/X11/fonts/local/kc_fonts.alias | uniq > ${T}/fonts.alias
+ doins ${T}/fonts.alias || die
+ mkfontdir ${D}/${FONTPATH}
+}
diff --git a/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild b/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild
index ef5415c04b56..0912ef294eb2 100644
--- a/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild
+++ b/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2004 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.5 2004/05/03 10:27:25 dholm Exp $
-
-KCFONTS="zh-kcfonts-1.05.tgz"
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/zh-kcfonts/zh-kcfonts-1.05.ebuild,v 1.6 2004/05/15 17:27:26 usata Exp $
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"
+SRC_URI="ftp://ftp.freebsd.org.tw/pub/releases/i386/4.9-RELEASE/packages/x11-fonts/${P}.tgz"
HOMEPAGE="" #No homepage exists that I am aware of or able to find
LICENSE="freedist"