summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-08-29 06:55:28 +0000
committerUlrich Müller <ulm@gentoo.org>2014-08-29 06:55:28 +0000
commit3714339ca80e65df6533abe7509ec35af3be8fc7 (patch)
tree664a505429a048703fd83aec9253a51c441f470a /app-emacs
parentCall econf properly, replace einstall by emake. (diff)
downloadgentoo-2-3714339ca80e65df6533abe7509ec35af3be8fc7.tar.gz
gentoo-2-3714339ca80e65df6533abe7509ec35af3be8fc7.tar.bz2
gentoo-2-3714339ca80e65df6533abe7509ec35af3be8fc7.zip
Replace einstall by emake.
(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/mailcrypt/ChangeLog5
-rw-r--r--app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/app-emacs/mailcrypt/ChangeLog b/app-emacs/mailcrypt/ChangeLog
index f73d05d3ef4f..69c08c09214f 100644
--- a/app-emacs/mailcrypt/ChangeLog
+++ b/app-emacs/mailcrypt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/mailcrypt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/ChangeLog,v 1.25 2014/04/21 13:09:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/ChangeLog,v 1.26 2014/08/29 06:55:28 ulm Exp $
+
+ 29 Aug 2014; Ulrich Müller <ulm@gentoo.org> mailcrypt-3.5.9.ebuild:
+ Replace einstall by emake.
21 Apr 2014; Ulrich Müller <ulm@gentoo.org> mailcrypt-3.5.9.ebuild:
Update EAPI to 5. Specify license more precisely. Use readme.gentoo.eclass.
diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild
index 0a6cbc21c9e1..45be73fa8479 100644
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild
+++ b/app-emacs/mailcrypt/mailcrypt-3.5.9.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/mailcrypt/mailcrypt-3.5.9.ebuild,v 1.6 2014/04/21 13:09:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild,v 1.7 2014/08/29 06:55:28 ulm Exp $
EAPI=5
@@ -29,7 +29,10 @@ src_configure() {
}
src_install() {
- einstall lispdir="${D}/${SITELISP}/${PN}"
+ emake \
+ lispdir="${D}${SITELISP}/${PN}" \
+ infodir="${D}/usr/share/info" \
+ install
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry NEWS ONEWS README*