diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-01 14:09:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-01 14:09:05 +0000 |
commit | 744cb0ce29c690421a1deae4d5320ea75c54eac6 (patch) | |
tree | 951b27a510cacd3e1f26ea9d2e581561b8f32fdc /app-emacs/auctex | |
parent | Setting silc-toolkit dep to >= 0.9.12 (Manifest recommit) (diff) | |
download | gentoo-2-744cb0ce29c690421a1deae4d5320ea75c54eac6.tar.gz gentoo-2-744cb0ce29c690421a1deae4d5320ea75c54eac6.tar.bz2 gentoo-2-744cb0ce29c690421a1deae4d5320ea75c54eac6.zip |
dont install stupid COPYING file and other cleanups
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/auctex-11.14.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/auctex/auctex-11.14.ebuild b/app-emacs/auctex/auctex-11.14.ebuild index dea58db49ad9..a56e0d9b1520 100644 --- a/app-emacs/auctex/auctex-11.14.ebuild +++ b/app-emacs/auctex/auctex-11.14.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 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.11 2004/05/11 03:45:34 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.14.ebuild,v 1.12 2004/06/01 14:09:04 vapier Exp $ inherit elisp -IUSE="" - DESCRIPTION="AUC TeX 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" +IUSE="" DEPEND=">=sys-apps/sed-4 virtual/emacs @@ -37,7 +37,7 @@ src_install() { dosed ${SITELISP}/tex-site.el || die doinfo doc/auctex* elisp-site-file-install ${FILESDIR}/50auctex-gentoo.el - dodoc ChangeLog CHANGES COPYING INSTALLATION PROBLEMS README + dodoc ChangeLog CHANGES INSTALLATION PROBLEMS README } pkg_postinst() { |