diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-01 14:09:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-01 14:09:05 +0000 |
commit | fea30488b136ddf873e02b1eb121a9db2e2148a7 (patch) | |
tree | a840a85b784bed8d245c9168f7e45365171ac478 /app-emacs/tamago | |
parent | Setting silc-toolkit dep to >= 0.9.12 (diff) | |
download | historical-fea30488b136ddf873e02b1eb121a9db2e2148a7.tar.gz historical-fea30488b136ddf873e02b1eb121a9db2e2148a7.tar.bz2 historical-fea30488b136ddf873e02b1eb121a9db2e2148a7.zip |
dont install stupid COPYING file and other cleanups
Diffstat (limited to 'app-emacs/tamago')
-rw-r--r-- | app-emacs/tamago/tamago-4.0.6.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app-emacs/tamago/tamago-4.0.6.ebuild b/app-emacs/tamago/tamago-4.0.6.ebuild index 3c44ee649499..8297477bd658 100644 --- a/app-emacs/tamago/tamago-4.0.6.ebuild +++ b/app-emacs/tamago/tamago-4.0.6.ebuild @@ -1,22 +1,23 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tamago/tamago-4.0.6.ebuild,v 1.9 2003/11/14 21:23:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tamago/tamago-4.0.6.ebuild,v 1.10 2004/06/01 14:09:05 vapier Exp $ inherit elisp -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" DESCRIPTION="Emacs Backend for Sj3 Ver.2, FreeWnn, Wnn6 and Canna" +HOMEPAGE="http://www.m17n.org/tamago/" SRC_URI="ftp://ftp.m17n.org/pub/tamago/${P}.tar.gz http://cgi18.plala.or.jp/nyy/canna/canna-20011204.diff.gz" -HOMEPAGE="http://www.m17n.org/tamago/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha" IUSE="" + DEPEND="virtual/emacs app-arch/gzip" RDEPEND="virtual/emacs canna? ( app-i18n/canna )" -S="${WORKDIR}/${P}" SITEFILE=50tamago-gentoo.el @@ -43,7 +44,7 @@ src_install() { elisp-site-file-install ${FILESDIR}/${SITEFILE} || die - dodoc README.ja.txt COPYING AUTHORS PROBLEMS TODO ChangeLog + dodoc README.ja.txt AUTHORS PROBLEMS TODO ChangeLog } pkg_postinst() { |