diff options
author | 2014-02-27 17:39:53 +0000 | |
---|---|---|
committer | 2014-02-27 17:39:53 +0000 | |
commit | 2a880b5afb47b2f23c7b5e121f283cb27b1ffeaf (patch) | |
tree | 65fd3a76fde0cb7235c2cea9bec63d86825e39b0 | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-2a880b5afb47b2f23c7b5e121f283cb27b1ffeaf.tar.gz gentoo-2-2a880b5afb47b2f23c7b5e121f283cb27b1ffeaf.tar.bz2 gentoo-2-2a880b5afb47b2f23c7b5e121f283cb27b1ffeaf.zip |
Define ELISP_{PATCHES,REMOVE} for elisp.eclass.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
-rw-r--r-- | app-emacs/imaxima/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/imaxima/imaxima-1.0-r3.ebuild | 14 |
2 files changed, 9 insertions, 12 deletions
diff --git a/app-emacs/imaxima/ChangeLog b/app-emacs/imaxima/ChangeLog index c223be86ebc8..e126c5f6101b 100644 --- a/app-emacs/imaxima/ChangeLog +++ b/app-emacs/imaxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/imaxima -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.40 2013/01/02 21:03:31 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.41 2014/02/27 17:39:53 ulm Exp $ + + 27 Feb 2014; Ulrich Müller <ulm@gentoo.org> imaxima-1.0-r3.ebuild: + Define ELISP_{PATCHES,REMOVE} for elisp.eclass. *imaxima-1.0-r3 (02 Jan 2013) diff --git a/app-emacs/imaxima/imaxima-1.0-r3.ebuild b/app-emacs/imaxima/imaxima-1.0-r3.ebuild index 07fa1352f133..6fa7b5820015 100644 --- a/app-emacs/imaxima/imaxima-1.0-r3.ebuild +++ b/app-emacs/imaxima/imaxima-1.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/imaxima/imaxima-1.0-r3.ebuild,v 1.1 2013/01/02 21:03:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.2 2014/02/27 17:39:53 ulm Exp $ EAPI=5 @@ -16,22 +16,16 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="examples" -DEPEND="" RDEPEND="virtual/latex-base app-text/ghostscript-gpl dev-tex/mh >=sci-mathematics/maxima-5.29" S="${WORKDIR}/${MY_P}" +ELISP_PATCHES="${P}-1.03.patch ${P}-mlabel.patch" +ELISP_REMOVE="imaxima.info" # remove broken Info file (will be recreated) SITEFILE="50${PN}-gentoo.el" -src_prepare() { - epatch "${FILESDIR}"/${P}-1.03.patch - epatch "${FILESDIR}"/${P}-mlabel.patch - # Remove broken Info file (will be recreated) - rm imaxima.info -} - src_configure() { econf --with-lispdir="${EPREFIX}${SITELISP}/${PN}" } |