diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-12 09:19:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-12 09:19:27 +0000 |
commit | 88f8bcfecbc59c8ded44c869548c529da18a5923 (patch) | |
tree | b1c290c29add0d5ac5277f023fa0ef64dbe770c7 /app-emacs/ess | |
parent | Stable on ppc wrt bug 215071 (diff) | |
download | gentoo-2-88f8bcfecbc59c8ded44c869548c529da18a5923.tar.gz gentoo-2-88f8bcfecbc59c8ded44c869548c529da18a5923.tar.bz2 gentoo-2-88f8bcfecbc59c8ded44c869548c529da18a5923.zip |
Version bump. Remove old.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'app-emacs/ess')
-rw-r--r-- | app-emacs/ess/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/ess/ess-5.3.5.ebuild | 52 | ||||
-rw-r--r-- | app-emacs/ess/ess-5.3.7.ebuild | 55 |
3 files changed, 62 insertions, 53 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog index b5924647a1b7..3761db0f1336 100644 --- a/app-emacs/ess/ChangeLog +++ b/app-emacs/ess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/ess # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.30 2008/04/12 09:02:40 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.31 2008/04/12 09:19:27 ulm Exp $ + +*ess-5.3.7 (12 Apr 2008) + + 12 Apr 2008; Ulrich Mueller <ulm@gentoo.org> -ess-5.3.5.ebuild, + +ess-5.3.7.ebuild: + Version bump. Remove old. 12 Apr 2008; nixnut <nixnut@gentoo.org> ess-5.3.6-r1.ebuild: Stable on ppc wrt bug 215818 diff --git a/app-emacs/ess/ess-5.3.5.ebuild b/app-emacs/ess/ess-5.3.5.ebuild deleted file mode 100644 index bb61c71afa36..000000000000 --- a/app-emacs/ess/ess-5.3.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.3.5.ebuild,v 1.6 2007/09/29 12:29:17 philantrop Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="Emacs Speaks Statistics" -HOMEPAGE="http://stat.ethz.ch/ESS/" -SRC_URI="http://stat.ethz.ch/ESS/downloads/ess/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" - -DEPEND="app-text/texi2html - virtual/tetex" -RDEPEND="" - -SITEFILE=50ess-gentoo.el - -src_compile() { - # The -glossary option doesn't work with Gentoo texi2html. - sed "s:-glossary::g" "${S}/doc/Makefile" > "${T}"/Makefile; - emake PREFIX=/usr \ - INFODIR=/usr/share/info \ - LISPDIR=/usr/share/emacs/site-lisp/ess \ - || die "emake failed" -} - -src_install() { - einstall PREFIX="${D}/usr" \ - INFODIR="${D}/usr/share/info" \ - LISPDIR="${D}/usr/share/emacs/site-lisp/ess" \ - || die "einstall failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}"; - elisp-install ${PN} lisp/*.el - dodir /usr/share/emacs/etc/ess - cp -pPR etc/* "${D}/usr/share/emacs/etc/ess" - dohtml "${S}"/doc/html/*.html - dodoc "${S}"/doc/{NEWS,README,TODO} - insinto /usr/share/doc/${P} - doins "${S}/doc/ess-intro.pdf" -} - -pkg_postinst() { - elisp-site-regen - elog "Please see /usr/share/doc/${P} for the complete documentation." - elog "Usage hints are in /usr/share/emacs/site-lisp/${PN}/ess-site.el." -} diff --git a/app-emacs/ess/ess-5.3.7.ebuild b/app-emacs/ess/ess-5.3.7.ebuild new file mode 100644 index 000000000000..f57b10b467b1 --- /dev/null +++ b/app-emacs/ess/ess-5.3.7.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.3.7.ebuild,v 1.1 2008/04/12 09:19:27 ulm Exp $ + +inherit elisp + +DESCRIPTION="Emacs Speaks Statistics" +HOMEPAGE="http://stat.ethz.ch/ESS/" +SRC_URI="http://stat.ethz.ch/ESS/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 PREFIX=/usr \ + INFODIR=/usr/share/info \ + LISPDIR=${SITELISP}/ess \ + || die "emake failed" +} + +src_install() { + # Install all elisp sources; the Makefile installs only part of them. + # This has to go before emake install, see bug 205156 comment 3. + elisp-install ${PN} lisp/ess*.el || die "elisp-install failed" + + emake PREFIX="${D}/usr" \ + INFODIR="${D}/usr/share/info" \ + LISPDIR="${D}${SITELISP}/ess" \ + install || die "emake install failed" + + elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ + || die "elisp-site-file-install failed" + #insinto "${SITEETC}/ess" + #doins -r etc/* + + dohtml doc/html/*.html + dodoc ANNOUNCE ChangeLog doc/{NEWS,README,TODO} || die "dodoc failed" + newdoc lisp/ChangeLog ChangeLog-lisp || die "newdoc failed" + insinto /usr/share/doc/${PF} + doins doc/ess-intro.pdf +} + +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 ." +} |