summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-30 18:46:45 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-30 18:46:45 +0000
commitfd9f93a72b2b4ee4bbe1bcd5ec7ed74255db446b (patch)
tree49e77de833bb3c8a2d69206399c79365308ea828 /app-emacs
parentalpha stable wrt #346187 (diff)
downloadgentoo-2-fd9f93a72b2b4ee4bbe1bcd5ec7ed74255db446b.tar.gz
gentoo-2-fd9f93a72b2b4ee4bbe1bcd5ec7ed74255db446b.tar.bz2
gentoo-2-fd9f93a72b2b4ee4bbe1bcd5ec7ed74255db446b.zip
alpha/sparc stable with permission from armin76, bug 348198. Remove old.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/ess/ChangeLog6
-rw-r--r--app-emacs/ess/ess-5.12.ebuild4
-rw-r--r--app-emacs/ess/ess-5.8.ebuild48
3 files changed, 7 insertions, 51 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog
index 77a211693136..371dcdbe1641 100644
--- a/app-emacs/ess/ChangeLog
+++ b/app-emacs/ess/ChangeLog
@@ -1,6 +1,10 @@
# 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.75 2011/01/30 12:07:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.76 2011/01/30 18:46:45 ulm Exp $
+
+ 30 Jan 2011; Ulrich Mueller <ulm@gentoo.org> -ess-5.8.ebuild,
+ ess-5.12.ebuild:
+ alpha/sparc stable with permission from armin76, bug 348198. Remove old.
*ess-5.12-r1 (30 Jan 2011)
diff --git a/app-emacs/ess/ess-5.12.ebuild b/app-emacs/ess/ess-5.12.ebuild
index 96da6f10b527..77c9a57e70cf 100644
--- a/app-emacs/ess/ess-5.12.ebuild
+++ b/app-emacs/ess/ess-5.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.12.ebuild,v 1.4 2011/01/08 00:52:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.12.ebuild,v 1.5 2011/01/30 18:46:45 ulm Exp $
EAPI=3
@@ -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
diff --git a/app-emacs/ess/ess-5.8.ebuild b/app-emacs/ess/ess-5.8.ebuild
deleted file mode 100644
index 8ffdc593d960..000000000000
--- a/app-emacs/ess/ess-5.8.ebuild
+++ /dev/null
@@ -1,48 +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.8.ebuild,v 1.5 2010/05/23 20:59:51 pacho Exp $
-
-EAPI=3
-
-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 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="app-text/texi2html
- virtual/latex-base"
-RDEPEND=""
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake PREFIX="${ED}/usr" \
- INFODIR="${ED}/usr/share/info" \
- LISPDIR="${ED}${SITELISP}/ess" \
- DOCDIR="${ED}/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 "${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
-}
-
-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 ."
-}