diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-09 11:00:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-09 11:00:24 +0000 |
commit | 32f290da3396479f34e3353269f71dd09fd979a8 (patch) | |
tree | 58ce36c46a8af8ca6381c956b4b05a9b3bd7422c /app-emacs | |
parent | change DESCRIPTION (diff) | |
download | gentoo-2-32f290da3396479f34e3353269f71dd09fd979a8.tar.gz gentoo-2-32f290da3396479f34e3353269f71dd09fd979a8.tar.bz2 gentoo-2-32f290da3396479f34e3353269f71dd09fd979a8.zip |
Version bump to latest stable. resolves bug #13177
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/auctex/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.13.ebuild | 53 | ||||
-rw-r--r-- | app-emacs/auctex/files/digest-auctex-11.13 | 1 |
3 files changed, 63 insertions, 1 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index 6cc5fe656c0b..92e6e8938df6 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emacs/auctex # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.1 2002/11/01 02:52:00 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.2 2003/02/09 11:00:24 mkennedy Exp $ + +*auctex-11.13 (09 Feb 2003) + + 09 Feb 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + auctex-11.13.ebuild, files/digest-auctex-11.13 : + + Version bump to latest stable. resolves bug #13177 (masked as ~x86 + while release freeze applies). *auctex-10.0g (31 Oct 2002) diff --git a/app-emacs/auctex/auctex-11.13.ebuild b/app-emacs/auctex/auctex-11.13.ebuild new file mode 100644 index 000000000000..b2d4232497aa --- /dev/null +++ b/app-emacs/auctex/auctex-11.13.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.13.ebuild,v 1.1 2003/02/09 11:00:24 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="AUC TeX is an extensible package that supports writing and formatting TeX files" +HOMEPAGE="http://mirrors.sunsite.dk/auctex/www/auctex/" +SRC_URI="http://savannah.nongnu.org/download/auctex/stable.pkg/${PV}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/emacs + app-text/tetex" + +S="${WORKDIR}/${P}" + +src_unpack() { + unpack ${A} + cd ${S} && sed -e 's,/usr/local/lib/texmf/tex/,/usr/share/texmf/tex/,g' tex.el >tex.el.new \ + && mv tex.el.new tex.el || die +} + +src_compile() { + make || die +} + +src_install() { + dodir ${SITELISP}/auctex + make lispdir=${D}/${SITELISP} install install-contrib || die + # this is insane... + pushd ${D}/${SITELISP} + sed -e "s,${D}/,,g" tex-site.el >tex-site.el.new && \ + mv tex-site.el.new tex-site.el || die + popd + pushd doc + dodir /usr/share/info + make infodir=${D}/usr/share/info install || die + popd + elisp-site-file-install ${FILESDIR}/50auctex-gentoo.el + dodoc ChangeLog CHANGES COPYING INSTALLATION PROBLEMS README +} + +pkg_postinst() { + elisp-site-regen +} + +pkg_postrm() { + elisp-site-regen +} diff --git a/app-emacs/auctex/files/digest-auctex-11.13 b/app-emacs/auctex/files/digest-auctex-11.13 new file mode 100644 index 000000000000..1e40e38fb582 --- /dev/null +++ b/app-emacs/auctex/files/digest-auctex-11.13 @@ -0,0 +1 @@ +MD5 6abe89698b9f03bfbd8745794c06d4b6 auctex-11.13.tar.gz 294261 |