From 044a4b38f0ed1ec85ffc687acbf1a493ca642779 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Sun, 12 Dec 2010 15:43:51 +0000 Subject: clean up (Portage version: 2.1.9.24/cvs/Linux i686) --- app-emacs/auctex/ChangeLog | 5 ++- app-emacs/auctex/auctex-11.85.ebuild | 59 ------------------------------------ 2 files changed, 4 insertions(+), 60 deletions(-) delete mode 100644 app-emacs/auctex/auctex-11.85.ebuild (limited to 'app-emacs/auctex') diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index 1548b4469083..981c202d7795 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/auctex # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.104 2010/11/27 11:33:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.105 2010/12/12 15:43:51 fauli Exp $ + + 12 Dec 2010; Christian Faulhammer -auctex-11.85.ebuild: + clean up 27 Nov 2010; Ulrich Mueller -auctex-11.85-r1.ebuild: Remove intermediate version. diff --git a/app-emacs/auctex/auctex-11.85.ebuild b/app-emacs/auctex/auctex-11.85.ebuild deleted file mode 100644 index fba0695ebc1c..000000000000 --- a/app-emacs/auctex/auctex-11.85.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.12 2009/12/26 17:24:25 pva Exp $ - -inherit elisp eutils latex-package - -DESCRIPTION="Extended support for writing, formatting and using (La)TeX, Texinfo and BibTeX files" -HOMEPAGE="http://www.gnu.org/software/auctex/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 FDL-1.2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="preview-latex" - -DEPEND="virtual/latex-base - preview-latex? ( !dev-tex/preview-latex - app-text/dvipng - app-text/ghostscript-gpl )" -RDEPEND="${DEPEND}" - -TEXMF="/usr/share/texmf-site" - -src_compile() { - # Remove broken Info file (will be recreated by the build system) - rm doc/auctex.info - - EMACS_NAME=emacs EMACS_FLAVOUR=emacs econf --disable-build-dir-test \ - --with-auto-dir="/var/lib/auctex" \ - --with-lispdir="${SITELISP}/${PN}" \ - --with-packagelispdir="${SITELISP}/${PN}" \ - --with-packagedatadir="${SITEETC}/${PN}" \ - --with-texmf-dir="${TEXMF}" \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable preview-latex preview) || die "econf failed" - emake || die "emake failed" - cd doc; emake tex-ref.pdf || die "creation of tex-ref.pdf failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "emake install failed" - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die - if use preview-latex; then - elisp-site-file-install "${FILESDIR}/60${PN}-gentoo.el" || die - fi - keepdir /var/lib/auctex - dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* -} - -pkg_postinst() { - # rebuild TeX-inputfiles-database - use preview-latex && latex-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm(){ - use preview-latex && latex-package_pkg_postrm - elisp-site-regen -} -- cgit v1.2.3-65-gdbad