From 860f72ababe1f4e690f6d6f17049c9b707bfeff7 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Fri, 12 Sep 2003 22:13:18 +0000 Subject: Added spell IUSE flag. Closes Bug #28527 --- app-editors/emacs-cvs/ChangeLog | 7 ++++++- app-editors/emacs-cvs/Manifest | 5 +++-- app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | 6 +++--- app-editors/emacs-cvs/metadata.xml | 5 +++++ 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 app-editors/emacs-cvs/metadata.xml (limited to 'app-editors/emacs-cvs') diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 2b99822d6bf3..4750e8fa7405 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,11 @@ # 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.12 2003/06/27 20:10:52 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.13 2003/09/12 22:13:15 usata Exp $ + + 13 Sep 2003; Mamoru KOMACHI emacs-cvs-21.3.50.ebuild: + Added spell IUSE flag and DEPENDs on ispell iff USE="spell". + Thanks to Jos Romildo Malaquias for reporting + the bug in Bug #28527. 27 Jun 2003; Matthew Kennedy emacs-cvs-21.3.50.ebuild: leave debugging symbols, unset CFLAGS, CPPFLAGS diff --git a/app-editors/emacs-cvs/Manifest b/app-editors/emacs-cvs/Manifest index b4b244985af3..2efb60009154 100644 --- a/app-editors/emacs-cvs/Manifest +++ b/app-editors/emacs-cvs/Manifest @@ -1,4 +1,5 @@ -MD5 a04de07a2892706b18a05bcd2425b087 ChangeLog 1778 -MD5 794d23280dfd518f73b67443c4bc6b68 emacs-cvs-21.3.50.ebuild 2253 +MD5 f11085252112345f37877c7ab702dbbe ChangeLog 2009 +MD5 a86d5adc663cc78d46687dc4a4d1c77f emacs-cvs-21.3.50.ebuild 2267 +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 75c8f063d408..fd7ca4ab4134 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.13 2003/09/05 23:05:05 msterret Exp $ +# $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 $ ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs" ECVS_MODULE="emacs" @@ -9,7 +9,7 @@ ECVS_CVS_OPTIONS="-dP" inherit cvs -IUSE="X nls gtk gtk2 Xaw3d gnome" +IUSE="X nls gtk gtk2 Xaw3d gnome spell" S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="Emacs is the extensible, customizable, self-documenting real-time display editor." @@ -24,7 +24,7 @@ DEPEND=">=sys-libs/ncurses-5.3 sys-libs/gdbm dev-util/cvs dev-python/pexpect - app-text/ispell + spell? ( app-text/ispell ) X? ( virtual/x11 >=media-libs/libungif-4.1.0.1b >=media-libs/jpeg-6b diff --git a/app-editors/emacs-cvs/metadata.xml b/app-editors/emacs-cvs/metadata.xml new file mode 100644 index 000000000000..bc306fe58224 --- /dev/null +++ b/app-editors/emacs-cvs/metadata.xml @@ -0,0 +1,5 @@ + + + +emacs + -- cgit v1.2.3-65-gdbad