diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-03-05 08:39:01 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-03-05 08:39:01 +0000 |
commit | 125f250264d482bd550993cf2ab1374f62369bfe (patch) | |
tree | 8674ece64a57b4dca9660676aab8eb8ad2d02a27 /app-editors/ne | |
parent | Revision bump; add patch that fixes -s output (bug 84139). Thanks to Josh Nic... (diff) | |
download | historical-125f250264d482bd550993cf2ab1374f62369bfe.tar.gz historical-125f250264d482bd550993cf2ab1374f62369bfe.tar.bz2 historical-125f250264d482bd550993cf2ab1374f62369bfe.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors/ne')
-rw-r--r-- | app-editors/ne/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/ne/Manifest | 14 | ||||
-rw-r--r-- | app-editors/ne/ne-1.39.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-editors/ne/ChangeLog b/app-editors/ne/ChangeLog index 8ec3b04c419a..90cfb8d3475f 100644 --- a/app-editors/ne/ChangeLog +++ b/app-editors/ne/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/ne # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.18 2005/01/21 19:57:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.19 2005/03/05 08:39:01 corsair Exp $ + + 05 Mar 2005; Markus Rothe <corsair@gentoo.org> ne-1.39.ebuild: + Stable on ppc64 21 Jan 2005; Sven Wegener <swegener@gentoo.org> -files/1.36-include-fix.patch, -ne-1.36.ebuild, -ne-1.38.ebuild: diff --git a/app-editors/ne/Manifest b/app-editors/ne/Manifest index 3f6305fe7841..1321fe485af5 100644 --- a/app-editors/ne/Manifest +++ b/app-editors/ne/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2de7e84fc8185176c7e3fcc2912a9f24 ChangeLog 2317 +MD5 885f8692b23a0310f1c2061af31bd292 ChangeLog 2400 MD5 96c5a9a96b7414a4cc00bb34c82d807c metadata.xml 275 -MD5 f042932ee48a6a565c392ac5d5b83569 ne-1.39.ebuild 1026 +MD5 f94d70afc8b1244ec0b533279e882755 ne-1.39.ebuild 1027 MD5 dbdd3b9510c60b4d23469fc0ff2a9861 files/digest-ne-1.39 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB8V7VI1lqEGTUzyQRAuLVAJ9uXWcQfxqTBZ/F398+tFRdZ9FLWACeJQUr -ZYvLzFYvO9GqXiRxc9YTX6c= -=WsDY ------END PGP SIGNATURE----- diff --git a/app-editors/ne/ne-1.39.ebuild b/app-editors/ne/ne-1.39.ebuild index e303e497d480..2c31b45724f1 100644 --- a/app-editors/ne/ne-1.39.ebuild +++ b/app-editors/ne/ne-1.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.39.ebuild,v 1.6 2005/01/21 19:18:30 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.39.ebuild,v 1.7 2005/03/05 08:39:01 corsair Exp $ DESCRIPTION="the nice editor, easy to use for the beginner and powerful for the wizard" HOMEPAGE="http://ne.dsi.unimi.it/" @@ -8,7 +8,7 @@ SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~ppc64 ~amd64" +KEYWORDS="x86 ppc ppc64 ~amd64" IUSE="" RDEPEND=">=sys-libs/ncurses-5.2" |