summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-11-01 02:52:02 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-11-01 02:52:02 +0000
commit08bd106430ca5599005323021f7635b2f1a1f72b (patch)
treed56e46390f1a7838a1a5eecfd8573e5eb47d0c98 /app-emacs/auctex
parentmasked app-emacs/monk (incomplete for now) (diff)
downloadgentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.tar.gz
gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.tar.bz2
gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.zip
looks like an app-emacs/ import to me
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r--app-emacs/auctex/ChangeLog11
-rw-r--r--app-emacs/auctex/auctex-10.0g.ebuild54
-rw-r--r--app-emacs/auctex/files/50auctex-gentoo.el4
-rw-r--r--app-emacs/auctex/files/digest-auctex-10.0g1
4 files changed, 70 insertions, 0 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog
new file mode 100644
index 000000000000..6cc5fe656c0b
--- /dev/null
+++ b/app-emacs/auctex/ChangeLog
@@ -0,0 +1,11 @@
+# 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 $
+
+*auctex-10.0g (31 Oct 2002)
+
+ 31 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog,
+ auctex-10.0g.ebuild, files/50auctex-gentoo.el,
+ files/digest-auctex-10.0g :
+
+ Initial import.
diff --git a/app-emacs/auctex/auctex-10.0g.ebuild b/app-emacs/auctex/auctex-10.0g.ebuild
new file mode 100644
index 000000000000..77d326be6700
--- /dev/null
+++ b/app-emacs/auctex/auctex-10.0g.ebuild
@@ -0,0 +1,54 @@
+# 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-10.0g.ebuild,v 1.1 2002/11/01 02:52:00 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="ftp://sunsite.dk/packages/auctex/${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 NEWS INSTALL
+}
+
+pkg_postinst() {
+ elisp-site-regen
+}
+
+pkg_postrm() {
+ elisp-site-regen
+}
diff --git a/app-emacs/auctex/files/50auctex-gentoo.el b/app-emacs/auctex/files/50auctex-gentoo.el
new file mode 100644
index 000000000000..d82d84c9e08e
--- /dev/null
+++ b/app-emacs/auctex/files/50auctex-gentoo.el
@@ -0,0 +1,4 @@
+
+;;; auctex site-lisp configuration
+
+(require 'tex-site)
diff --git a/app-emacs/auctex/files/digest-auctex-10.0g b/app-emacs/auctex/files/digest-auctex-10.0g
new file mode 100644
index 000000000000..97a4fef37239
--- /dev/null
+++ b/app-emacs/auctex/files/digest-auctex-10.0g
@@ -0,0 +1 @@
+MD5 5b115bf49f79b63b9a71dec3301c4707 auctex-10.0g.tar.gz 283767