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 | fea30488b136ddf873e02b1eb121a9db2e2148a7 (patch) | |
tree | a840a85b784bed8d245c9168f7e45365171ac478 /app-emacs/wanderlust | |
parent | Setting silc-toolkit dep to >= 0.9.12 (diff) | |
download | historical-fea30488b136ddf873e02b1eb121a9db2e2148a7.tar.gz historical-fea30488b136ddf873e02b1eb121a9db2e2148a7.tar.bz2 historical-fea30488b136ddf873e02b1eb121a9db2e2148a7.zip |
dont install stupid COPYING file and other cleanups
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.8.1.ebuild | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild b/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild index 9b08ad8054f4..4f2a7f196dfd 100644 --- a/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild,v 1.1 2003/10/10 20:12:39 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild,v 1.2 2004/06/01 14:09:05 vapier Exp $ inherit elisp diff --git a/app-emacs/wanderlust/wanderlust-2.8.1.ebuild b/app-emacs/wanderlust/wanderlust-2.8.1.ebuild index f80f93cefe53..aedc47d605b0 100644 --- a/app-emacs/wanderlust/wanderlust-2.8.1.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.8.1.ebuild,v 1.1 2003/10/10 20:12:39 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.8.1.ebuild,v 1.2 2004/06/01 14:09:05 vapier Exp $ inherit elisp @@ -13,6 +13,7 @@ SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/emacs >=app-emacs/apel-10.3 @@ -43,7 +44,7 @@ src_install() { doins samples/en/* doinfo doc/wl-ja.info doc/wl.info - dodoc BUGS* COPYING ChangeLog INSTALL* README* + dodoc BUGS* ChangeLog INSTALL* README* } pkg_postinst() { |