diff options
-rw-r--r-- | app-emacs/ess/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ess/ess-5.1.24.ebuild | 59 | ||||
-rw-r--r-- | app-emacs/ess/files/digest-ess-5.1.24 | 3 |
3 files changed, 4 insertions, 63 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog index 47e5e824e92f..7dda2aa1c514 100644 --- a/app-emacs/ess/ChangeLog +++ b/app-emacs/ess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ess # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.16 2007/02/14 17:31:34 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.17 2007/02/23 11:52:02 opfer Exp $ + + 23 Feb 2007; Christian Faulhammer <opfer@gentoo.org> -ess-5.1.24.ebuild: + clean up *ess-5.3.3 (14 Feb 2007) diff --git a/app-emacs/ess/ess-5.1.24.ebuild b/app-emacs/ess/ess-5.1.24.ebuild deleted file mode 100644 index 02995fa459ea..000000000000 --- a/app-emacs/ess/ess-5.1.24.ebuild +++ /dev/null @@ -1,59 +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.1.24.ebuild,v 1.9 2007/01/28 04:11:01 genone Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="Emacs Speaks Statistics" -HOMEPAGE="http://stat.ethz.ch/ESS/" -SRC_URI="http://stat.ethz.ch/ESS/downloads/ess/OLD/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~alpha sparc" - -DEPEND="virtual/emacs - app-text/texi2html - sys-apps/sed - virtual/tetex" -RDEPEND="virtual/emacs" - -SITEFILE=50ess-gentoo.el - -src_compile() { - einfo "Compiling lisp sources..." - pushd ${S}/lisp && make; - popd; - einfo "Making documentation..." - # The -glossary option doesn't work with Gentoo texi2html. - sed "s:-glossary::g" ${S}/doc/Makefile > ${T}/Makefile; - mv -f ${T}/Makefile ${S}/doc/Makefile; - pushd ${S}/doc && make; - popd; -} - -src_install() { - elisp-install ${PN} lisp/*.el lisp/*.elc; - elisp-site-file-install ${FILESDIR}/${SITEFILE}; - doinfo ${S}/doc/*.info*; - dohtml ${S}/doc/*.html; - dodoc ${S}/doc/[N-Z]*; - dodoc ${S}/etc/{sas-keys.ps,ess-sas-sh-command,ess-s?.S} - insinto /usr/share/doc/${P} - doins ${S}/doc/ess-intro.pdf - insinto /usr/share/doc/${P}/examples - doins ${S}/etc/function-outline.S - cp -pPR ${S}/etc/other/S-spread ${D}/usr/share/doc/${P}/examples -} - -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." -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/ess/files/digest-ess-5.1.24 b/app-emacs/ess/files/digest-ess-5.1.24 deleted file mode 100644 index 00c2ffc36a7a..000000000000 --- a/app-emacs/ess/files/digest-ess-5.1.24 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 96bf5c5d80105dc2a4c2162952b017ee ess-5.1.24.tar.gz 1039537 -RMD160 fba89db7992dd006430846fe12c63d5ef9394862 ess-5.1.24.tar.gz 1039537 -SHA256 9f1eb8aa7252393dd869a351dae9e4025b43bade13bd4bc203e0c5e1dc377ede ess-5.1.24.tar.gz 1039537 |