diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-05-21 22:09:08 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-05-21 22:09:08 +0000 |
commit | a5292d78b4a692419c615d433bcb965998ab448c (patch) | |
tree | 08957a169c4281e5fb4d2b0ec66dc0ce2dcf8547 /app-emacs/auctex | |
parent | Stable on x86. (diff) | |
download | gentoo-2-a5292d78b4a692419c615d433bcb965998ab448c.tar.gz gentoo-2-a5292d78b4a692419c615d433bcb965998ab448c.tar.bz2 gentoo-2-a5292d78b4a692419c615d433bcb965998ab448c.zip |
Stable on x86.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.53-r1.ebuild | 34 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.55.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/auctex/files/digest-auctex-11.53-r1 | 1 |
4 files changed, 7 insertions, 38 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index 568a89edcff8..ab5190d180a2 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/auctex # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.29 2005/04/21 18:29:48 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.30 2005/05/21 22:09:08 usata Exp $ + + 21 May 2005; Mamoru KOMACHI <usata@gentoo.org> -auctex-11.53-r1.ebuild, + auctex-11.55.ebuild: + Stable on x86. 21 Apr 2005; Simon Stelling <blubb@gentoo.org> auctex-11.54.ebuild: stable on amd64 diff --git a/app-emacs/auctex/auctex-11.53-r1.ebuild b/app-emacs/auctex/auctex-11.53-r1.ebuild deleted file mode 100644 index 116b4fb15feb..000000000000 --- a/app-emacs/auctex/auctex-11.53-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.53-r1.ebuild,v 1.5 2005/02/12 02:49:42 weeve Exp $ - -inherit elisp - -DESCRIPTION="AUCTeX is an extensible package that supports writing and formatting TeX files" -HOMEPAGE="http://www.gnu.org/software/auctex" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~amd64 sparc ~ppc-macos" -IUSE="" - -DEPEND="virtual/tetex" - -src_compile() { - econf --with-auto-dir=${D}/var/lib/auctex \ - --with-lispdir=${D}/usr/share/emacs/site-lisp \ - --with-tex-input-dirs="/usr/share/texmf/tex/;/usr/share/texmf/bibtex/bst/" || die "econf failed" - emake || die - - # bug #72637 - elisp-comp *.el || die -} - -src_install() { - einstall || die - elisp-install ${PN} bib-cite.el* tex-jp.el* || die - dosed ${SITELISP}/tex-site.el || die - elisp-site-file-install ${FILESDIR}/50auctex-gentoo.el - dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* -} diff --git a/app-emacs/auctex/auctex-11.55.ebuild b/app-emacs/auctex/auctex-11.55.ebuild index bd98f3ce5d20..7ee7e2003810 100644 --- a/app-emacs/auctex/auctex-11.55.ebuild +++ b/app-emacs/auctex/auctex-11.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.55.ebuild,v 1.2 2005/04/12 14:32:00 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.55.ebuild,v 1.3 2005/05/21 22:09:08 usata Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc-macos" +KEYWORDS="x86 ~ppc ~amd64 ~sparc ~ppc-macos" IUSE="" DEPEND="virtual/tetex" diff --git a/app-emacs/auctex/files/digest-auctex-11.53-r1 b/app-emacs/auctex/files/digest-auctex-11.53-r1 deleted file mode 100644 index b43908c247c7..000000000000 --- a/app-emacs/auctex/files/digest-auctex-11.53-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 938ba7debc040c6bdb6d891706d17dcc auctex-11.53.tar.gz 464368 |