diff options
author | 2014-11-18 22:33:58 +0000 | |
---|---|---|
committer | 2014-11-18 22:33:58 +0000 | |
commit | 800c409a0c8c91d1bfd131deaa6d829d198a92c2 (patch) | |
tree | eca8dc729caca0397fd18fd0b18e19ec0af2bec2 /app-emacs | |
parent | fixing sqlalchemy versioning (diff) | |
download | gentoo-2-800c409a0c8c91d1bfd131deaa6d829d198a92c2.tar.gz gentoo-2-800c409a0c8c91d1bfd131deaa6d829d198a92c2.tar.bz2 gentoo-2-800c409a0c8c91d1bfd131deaa6d829d198a92c2.zip |
Version bump, bug 529612. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ess/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/ess/ess-14.09.ebuild (renamed from app-emacs/ess/ess-12.09.ebuild) | 21 |
2 files changed, 18 insertions, 13 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog index 88891a05a95b..abb1b3d0245c 100644 --- a/app-emacs/ess/ChangeLog +++ b/app-emacs/ess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/ess -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.96 2013/12/24 12:52:18 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.97 2014/11/18 22:33:58 ulm Exp $ + +*ess-14.09 (18 Nov 2014) + + 18 Nov 2014; Ulrich Müller <ulm@gentoo.org> -ess-12.09.ebuild, + +ess-14.09.ebuild: + Version bump, bug 529612. Remove old. 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ess-13.09.ebuild: Stable for x86, wrt bug #490116 diff --git a/app-emacs/ess/ess-12.09.ebuild b/app-emacs/ess/ess-14.09.ebuild index 2d5a72e25256..9b686e869528 100644 --- a/app-emacs/ess/ess-12.09.ebuild +++ b/app-emacs/ess/ess-14.09.ebuild @@ -1,10 +1,10 @@ -# 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/ess/ess-12.09.ebuild,v 1.4 2012/11/21 22:47:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-14.09.ebuild,v 1.1 2014/11/18 22:33:58 ulm Exp $ -EAPI=4 +EAPI=5 -inherit elisp +inherit readme.gentoo elisp DESCRIPTION="Emacs Speaks Statistics" HOMEPAGE="http://ess.r-project.org/" @@ -12,7 +12,7 @@ SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz" LICENSE="GPL-2+ GPL-3+ Texinfo-manual" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" DEPEND="app-text/texi2html virtual/latex-base" @@ -30,16 +30,15 @@ src_install() { DOCDIR="${ED}/usr/share/doc/${PF}" \ install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die + elisp-site-file-install "${FILESDIR}/${SITEFILE}" # 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 doc/ChangeLog ChangeLog-doc newdoc lisp/ChangeLog ChangeLog-lisp -} -pkg_postinst() { - elisp-site-regen - elog "Please see /usr/share/doc/${PF} for the complete documentation." - elog "Usage hints are in ${SITELISP}/${PN}/ess-site.el ." + DOC_CONTENTS="Please see /usr/share/doc/${PF} for the complete + documentation. Usage hints are in ${SITELISP}/${PN}/ess-site.el ." + readme.gentoo_create_doc } |