summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-12 12:12:50 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-12 12:12:50 +0000
commit7354035bc3438054bbbb50fa67984a7fabfd194e (patch)
treed135ec006ff23f528aab24c8f1599e24d04e6237 /app-editors
parent[bump] dev-perl/Module-Refresh-0.140.0 (diff)
downloadgentoo-2-7354035bc3438054bbbb50fa67984a7fabfd194e.tar.gz
gentoo-2-7354035bc3438054bbbb50fa67984a7fabfd194e.tar.bz2
gentoo-2-7354035bc3438054bbbb50fa67984a7fabfd194e.zip
Remove useless aspell dependency. NEdit uses ispell, not aspell.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nedit/ChangeLog6
-rw-r--r--app-editors/nedit/nedit-5.5-r1.ebuild9
-rw-r--r--app-editors/nedit/nedit-5.5_p20090914.ebuild9
-rw-r--r--app-editors/nedit/nedit-5.5_p20110116.ebuild7
4 files changed, 16 insertions, 15 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog
index 8b43733c17a7..ee0569eef612 100644
--- a/app-editors/nedit/ChangeLog
+++ b/app-editors/nedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/nedit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.64 2011/02/21 06:17:02 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.65 2011/04/12 12:12:50 ulm Exp $
+
+ 12 Apr 2011; Ulrich Mueller <ulm@gentoo.org> nedit-5.5-r1.ebuild,
+ nedit-5.5_p20090914.ebuild, nedit-5.5_p20110116.ebuild:
+ Remove useless aspell dependency. NEdit uses ispell, not aspell.
21 Feb 2011; Jeremy Olexa <darkside@gentoo.org>
nedit-5.5_p20110116.ebuild:
diff --git a/app-editors/nedit/nedit-5.5-r1.ebuild b/app-editors/nedit/nedit-5.5-r1.ebuild
index b1b34ed24f10..5c3236f54c81 100644
--- a/app-editors/nedit/nedit-5.5-r1.ebuild
+++ b/app-editors/nedit/nedit-5.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild,v 1.10 2010/10/10 17:28:57 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild,v 1.11 2011/04/12 12:12:50 ulm Exp $
EAPI=1
@@ -13,10 +13,9 @@ SRC_URI="mirror://sourceforge/nedit/${P}-src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~mips ppc sparc x86 ~x86-fbsd"
-IUSE="spell"
+IUSE=""
-RDEPEND="spell? ( virtual/aspell-dict )
- >=x11-libs/openmotif-2.3:0
+RDEPEND=">=x11-libs/openmotif-2.3:0
x11-libs/libXp
x11-libs/libXpm"
DEPEND="${RDEPEND}
diff --git a/app-editors/nedit/nedit-5.5_p20090914.ebuild b/app-editors/nedit/nedit-5.5_p20090914.ebuild
index 4b9d4cef1c6a..b7a18ae0539b 100644
--- a/app-editors/nedit/nedit-5.5_p20090914.ebuild
+++ b/app-editors/nedit/nedit-5.5_p20090914.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20090914.ebuild,v 1.8 2010/12/16 15:09:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20090914.ebuild,v 1.9 2011/04/12 12:12:50 ulm Exp $
EAPI=2
@@ -13,10 +13,9 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="spell"
+IUSE=""
-RDEPEND="spell? ( virtual/aspell-dict )
- >=x11-libs/openmotif-2.3:0
+RDEPEND=">=x11-libs/openmotif-2.3:0
x11-libs/libXp
x11-libs/libXpm"
DEPEND="${RDEPEND}
diff --git a/app-editors/nedit/nedit-5.5_p20110116.ebuild b/app-editors/nedit/nedit-5.5_p20110116.ebuild
index 5d2478dc93ae..813699e8ef3d 100644
--- a/app-editors/nedit/nedit-5.5_p20110116.ebuild
+++ b/app-editors/nedit/nedit-5.5_p20110116.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20110116.ebuild,v 1.2 2011/02/21 06:17:02 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20110116.ebuild,v 1.3 2011/04/12 12:12:50 ulm Exp $
EAPI=2
@@ -13,10 +13,9 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="spell"
+IUSE=""
-RDEPEND="spell? ( virtual/aspell-dict )
- >=x11-libs/openmotif-2.3:0
+RDEPEND=">=x11-libs/openmotif-2.3:0
x11-libs/libXp
x11-libs/libXpm"
DEPEND="${RDEPEND}