diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-11-09 20:58:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-11-09 20:58:59 +0000 |
commit | 5526314d4976099c73912927174f036f9d6f79aa (patch) | |
tree | 7160bfb82c3f44059bf81818f7932b52452c35d4 /app-emacs | |
parent | Enable +enca by default to match media-video/mplayer default. (diff) | |
download | gentoo-2-5526314d4976099c73912927174f036f9d6f79aa.tar.gz gentoo-2-5526314d4976099c73912927174f036f9d6f79aa.tar.bz2 gentoo-2-5526314d4976099c73912927174f036f9d6f79aa.zip |
Version bump, bug 344777. Remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ess/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/ess/ess-5.12.ebuild (renamed from app-emacs/ess/ess-5.9.1.ebuild) | 2 | ||||
-rw-r--r-- | app-emacs/ess/ess-5.7.1.ebuild | 46 |
3 files changed, 8 insertions, 48 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog index 897866b3b87c..df705f4504a1 100644 --- a/app-emacs/ess/ChangeLog +++ b/app-emacs/ess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/ess # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.69 2010/10/10 18:55:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.70 2010/11/09 20:58:59 ulm Exp $ + +*ess-5.12 (09 Nov 2010) + + 09 Nov 2010; Ulrich Mueller <ulm@gentoo.org> -ess-5.7.1.ebuild, + -ess-5.9.1.ebuild, +ess-5.12.ebuild: + Version bump, bug 344777. Remove old. 10 Oct 2010; Raúl Porcel <armin76@gentoo.org> ess-5.11.ebuild: alpha/sparc stable wrt #336802 diff --git a/app-emacs/ess/ess-5.9.1.ebuild b/app-emacs/ess/ess-5.12.ebuild index f8b43cb20f6f..ce7c149fa62c 100644 --- a/app-emacs/ess/ess-5.9.1.ebuild +++ b/app-emacs/ess/ess-5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.9.1.ebuild,v 1.1 2010/05/28 09:42:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.12.ebuild,v 1.1 2010/11/09 20:58:59 ulm Exp $ EAPI=3 diff --git a/app-emacs/ess/ess-5.7.1.ebuild b/app-emacs/ess/ess-5.7.1.ebuild deleted file mode 100644 index a889d10320b0..000000000000 --- a/app-emacs/ess/ess-5.7.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.7.1.ebuild,v 1.4 2010/01/11 18:04:47 armin76 Exp $ - -inherit elisp - -DESCRIPTION="Emacs Speaks Statistics" -HOMEPAGE="http://ess.r-project.org/" -SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 ppc sparc x86" -IUSE="" - -DEPEND="app-text/texi2html - virtual/latex-base" -RDEPEND="" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake PREFIX="${D}/usr" \ - INFODIR="${D}/usr/share/info" \ - LISPDIR="${D}${SITELISP}/ess" \ - DOCDIR="${D}/usr/share/doc/${PF}" \ - install || die "emake install failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - - # Most documentation is installed by the package's build system - rm -f "${D}${SITELISP}/ess/lisp/ChangeLog" - dodoc ChangeLog *NEWS doc/{TODO,ess-intro.pdf} || die "dodoc failed" - newdoc lisp/ChangeLog ChangeLog-lisp || die "newdoc failed" - prepalldocs -} - -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 ." -} |