summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-05-28 13:57:37 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-05-28 13:57:37 +0000
commit4df138a5159000d2fdc26603f04723f1b4c9cec3 (patch)
treed7b27185e2bea9ccc32f510f28c8bcc1710423ac /app-editors
parentRaise jna-posix dependency to >=1.0.1 in order to fix bug #271534. (diff)
downloadgentoo-2-4df138a5159000d2fdc26603f04723f1b4c9cec3.tar.gz
gentoo-2-4df138a5159000d2fdc26603f04723f1b4c9cec3.tar.bz2
gentoo-2-4df138a5159000d2fdc26603f04723f1b4c9cec3.zip
Remove USE=spell from all ebuilds, we don't want such dependencies
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog8
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.90.ebuild7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.91.ebuild7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.92.ebuild7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild7
7 files changed, 25 insertions, 25 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 163e75bcbaa9..474ca22b873b 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.245 2009/05/24 14:02:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.246 2009/05/28 13:57:37 fauli Exp $
+
+ 28 May 2009; Christian Faulhammer <fauli@gentoo.org>
+ emacs-cvs-23.0.90.ebuild, emacs-cvs-23.0.91.ebuild,
+ emacs-cvs-23.0.92.ebuild, emacs-cvs-23.0.93.ebuild,
+ emacs-cvs-23.0.94.ebuild, emacs-cvs-23.0.9999-r1.ebuild:
+ Remove USE=spell from all ebuilds, we don't want such dependencies
24 May 2009; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.94.ebuild:
Update SRC_URI, upstream tarball appeared.
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.90.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.90.ebuild
index d322292bca00..c61a0fb13e6c 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.90.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.90.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.90.ebuild,v 1.5 2009/03/26 20:25:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.90.ebuild,v 1.6 2009/05/28 13:57:37 fauli Exp $
EAPI=2
@@ -32,7 +32,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/"
LICENSE="GPL-3 FDL-1.3 BSD as-is X11 W3C"
SLOT="23"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
RESTRICT="strip"
RDEPEND="sys-libs/ncurses
@@ -74,8 +74,7 @@ DEPEND="${RDEPEND}
gzip-el? ( app-arch/gzip )"
RDEPEND="${RDEPEND}
- >=app-emacs/emacs-common-gentoo-1[X?]
- spell? ( || ( app-text/aspell app-text/ispell ) )"
+ >=app-emacs/emacs-common-gentoo-1[X?]"
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.91.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.91.ebuild
index c102e925e421..38cfe59cb6a9 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.91.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.91.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.91.ebuild,v 1.4 2009/03/26 20:25:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.91.ebuild,v 1.5 2009/05/28 13:57:37 fauli Exp $
EAPI=2
@@ -32,7 +32,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/"
LICENSE="GPL-3 FDL-1.3 BSD as-is X11 W3C"
SLOT="23"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
RESTRICT="strip"
RDEPEND="sys-libs/ncurses
@@ -74,8 +74,7 @@ DEPEND="${RDEPEND}
gzip-el? ( app-arch/gzip )"
RDEPEND="${RDEPEND}
- >=app-emacs/emacs-common-gentoo-1[X?]
- spell? ( || ( app-text/aspell app-text/ispell ) )"
+ >=app-emacs/emacs-common-gentoo-1[X?]"
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.92.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.92.ebuild
index 572fe9c9ee18..81dc9e2d8040 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.92.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.92.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.92.ebuild,v 1.3 2009/04/05 18:46:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.92.ebuild,v 1.4 2009/05/28 13:57:37 fauli Exp $
EAPI=2
@@ -32,7 +32,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/"
LICENSE="GPL-3 FDL-1.3 BSD as-is X11 W3C"
SLOT="23"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
RESTRICT="strip"
RDEPEND="sys-libs/ncurses
@@ -74,8 +74,7 @@ DEPEND="${RDEPEND}
gzip-el? ( app-arch/gzip )"
RDEPEND="${RDEPEND}
- >=app-emacs/emacs-common-gentoo-1[X?]
- spell? ( || ( app-text/aspell app-text/ispell ) )"
+ >=app-emacs/emacs-common-gentoo-1[X?]"
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild
index f1d01e25a50a..3d087870cd37 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild,v 1.2 2009/05/10 15:53:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.93.ebuild,v 1.3 2009/05/28 13:57:37 fauli Exp $
EAPI=2
@@ -32,7 +32,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/"
LICENSE="GPL-3 FDL-1.3 BSD as-is X11 W3C"
SLOT="23"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
RESTRICT="strip"
RDEPEND="sys-libs/ncurses
@@ -74,8 +74,7 @@ DEPEND="${RDEPEND}
gzip-el? ( app-arch/gzip )"
RDEPEND="${RDEPEND}
- >=app-emacs/emacs-common-gentoo-1[X?]
- spell? ( || ( app-text/aspell app-text/ispell ) )"
+ >=app-emacs/emacs-common-gentoo-1[X?]"
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild
index a4205fd1b923..bc113e12522e 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild,v 1.2 2009/05/24 14:02:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild,v 1.3 2009/05/28 13:57:37 fauli Exp $
EAPI=2
@@ -32,7 +32,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/"
LICENSE="GPL-3 FDL-1.3 BSD as-is X11 W3C"
SLOT="23"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
RESTRICT="strip"
RDEPEND="sys-libs/ncurses
@@ -74,8 +74,7 @@ DEPEND="${RDEPEND}
gzip-el? ( app-arch/gzip )"
RDEPEND="${RDEPEND}
- >=app-emacs/emacs-common-gentoo-1[X?]
- spell? ( || ( app-text/aspell app-text/ispell ) )"
+ >=app-emacs/emacs-common-gentoo-1[X?]"
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild
index 80bd6fb4b084..63dae42b6352 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild,v 1.10 2009/05/10 15:53:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999-r1.ebuild,v 1.11 2009/05/28 13:57:37 fauli Exp $
EAPI=2
@@ -32,7 +32,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/"
LICENSE="GPL-3 FDL-1.3 BSD as-is X11 W3C"
SLOT="23"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
RESTRICT="strip"
RDEPEND="sys-libs/ncurses
@@ -74,8 +74,7 @@ DEPEND="${RDEPEND}
gzip-el? ( app-arch/gzip )"
RDEPEND="${RDEPEND}
- >=app-emacs/emacs-common-gentoo-1[X?]
- spell? ( || ( app-text/aspell app-text/ispell ) )"
+ >=app-emacs/emacs-common-gentoo-1[X?]"
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"