summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-05-05 08:54:21 +0000
committerMamoru Komachi <usata@gentoo.org>2004-05-05 08:54:21 +0000
commit12aa63f4cc05b03e209d8b0b63b4263b0d4e942c (patch)
treee9ab5cc53a77bc5827cbe65e8c0e32eab043ff67 /app-i18n/skkinput/skkinput-2.06.3-r1.ebuild
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-12aa63f4cc05b03e209d8b0b63b4263b0d4e942c.tar.gz
gentoo-2-12aa63f4cc05b03e209d8b0b63b4263b0d4e942c.tar.bz2
gentoo-2-12aa63f4cc05b03e209d8b0b63b4263b0d4e942c.zip
Old ebuilds cleanup.
Diffstat (limited to 'app-i18n/skkinput/skkinput-2.06.3-r1.ebuild')
-rw-r--r--app-i18n/skkinput/skkinput-2.06.3-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild b/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild
deleted file mode 100644
index be173c890b98..000000000000
--- a/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.06.3-r1.ebuild,v 1.6 2004/04/06 04:01:44 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="A SKK-like Japanese input method for X11"
-HOMEPAGE="http://skkinput2.sourceforge.jp/"
-SRC_URI="http://downloads.sourceforge.jp/skkinput2/1815/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha"
-
-DEPEND="virtual/x11"
-RDEPEND="${DEPEND}
- virtual/skkserv"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/skkinput-ignore-numlock.patch
-}
-
-src_compile() {
- xmkmf -a || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- make DESTDIR=${D} MANPATH=/usr/share/man install.man || die
- dodoc ChangeLog GPL *.jis
- insinto /etc/skel
- newins dot.skkinput .skkinput
-}