diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-11-22 07:57:41 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-11-22 07:57:41 +0000 |
commit | ed775e466d572bd387bc147eded2554a7ec3b146 (patch) | |
tree | 67a38620e306f78b1930e6f82e48f418316769c5 /app-emacs/auctex/files | |
parent | stable x86, bug #155545 (diff) | |
download | gentoo-2-ed775e466d572bd387bc147eded2554a7ec3b146.tar.gz gentoo-2-ed775e466d572bd387bc147eded2554a7ec3b146.tar.bz2 gentoo-2-ed775e466d572bd387bc147eded2554a7ec3b146.zip |
added selfparsing option to SITEFILE, so steps that should follow are detected; prettyprinted ebuild a bit, added some quotes around variables, added trailing slash to HOMEPAGE URI
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs/auctex/files')
-rw-r--r-- | app-emacs/auctex/files/52auctex-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/auctex/files/digest-auctex-11.83-r1 | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/app-emacs/auctex/files/52auctex-gentoo.el b/app-emacs/auctex/files/52auctex-gentoo.el new file mode 100644 index 000000000000..d3e45c96ad99 --- /dev/null +++ b/app-emacs/auctex/files/52auctex-gentoo.el @@ -0,0 +1,6 @@ + +;;; auctex site-lisp configuration + +(load "auctex.el" nil t t) +;;;;; detect needed steps after rebuild +(setq TeX-parse-self t)
\ No newline at end of file diff --git a/app-emacs/auctex/files/digest-auctex-11.83-r1 b/app-emacs/auctex/files/digest-auctex-11.83-r1 new file mode 100644 index 000000000000..a6d597835120 --- /dev/null +++ b/app-emacs/auctex/files/digest-auctex-11.83-r1 @@ -0,0 +1,3 @@ +MD5 19480487036f602841507c0e151674c2 auctex-11.83.tar.gz 889524 +RMD160 3329c1910b00a699e19779fbf00035ce0c059d95 auctex-11.83.tar.gz 889524 +SHA256 c5ee529d40574bfdce880e0d347cdf255a34cd5ff0a7f178dfdb238e621ef53d auctex-11.83.tar.gz 889524 |