diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-05 11:12:00 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-05 11:12:00 +0000 |
commit | c606907d4d04432607d89dd4e4bc1b96754ae369 (patch) | |
tree | 741adaa4e6b7338085e256ed6053d8cf6ab05d83 /app-emacs/riece/riece-0.1.6.ebuild | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-c606907d4d04432607d89dd4e4bc1b96754ae369.tar.gz gentoo-2-c606907d4d04432607d89dd4e4bc1b96754ae369.tar.bz2 gentoo-2-c606907d4d04432607d89dd4e4bc1b96754ae369.zip |
Version bumped. Cleaned out old ebuilds.
Diffstat (limited to 'app-emacs/riece/riece-0.1.6.ebuild')
-rw-r--r-- | app-emacs/riece/riece-0.1.6.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/riece/riece-0.1.6.ebuild b/app-emacs/riece/riece-0.1.6.ebuild deleted file mode 100644 index 801e57e74f17..000000000000 --- a/app-emacs/riece/riece-0.1.6.ebuild +++ /dev/null @@ -1,34 +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-emacs/riece/riece-0.1.6.ebuild,v 1.2 2003/12/10 21:09:40 usata Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="Riece is a redisgn of Liece IRC client" -HOMEPAGE="http://wiliki.designflaw.org/riece.cgi" -SRC_URI="http://wiliki.designflaw.org/riece/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 alpha" - -DEPEND="virtual/emacs" - -S=${WORKDIR}/${P} -SITEFILE=50riece-gentoo.el - -src_compile() { - - econf --with-lispdir=${SITELISP} || die "econf failed" - emake || die "emake failed" -} - -src_install () { - - einstall lispdir=${D}/${SITELISP} || die "einstall failed" - elisp-site-file-install ${FILESDIR}/${SITEFILE} - - dodoc AUTHORS ChangeLog INSTALL NEWS README -} |