summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-02-09 11:00:24 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-02-09 11:00:24 +0000
commit1d06622b156439a9eb3154d120c8716e1a424dcf (patch)
tree9d9eda4035536ea0c4c8c3f73340701a6a1faab1 /app-emacs/auctex
parentchange DESCRIPTION (diff)
downloadhistorical-1d06622b156439a9eb3154d120c8716e1a424dcf.tar.gz
historical-1d06622b156439a9eb3154d120c8716e1a424dcf.tar.bz2
historical-1d06622b156439a9eb3154d120c8716e1a424dcf.zip
Version bump to latest stable. resolves bug #13177
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r--app-emacs/auctex/ChangeLog10
-rw-r--r--app-emacs/auctex/auctex-11.13.ebuild53
-rw-r--r--app-emacs/auctex/files/digest-auctex-11.131
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