summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/kon2/ChangeLog11
-rw-r--r--app-i18n/kon2/files/digest-kon2-0.3.9b1
-rw-r--r--app-i18n/kon2/files/kon2-0.3.9b-gentoo.patch.gzbin0 -> 316 bytes
-rw-r--r--app-i18n/kon2/kon2-0.3.9b.ebuild40
-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
7 files changed, 92 insertions, 0 deletions
diff --git a/app-i18n/kon2/ChangeLog b/app-i18n/kon2/ChangeLog
new file mode 100644
index 000000000000..13d99042cb01
--- /dev/null
+++ b/app-i18n/kon2/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-i18n/kon2
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kon2/ChangeLog,v 1.1 2002/08/12 15:07:52 stubear Exp $
+
+*kon2-0.3.9b (12 Aug 2002)
+
+ 12 Aug 2002; Stuart Bouyer <stubear@gentoo.org> kon2-0.3.9b.ebuild,
+ ChangeLog, digest-kon2-0.3.9b, kon2-0.3.9b-gentoo.patch.gz :
+
+ Initial ebuild added to portage tree. Ebuild and patch submitted by
+ Atzm Watanabe <sitosito@p.chan.ne.jp>.
diff --git a/app-i18n/kon2/files/digest-kon2-0.3.9b b/app-i18n/kon2/files/digest-kon2-0.3.9b
new file mode 100644
index 000000000000..28a53cb89d1b
--- /dev/null
+++ b/app-i18n/kon2/files/digest-kon2-0.3.9b
@@ -0,0 +1 @@
+MD5 f9f4da5d95f0010972a85d73a3b3addb kon2-0.3.9b.tar.gz 86458
diff --git a/app-i18n/kon2/files/kon2-0.3.9b-gentoo.patch.gz b/app-i18n/kon2/files/kon2-0.3.9b-gentoo.patch.gz
new file mode 100644
index 000000000000..bdd8d71bb814
--- /dev/null
+++ b/app-i18n/kon2/files/kon2-0.3.9b-gentoo.patch.gz
Binary files differ
diff --git a/app-i18n/kon2/kon2-0.3.9b.ebuild b/app-i18n/kon2/kon2-0.3.9b.ebuild
new file mode 100644
index 000000000000..f5a63fdc2b31
--- /dev/null
+++ b/app-i18n/kon2/kon2-0.3.9b.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kon2/kon2-0.3.9b.ebuild,v 1.1 2002/08/12 15:07:52 stubear Exp $
+
+DESCRIPTION="KON Kanji ON Linux console"
+SRC_URI="http://www.rarf.riken.go.jp/archives/Linux/kondara/Kondara-2.0/errata/SOURCES/kon2-0.3.9b.tar.gz"
+HOMEPAGE=""
+LICENSE="as-is"
+SLOT=0
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+RDEPEND=">=konfont-0.1"
+
+S=${WORKDIR}/${P}
+
+
+src_unpack(){
+ unpack ${P}.tar.gz
+ cd ${S}
+ zcat ${FILESDIR}/kon2-0.3.9b-gentoo.patch.gz | patch -p1
+}
+
+src_compile(){
+ make config || die;
+ make depend || die;
+ make || die;
+}
+
+src_install(){
+ make LIBDIR=${D}/etc MANDIR=${D}/usr/man/man1 BINDIR=${D}/usr/bin install || die;
+
+ if [ ! -e /usr/share/terminfo/k/kon ];
+ then
+ dodir /usr/share/terminfo
+ cd ${S}
+ tic terminfo.kon -o${D}/usr/share/terminfo
+ fi
+}
+
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
+}
+