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/liece | |
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/liece')
-rw-r--r-- | app-emacs/liece/liece-2.0.0_alpha20030526.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-emacs/liece/liece-2.0.0_alpha20030526.ebuild b/app-emacs/liece/liece-2.0.0_alpha20030526.ebuild index 72f4d18d0eb7..09d502499560 100644 --- a/app-emacs/liece/liece-2.0.0_alpha20030526.ebuild +++ b/app-emacs/liece/liece-2.0.0_alpha20030526.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/liece/liece-2.0.0_alpha20030526.ebuild,v 1.3 2004/05/04 15:35:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/liece/liece-2.0.0_alpha20030526.ebuild,v 1.4 2004/06/01 14:09:05 vapier Exp $ inherit elisp -IUSE="" - DESCRIPTION="Liece is a client implementation of IRC (Internet Relay Chat, RFC 1459)." HOMEPAGE="http://www.unixuser.org/~ueno/liece/" SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -15,6 +13,7 @@ SLOT="0" # This is unstable branch taken from CVS snapshot, so please not to # mark it stable at any point. btw, I recommend you to use app-emacs/riece ;) KEYWORDS="~x86 alpha ~sparc ~ppc" +IUSE="" DEPEND="virtual/emacs >=app-emacs/apel-10.6" @@ -33,12 +32,12 @@ src_compile() { emake || die "emake failed" } -src_install () { +src_install() { einstall PREFIX=${D}/usr LISPDIR=${D}/${SITELISP} \ || die "install failed" elisp-install ${PN} lisp/delegate.el* elisp-site-file-install ${FILESDIR}/60liece-gentoo.el \ || die "elisp-site-file-install failed" - dodoc AUTHORS COPYING INSTALL README + dodoc AUTHORS INSTALL README } |