diff options
author | 2005-02-08 09:25:10 +0000 | |
---|---|---|
committer | 2005-02-08 09:25:10 +0000 | |
commit | faf092a601b844a2be051bdceee1930ad97aeba6 (patch) | |
tree | c00f75a9a5d01f4d00274b8f1e3c3c03ead5480f /app-emacs/riece/riece-1.0.7b.ebuild | |
parent | (Portage version: 2.0.51-r15) (Manifest recommit) (diff) | |
download | gentoo-2-faf092a601b844a2be051bdceee1930ad97aeba6.tar.gz gentoo-2-faf092a601b844a2be051bdceee1930ad97aeba6.tar.bz2 gentoo-2-faf092a601b844a2be051bdceee1930ad97aeba6.zip |
Version bumped. Marked 1.0.6 stable on x86, alpha, ppc and ppc-macos. Removed 1.0.4 from CVS.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emacs/riece/riece-1.0.7b.ebuild')
-rw-r--r-- | app-emacs/riece/riece-1.0.7b.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-emacs/riece/riece-1.0.7b.ebuild b/app-emacs/riece/riece-1.0.7b.ebuild new file mode 100644 index 000000000000..a533c1da2f0e --- /dev/null +++ b/app-emacs/riece/riece-1.0.7b.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-1.0.7b.ebuild,v 1.1 2005/02/08 09:25:10 usata Exp $ + +inherit elisp + +IUSE="" +S="${WORKDIR}/${P/b/}" + +DESCRIPTION="Riece is a redesign of Liece IRC client" +HOMEPAGE="http://www.nongnu.org/riece/" +SRC_URI="http://savannah.nongnu.org/download/riece/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~alpha ~ppc ~ppc64 ~amd64 ~ppc-macos" + +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 +} |