summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-07-04 23:13:21 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-07-04 23:13:21 +0000
commit9b0b179a58d5631ff6226f66d7f3119e9c496120 (patch)
treeaec3edb6e12d883bf9a1b28fb1395a7ef793db2b /app-emacs
parentremoved virtual/emacs from DEPEND; manual make and configure calls to emake a... (diff)
downloadgentoo-2-9b0b179a58d5631ff6226f66d7f3119e9c496120.tar.gz
gentoo-2-9b0b179a58d5631ff6226f66d7f3119e9c496120.tar.bz2
gentoo-2-9b0b179a58d5631ff6226f66d7f3119e9c496120.zip
removed virtual/emacs from DEPEND; relocated IUSE; reordered KEYWORDS; added some quotes and die comments; adjusted DESCRIPTION
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/mell/ChangeLog8
-rw-r--r--app-emacs/mell/mell-1.0.0.ebuild28
2 files changed, 19 insertions, 17 deletions
diff --git a/app-emacs/mell/ChangeLog b/app-emacs/mell/ChangeLog
index 5a0ae1f89e0b..fdc4992537b7 100644
--- a/app-emacs/mell/ChangeLog
+++ b/app-emacs/mell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mell
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/ChangeLog,v 1.14 2006/02/08 21:36:45 tove Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/ChangeLog,v 1.15 2007/07/04 23:13:21 opfer Exp $
+
+ 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org> mell-1.0.0.ebuild:
+ removed virtual/emacs from DEPEND; relocated IUSE; reordered KEYWORDS; added
+ some quotes and die comments; adjusted DESCRIPTION
25 Nov 2005; Tom Gall <tgall@gentoo.org> mell-1.0.0.ebuild:
stable on ppc64
diff --git a/app-emacs/mell/mell-1.0.0.ebuild b/app-emacs/mell/mell-1.0.0.ebuild
index aee274d09c5c..9346fb97a13b 100644
--- a/app-emacs/mell/mell-1.0.0.ebuild
+++ b/app-emacs/mell/mell-1.0.0.ebuild
@@ -1,35 +1,33 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/mell-1.0.0.ebuild,v 1.12 2005/11/25 19:07:54 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/mell-1.0.0.ebuild,v 1.13 2007/07/04 23:13:21 opfer Exp $
inherit elisp
-IUSE=""
-
-DESCRIPTION="MELL -- M Emacs Lisp Library"
+DESCRIPTION="M Emacs Lisp Library"
HOMEPAGE="http://taiyaki.org/elisp/mell/"
SRC_URI="http://taiyaki.org/elisp/mell/src/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="x86 alpha ~amd64 ppc ppc64"
+KEYWORDS="alpha ~amd64 ppc ppc64 x86"
SLOT="0"
-
-DEPEND="virtual/emacs"
+IUSE=""
+SITEFILE=50${PN}-gentoo.el
src_compile() {
- econf --with-emacs-sitelispdir=${D}/usr/share/emacs/site-lisp \
- --with-mell-docdir=${D}/usr/share/doc/${PF}/html \
- || die
- emake || die
+ econf --with-emacs-sitelispdir="${D}/usr/share/emacs/site-lisp" \
+ --with-mell-docdir="${D}/usr/share/doc/${PF}/html" \
+ || die "econf failed"
+ emake || die "emake failed"
}
src_install() {
- einstall || die
- elisp-site-file-install ${FILESDIR}/50mell-gentoo.el
- dosed ${SITELISP}/init-mell.el || die "dosed failed"
+ einstall || die "einstall failed"
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ dosed "${SITELISP}/init-mell.el" || die "dosed failed"
dodoc [A-Z][A-Z]* ChangeLog