diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-07-08 22:45:13 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-07-08 22:45:13 +0000 |
commit | 98894261302f09d3110971e64e977962083c7e5b (patch) | |
tree | 7daa1dea0f43c21427f6ae969094a7014e79428b /app-editors/nedit | |
parent | package added to media-optical. (diff) | |
download | gentoo-2-98894261302f09d3110971e64e977962083c7e5b.tar.gz gentoo-2-98894261302f09d3110971e64e977962083c7e5b.tar.bz2 gentoo-2-98894261302f09d3110971e64e977962083c7e5b.zip |
Marked stable on mips.
(Portage version: 2.1-r1)
Diffstat (limited to 'app-editors/nedit')
-rw-r--r-- | app-editors/nedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/nedit/files/digest-nedit-5.5 | 2 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.5.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog index 7d6bd1011658..e95a2a46577f 100644 --- a/app-editors/nedit/ChangeLog +++ b/app-editors/nedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nedit # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.40 2006/01/14 17:44:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.41 2006/07/08 22:45:13 kumba Exp $ + + 09 Jul 2006; Joshua Kinard <kumba@gentoo.org> nedit-5.5.ebuild: + Marked stable on mips. 14 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> nedit-5.5.ebuild: Added libXp to RDEPEND for modular X, bug #118881. diff --git a/app-editors/nedit/files/digest-nedit-5.5 b/app-editors/nedit/files/digest-nedit-5.5 index 02123be052a9..832b85447586 100644 --- a/app-editors/nedit/files/digest-nedit-5.5 +++ b/app-editors/nedit/files/digest-nedit-5.5 @@ -1 +1,3 @@ MD5 48cb3dce52d44988f3a4d7c6f47b6bbe nedit-5.5-src.tar.bz2 1124825 +RMD160 93fce64bdc5d8a9eff86ab76cec67d44d676d0eb nedit-5.5-src.tar.bz2 1124825 +SHA256 0f6ae7205753080e8b047fb45759a7d6036b19396045c0b5c4a979441231966b nedit-5.5-src.tar.bz2 1124825 diff --git a/app-editors/nedit/nedit-5.5.ebuild b/app-editors/nedit/nedit-5.5.ebuild index c54eb8d7c84f..18c32aaeadbe 100644 --- a/app-editors/nedit/nedit-5.5.ebuild +++ b/app-editors/nedit/nedit-5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5.ebuild,v 1.8 2006/01/14 17:44:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5.ebuild,v 1.9 2006/07/08 22:45:13 kumba Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nedit/${P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips amd64 alpha" +KEYWORDS="alpha amd64 mips ppc sparc x86" IUSE="spell" RDEPEND="spell? ( virtual/aspell-dict ) |