diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-04-15 19:44:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-04-15 19:44:27 +0000 |
commit | 2d978dc8c2a4bace1e28842d4a1bc69b797ed374 (patch) | |
tree | 69c327e0dd4edc018c3ca1a4648b00260a71cbb6 /app-emacs/gnus-cvs | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-2d978dc8c2a4bace1e28842d4a1bc69b797ed374.tar.gz gentoo-2-2d978dc8c2a4bace1e28842d4a1bc69b797ed374.tar.bz2 gentoo-2-2d978dc8c2a4bace1e28842d4a1bc69b797ed374.zip |
Changed emake to einstall, corrected name of sitefile.
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-emacs/gnus-cvs')
-rw-r--r-- | app-emacs/gnus-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gnus-cvs/gnus-cvs-5.11.ebuild | 20 |
2 files changed, 14 insertions, 11 deletions
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 <ulm@gentoo.org> gnus-cvs-5.11.ebuild: + Changed emake to einstall, corrected name of sitefile. Fixes bug #174237. 10 Apr 2007; Christian Faulhammer <opfer@gentoo.org> 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 |