diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-06-22 21:18:28 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-06-22 21:18:28 +0000 |
commit | bf52aa878ef132825a885dd9d262d7671b7b474c (patch) | |
tree | 19bb0bb46a6f03a064bf388ea7b2163736736b11 /app-editors/nedit | |
parent | New bugfix release. (diff) | |
download | historical-bf52aa878ef132825a885dd9d262d7671b7b474c.tar.gz historical-bf52aa878ef132825a885dd9d262d7671b7b474c.tar.bz2 historical-bf52aa878ef132825a885dd9d262d7671b7b474c.zip |
Mark stable on amd64
Diffstat (limited to 'app-editors/nedit')
-rw-r--r-- | app-editors/nedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/nedit/Manifest | 12 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.4.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog index 9a79c5ef02e8..49d7e93feaa9 100644 --- a/app-editors/nedit/ChangeLog +++ b/app-editors/nedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nedit # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.27 2004/05/12 18:27:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.28 2004/06/22 21:18:28 malc Exp $ + + 22 Jun 2004; <malc@gentoo.org> nedit-5.4.ebuild: + Mark stable on amd64 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> nedit-5.4.ebuild: Keyword ~alpha. diff --git a/app-editors/nedit/Manifest b/app-editors/nedit/Manifest index 8a4aad9502ba..29c5afd2fbdc 100644 --- a/app-editors/nedit/Manifest +++ b/app-editors/nedit/Manifest @@ -1,8 +1,8 @@ -MD5 6498d5d8f90e96d8ef658721b28286ec nedit-5.4_pre20030213.ebuild 1089 -MD5 677b6860ca25b2afebe92453143564be nedit-5.3-r2.ebuild 1072 -MD5 4c67d05a6e8cfbdc65d99f831dda7898 ChangeLog 4129 -MD5 56548b6e4ce9da68112b0cb9b75ae252 nedit-5.4.ebuild 920 -MD5 f1de401822d203ac95aa0366234fb63a files/nedit-5.3-gentoo.diff 2629 +MD5 42f5068244c9bc6f06c0b2775f1e3c23 ChangeLog 4201 +MD5 12725e717d151f1b5181edb4d31954c6 nedit-5.3-r2.ebuild 1071 +MD5 c65f65b3e87f172fd821b2e40ec92036 nedit-5.4.ebuild 916 +MD5 27cb31a0dc1d911c8bedfce9e44f2da9 nedit-5.4_pre20030213.ebuild 1088 MD5 d67d5d17a4951126595fe2eb36897f15 files/digest-nedit-5.3-r2 68 -MD5 670415ebfa4cdbe202a201f5fabba73c files/digest-nedit-5.4_pre20030213 74 MD5 4223c3125634eaecc7bd7556581cc29b files/digest-nedit-5.4 69 +MD5 670415ebfa4cdbe202a201f5fabba73c files/digest-nedit-5.4_pre20030213 74 +MD5 f1de401822d203ac95aa0366234fb63a files/nedit-5.3-gentoo.diff 2629 diff --git a/app-editors/nedit/nedit-5.4.ebuild b/app-editors/nedit/nedit-5.4.ebuild index 97a85b12a8ba..9e75386347c4 100644 --- a/app-editors/nedit/nedit-5.4.ebuild +++ b/app-editors/nedit/nedit-5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.4.ebuild,v 1.7 2004/05/12 18:27:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.4.ebuild,v 1.8 2004/06/22 21:18:28 malc Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nedit/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips ~amd64 ~alpha" +KEYWORDS="x86 ~ppc sparc ~mips amd64 ~alpha" IUSE="spell" RDEPEND="spell? ( virtual/aspell-dict ) |