summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-03-28 19:19:14 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-03-28 19:19:14 +0000
commitdd3cf7d846169092000e165c7693aaf8b527494b (patch)
treee6bf418abb514ecdee03968b71bf507e69acd6d8 /app-emacs
parentFixed the bad digest, also added documentation install. (diff)
downloadgentoo-2-dd3cf7d846169092000e165c7693aaf8b527494b.tar.gz
gentoo-2-dd3cf7d846169092000e165c7693aaf8b527494b.tar.bz2
gentoo-2-dd3cf7d846169092000e165c7693aaf8b527494b.zip
minor version bump
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/auctex/ChangeLog7
-rw-r--r--app-emacs/auctex/auctex-11.14.ebuild49
-rw-r--r--app-emacs/auctex/files/digest-auctex-11.141
3 files changed, 56 insertions, 1 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog
index 70158dc8faa5..795ea56f7558 100644
--- a/app-emacs/auctex/ChangeLog
+++ b/app-emacs/auctex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/auctex
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.3 2003/02/12 03:50:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.4 2003/03/28 19:19:14 mkennedy Exp $
+
+*auctex-11.14 (28 Mar 2003)
+
+ 28 Mar 2003; Matthew Kennedy <mkennedy@gentoo.org> auctex-11.14.ebuild:
+ minor version bump
*auctex-11.13 (09 Feb 2003)
diff --git a/app-emacs/auctex/auctex-11.14.ebuild b/app-emacs/auctex/auctex-11.14.ebuild
new file mode 100644
index 000000000000..53040b004b96
--- /dev/null
+++ b/app-emacs/auctex/auctex-11.14.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.14.ebuild,v 1.1 2003/03/28 19:19:14 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/beta.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}
+ sed -i 's,/usr/local/lib/texmf/tex/,/usr/share/texmf/tex/,g' ${S}/tex.el || die
+}
+
+src_compile() {
+ make || die
+}
+
+src_install() {
+ dodir ${SITELISP}/auctex
+ make lispdir=${D}/${SITELISP} install install-contrib || die
+ sed -i "s,${D}/,,g" ${D}/${SITELISP}/tex-site.el || die
+ pushd doc
+ dodir /usr/share/info
+ make infodir=${D}/usr/share/info install || die
+ for i in ${D}/usr/share/info/* ; do mv $i $i.info ; done
+ 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.14 b/app-emacs/auctex/files/digest-auctex-11.14
new file mode 100644
index 000000000000..d107a2a327c1
--- /dev/null
+++ b/app-emacs/auctex/files/digest-auctex-11.14
@@ -0,0 +1 @@
+MD5 8b0dd6adedfd3c84f94e30b07011f0c9 auctex-11.14.tar.gz 296045