diff options
Diffstat (limited to 'app-i18n/skkinput/skkinput-2.06.3.ebuild')
-rw-r--r-- | app-i18n/skkinput/skkinput-2.06.3.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-i18n/skkinput/skkinput-2.06.3.ebuild b/app-i18n/skkinput/skkinput-2.06.3.ebuild deleted file mode 100644 index c1a816179873..000000000000 --- a/app-i18n/skkinput/skkinput-2.06.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2003 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.ebuild,v 1.3 2003/02/13 08:47:56 vapier Exp $ - -DESCRIPTION="A SKK-like Japanese input method for X11" -SRC_URI="http://downloads.sourceforge.jp/skkinput2/1815/${P}.tar.gz" -HOMEPAGE="http://skkinput2.sourceforge.jp/" -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="x86 ~ppc ~sparc ~alpha" - -DEPEND="virtual/glibc - virtual/x11" -RDEPEND="${DEPEND} - app-i18n/skkserv" -S="${WORKDIR}/${P}" - - -src_unpack() { - unpack ${A} -} - -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 -} |