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/zenirc | |
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/zenirc')
-rw-r--r-- | app-emacs/zenirc/zenirc-2.112.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-emacs/zenirc/zenirc-2.112.ebuild b/app-emacs/zenirc/zenirc-2.112.ebuild index 79ed924a1725..bfaf7321dfde 100644 --- a/app-emacs/zenirc/zenirc-2.112.ebuild +++ b/app-emacs/zenirc/zenirc-2.112.ebuild @@ -1,22 +1,20 @@ -# 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/zenirc/zenirc-2.112.ebuild,v 1.3 2003/09/11 00:56:12 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/zenirc/zenirc-2.112.ebuild,v 1.4 2004/06/01 14:09:05 vapier Exp $ inherit elisp -IUSE="" - DESCRIPTION="ZenIRC is a full-featured scriptable IRC client for the EMACS text editor." HOMEPAGE="http://www.zenirc.org" SRC_URI="ftp://ftp.zenirc.org/pub/zenirc/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/emacs" -S="${WORKDIR}/${P}" - SITEFILE=50zenirc-gentoo.el src_compile() { @@ -34,7 +32,7 @@ src_install() { elisp-site-file-install ${FILESDIR}/${SITEFILE} || die doinfo doc/zenirc.info - dodoc BUGS COPYING INSTALL NEWS README TODO + dodoc BUGS INSTALL NEWS README TODO docinto doc dodoc doc/* |