ulm 15/05/19 10:58:56 Modified: ChangeLog Added: ess-15.03.1.ebuild Log: Version bump, bug 549868. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.101 app-emacs/ess/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 31 Dec 2014 16:23:42 -0000 1.100 +++ ChangeLog 19 May 2015 10:58:56 -0000 1.101 @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/ess -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.100 2014/12/31 16:23:42 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.101 2015/05/19 10:58:56 ulm Exp $ + +*ess-15.03.1 (19 May 2015) + + 19 May 2015; Ulrich Müller <[email protected]> +ess-15.03.1.ebuild: + Version bump, bug 549868. 31 Dec 2014; Agostino Sarubbo <[email protected]> ess-14.09.ebuild: Stable for ppc, wrt bug #533056 1.1 app-emacs/ess/ess-15.03.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ess-15.03.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ess-15.03.1.ebuild?rev=1.1&content-type=text/plain Index: ess-15.03.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-15.03.1.ebuild,v 1.1 2015/05/19 10:58:56 ulm Exp $ EAPI=5 inherit readme.gentoo elisp MY_P="${PN}-${PV%.*}-${PV##*.}" DESCRIPTION="Emacs Speaks Statistics" HOMEPAGE="http://ess.r-project.org/" SRC_URI="http://ess.r-project.org/downloads/ess/${MY_P}.tgz" LICENSE="GPL-2+ GPL-3+ Texinfo-manual" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" DEPEND="app-text/texi2html virtual/latex-base" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" src_compile() { default } src_install() { emake PREFIX="${ED}/usr" \ INFODIR="${ED}/usr/share/info" \ LISPDIR="${ED}${SITELISP}/ess" \ DOCDIR="${ED}/usr/share/doc/${PF}" \ install 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 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 }
