diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-03-03 00:14:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-03-03 00:14:13 +0000 |
commit | 9b329ab61a921befd07afeff91a016e50f585e27 (patch) | |
tree | 98503679925509a6ae41634432d1f55ffb6a8d72 /app-emacs | |
parent | Fixed checkpath args. The patch was submitted by Eric Martin, wrt bug #406053. (diff) | |
download | gentoo-2-9b329ab61a921befd07afeff91a016e50f585e27.tar.gz gentoo-2-9b329ab61a921befd07afeff91a016e50f585e27.tar.bz2 gentoo-2-9b329ab61a921befd07afeff91a016e50f585e27.zip |
Version bump. Remove old.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ess/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/ess/ess-5.14.ebuild (renamed from app-emacs/ess/ess-5.11.ebuild) | 21 |
2 files changed, 18 insertions, 13 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog index 593aa466f463..04579c929173 100644 --- a/app-emacs/ess/ChangeLog +++ b/app-emacs/ess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/ess -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.77 2011/02/03 20:27:47 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.78 2012/03/03 00:14:13 ulm Exp $ + +*ess-5.14 (03 Mar 2012) + + 03 Mar 2012; Ulrich Müller <ulm@gentoo.org> -ess-5.11.ebuild, + +ess-5.14.ebuild: + Version bump. Remove old. *ess-5.13 (03 Feb 2011) diff --git a/app-emacs/ess/ess-5.11.ebuild b/app-emacs/ess/ess-5.14.ebuild index 6c7bd514e27f..d96001defa47 100644 --- a/app-emacs/ess/ess-5.11.ebuild +++ b/app-emacs/ess/ess-5.14.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.11.ebuild,v 1.4 2010/10/10 18:55:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.14.ebuild,v 1.1 2012/03/03 00:14:13 ulm Exp $ -EAPI=3 +EAPI=4 inherit elisp @@ -12,7 +12,7 @@ SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND="app-text/texi2html @@ -22,7 +22,7 @@ RDEPEND="" SITEFILE="50${PN}-gentoo.el" src_compile() { - emake || die "emake failed" + default } src_install() { @@ -30,15 +30,14 @@ src_install() { INFODIR="${ED}/usr/share/info" \ LISPDIR="${ED}${SITELISP}/ess" \ DOCDIR="${ED}/usr/share/doc/${PF}" \ - install || die "emake install failed" + install elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - # Most documentation is installed by the package's build system - rm -f "${ED}${SITELISP}/ess/lisp/ChangeLog" - dodoc ChangeLog *NEWS doc/{TODO,ess-intro.pdf} || die "dodoc failed" - newdoc lisp/ChangeLog ChangeLog-lisp || die "newdoc failed" - prepalldocs + # Most documentation is installed by the package's build system. + rm -f "${ED}${SITELISP}/${PN}/ChangeLog" + dodoc ChangeLog *NEWS doc/{TODO,ess-intro.pdf} + newdoc lisp/ChangeLog ChangeLog-lisp } pkg_postinst() { |