summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-08-12 15:08:17 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-08-12 15:08:17 +0000
commit1274fae3b49b2ddd70d19ac2353ab7f59634d358 (patch)
tree1d85fad023460997ad470480c014e112b8caf213 /app-i18n/konfont
parentadded kon2 and konfont for testing (diff)
downloadgentoo-2-1274fae3b49b2ddd70d19ac2353ab7f59634d358.tar.gz
gentoo-2-1274fae3b49b2ddd70d19ac2353ab7f59634d358.tar.bz2
gentoo-2-1274fae3b49b2ddd70d19ac2353ab7f59634d358.zip
initial ebuild
Diffstat (limited to 'app-i18n/konfont')
-rw-r--r--app-i18n/konfont/ChangeLog11
-rw-r--r--app-i18n/konfont/files/digest-konfont-0.11
-rw-r--r--app-i18n/konfont/konfont-0.1.ebuild28
3 files changed, 40 insertions, 0 deletions
diff --git a/app-i18n/konfont/ChangeLog b/app-i18n/konfont/ChangeLog
new file mode 100644
index 000000000000..32821b8a5dba
--- /dev/null
+++ b/app-i18n/konfont/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-i18n/konfont
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/konfont/ChangeLog,v 1.1 2002/08/12 15:08:17 stubear Exp $
+
+*konfont-0.1 (12 Aug 2002)
+
+ 12 Aug 2002; Stuart Bouyer <stubear@gentoo.org> konfont-0.1.ebuild,
+ ChangeLog, digest-konfont-0.1:
+
+ Initial ebuild added to portage tree. Ebuild and patch submitted by
+ Atzm Watanabe <sitosito@p.chan.ne.jp>.
diff --git a/app-i18n/konfont/files/digest-konfont-0.1 b/app-i18n/konfont/files/digest-konfont-0.1
new file mode 100644
index 000000000000..3e2efa60acb6
--- /dev/null
+++ b/app-i18n/konfont/files/digest-konfont-0.1
@@ -0,0 +1 @@
+MD5 b76878ae24489b8a2f75286b0af5732e konfont_0.1.orig.tar.gz 115551
diff --git a/app-i18n/konfont/konfont-0.1.ebuild b/app-i18n/konfont/konfont-0.1.ebuild
new file mode 100644
index 000000000000..3762942c23c9
--- /dev/null
+++ b/app-i18n/konfont/konfont-0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/konfont/konfont-0.1.ebuild,v 1.1 2002/08/12 15:08:17 stubear Exp $
+
+DESCRIPTION="Fontset for KON2"
+SRC_URI="http://ftp.debian.org/debian/dists/potato/main/source/utils/${PN}_${PV}.orig.tar.gz"
+HOMEPAGE=""
+LICENSE="as-is"
+SLOT=0
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${P}
+
+src_unpack(){
+ unpack konfont_0.1.orig.tar.gz
+}
+
+src_install(){
+ dodir /usr/share/fonts
+
+ cd ${S}.orig/fonts
+ install -c -m0444 pubfont.a.gz ${D}/usr/share/fonts
+ install -c -m0444 pubfont.k.gz ${D}/usr/share/fonts
+}
+