diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-21 05:00:26 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-21 05:00:26 +0000 |
commit | 6f00da76b2d56fc96273c2c81d61c01cd3d8f74c (patch) | |
tree | ff45fec6abc8791a383994ba1b98acb633b7e4e2 /app-editors | |
parent | fix for #29179 (diff) | |
download | historical-6f00da76b2d56fc96273c2c81d61c01cd3d8f74c.tar.gz historical-6f00da76b2d56fc96273c2c81d61c01cd3d8f74c.tar.bz2 historical-6f00da76b2d56fc96273c2c81d61c01cd3d8f74c.zip |
DEPENDs either ispell or aspell
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs-cvs/Manifest | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 4750e8fa7405..85f2397fa269 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.13 2003/09/12 22:13:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.14 2003/09/21 05:00:15 usata Exp $ + + 21 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> emacs-cvs-21.3.50.ebuild: + Emacs can use either ispell or aspell, also suggested in Bug #28527 13 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> emacs-cvs-21.3.50.ebuild: Added spell IUSE flag and DEPENDs on ispell iff USE="spell". diff --git a/app-editors/emacs-cvs/Manifest b/app-editors/emacs-cvs/Manifest index 2efb60009154..9fb9ee750a1b 100644 --- a/app-editors/emacs-cvs/Manifest +++ b/app-editors/emacs-cvs/Manifest @@ -1,5 +1,5 @@ -MD5 f11085252112345f37877c7ab702dbbe ChangeLog 2009 -MD5 a86d5adc663cc78d46687dc4a4d1c77f emacs-cvs-21.3.50.ebuild 2267 +MD5 f0950fddc49bcec7f5bc1dc3789e51a8 ChangeLog 2155 +MD5 6fbcf236d3bca2c97c37c775207a239c emacs-cvs-21.3.50.ebuild 2292 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-emacs-cvs-21.3.50 0 MD5 0e5a4a35651f5365c6191636a2c26eb7 files/emacs.desktop 190 diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild index fd7ca4ab4134..495350391f62 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.14 2003/09/12 22:13:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.15 2003/09/21 05:00:15 usata Exp $ ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs" ECVS_MODULE="emacs" @@ -24,7 +24,8 @@ DEPEND=">=sys-libs/ncurses-5.3 sys-libs/gdbm dev-util/cvs dev-python/pexpect - spell? ( app-text/ispell ) + spell? ( || ( app-text/ispell + app-text/aspell ) ) X? ( virtual/x11 >=media-libs/libungif-4.1.0.1b >=media-libs/jpeg-6b |