From 2d978dc8c2a4bace1e28842d4a1bc69b797ed374 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 15 Apr 2007 19:44:27 +0000 Subject: Changed emake to einstall, corrected name of sitefile. (Portage version: 2.1.2.3) --- app-emacs/gnus-cvs/ChangeLog | 5 ++++- app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) (limited to 'app-emacs') diff --git a/app-emacs/gnus-cvs/ChangeLog b/app-emacs/gnus-cvs/ChangeLog index 74566ef0f76e..22a0f8add5d3 100644 --- a/app-emacs/gnus-cvs/ChangeLog +++ b/app-emacs/gnus-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gnus-cvs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus-cvs/ChangeLog,v 1.15 2007/04/10 19:59:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus-cvs/ChangeLog,v 1.16 2007/04/15 19:44:27 ulm Exp $ + + 15 Apr 2007; Ulrich Mueller gnus-cvs-5.11.ebuild: + Changed emake to einstall, corrected name of sitefile. Fixes bug #174237. 10 Apr 2007; Christian Faulhammer gnus-cvs-5.11.ebuild: added FDL license, restructured, added a die comment and added some quotes, diff --git a/app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild b/app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild index d9d5c21ef5ca..370ab328ba88 100644 --- a/app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild +++ b/app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild,v 1.11 2007/04/10 19:59:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild,v 1.12 2007/04/15 19:44:27 ulm Exp $ ECVS_SERVER="cvs.gnus.org:/usr/local/cvsroot" ECVS_MODULE="gnus" @@ -10,21 +10,21 @@ ECVS_CVS_OPTIONS="-dP" inherit elisp cvs -IUSE="" - -S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="Current alpha branch of the Gnus news- and mail-reader" HOMEPAGE="http://www.gnus.org/" SRC_URI="" + LICENSE="GPL-2 FDL-1.2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" - +IUSE="" RESTRICT="$RESTRICT nostrip" -SITEFILE=70gnus-gentoo.el DEPEND="" +S=${WORKDIR}/${ECVS_MODULE} +SITEFILE=70${PN}-gentoo.el + src_compile() { local myconf myconf="${myconf} --without-w3 --without-url" @@ -38,12 +38,12 @@ src_compile() { } src_install() { - emake \ + einstall \ lispdir="${D}/usr/share/emacs/site-lisp/gnus-cvs" \ - etcdir="${D}/usr/share/emacs/etc" install \ - || die "emake install failed" + etcdir="${D}/usr/share/emacs/etc" \ + || die "einstall failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}A" + elisp-site-file-install "${FILESDIR}/${SITEFILE}" dodoc ChangeLog GNUS-NEWS README todo -- cgit v1.2.3-65-gdbad