summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-08-29 06:36:55 +0000
committerUlrich Müller <ulm@gentoo.org>2014-08-29 06:36:55 +0000
commit98af8124f1c090cbd533c57745e518155d1d1abb (patch)
tree9ef63fdf09c616bcf69756d83bbded416301b161 /app-emacs
parentDrop old. (diff)
downloadgentoo-2-98af8124f1c090cbd533c57745e518155d1d1abb.tar.gz
gentoo-2-98af8124f1c090cbd533c57745e518155d1d1abb.tar.bz2
gentoo-2-98af8124f1c090cbd533c57745e518155d1d1abb.zip
Replace einstall by emake. Remove unnecessary die statements.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/apel/ChangeLog5
-rw-r--r--app-emacs/apel/apel-10.8-r1.ebuild12
2 files changed, 9 insertions, 8 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog
index 811522deab5d..1fc5555b399a 100644
--- a/app-emacs/apel/ChangeLog
+++ b/app-emacs/apel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/apel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.57 2014/08/20 12:18:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.58 2014/08/29 06:36:55 ulm Exp $
+
+ 29 Aug 2014; Ulrich Müller <ulm@gentoo.org> apel-10.8-r1.ebuild:
+ Replace einstall by emake. Remove unnecessary die statements.
20 Aug 2014; Raúl Porcel <armin76@gentoo.org> apel-10.8-r1.ebuild:
ia64 stable wrt #505424
diff --git a/app-emacs/apel/apel-10.8-r1.ebuild b/app-emacs/apel/apel-10.8-r1.ebuild
index 1cdc61a05e52..6248806391cd 100644
--- a/app-emacs/apel/apel-10.8-r1.ebuild
+++ b/app-emacs/apel/apel-10.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.8-r1.ebuild,v 1.9 2014/08/20 12:18:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.8-r1.ebuild,v 1.10 2014/08/29 06:36:55 ulm Exp $
EAPI=4
@@ -32,22 +32,20 @@ src_prepare() {
src_compile() {
emake PREFIX="${ED}/usr" \
LISPDIR="${ED}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" || die
+ VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
}
src_install() {
- einstall PREFIX="${ED}/usr" \
+ emake PREFIX="${ED}/usr" \
LISPDIR="${ED}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" || die
-
+ VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \
+ install
elisp-site-file-install "${FILESDIR}/50apel-gentoo.el"
-
dodoc ChangeLog README*
}
pkg_postinst() {
elisp-site-regen
-
elog "See the README.en file in /usr/share/doc/${PF} for tips"
elog "on how to customize this package."
elog "And you need to rebuild packages depending on ${PN}."