summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-06-07 11:14:30 +0000
committerUlrich Müller <ulm@gentoo.org>2014-06-07 11:14:30 +0000
commit987d0076664832884f5c09d618c728b7b45ec78c (patch)
tree15e777e7ac1ccc0a2be7004db8e04f6a9cf56682 /app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild
parentRemove redundant NEED_EMACS assignment. Specify LICENSE more precisely. (diff)
downloadgentoo-2-987d0076664832884f5c09d618c728b7b45ec78c.tar.gz
gentoo-2-987d0076664832884f5c09d618c728b7b45ec78c.tar.bz2
gentoo-2-987d0076664832884f5c09d618c728b7b45ec78c.zip
Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild')
-rw-r--r--app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild b/app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild
index 8b4562aa0804..e0f89c2f10dc 100644
--- a/app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild
+++ b/app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild,v 1.4 2012/12/01 19:46:12 armin76 Exp $
-
-NEED_EMACS=22
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/emacs-wiki-2.72-r1.ebuild,v 1.5 2014/06/07 11:14:30 ulm Exp $
inherit elisp
@@ -11,10 +9,9 @@ HOMEPAGE="http://www.mwolson.org/projects/EmacsWiki.html
http://www.emacswiki.org/cgi-bin/wiki.pl?EmacsWikiMode"
SRC_URI="http://www.mwolson.org/static/dist/emacs-wiki/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
DEPEND="app-emacs/htmlize
app-emacs/httpd"
@@ -31,14 +28,13 @@ src_unpack() {
}
src_compile() {
- elisp-compile *.el || die "elisp-compile failed"
+ elisp-compile *.el
makeinfo emacs-wiki.texi || die "makeinfo failed"
}
src_install() {
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
+ elisp-install ${PN} *.{el,elc}
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo *.info*
dodoc README ChangeLog*
docinto examples