diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2005-12-22 00:03:56 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2005-12-22 00:03:56 +0000 |
commit | c2e665a2a6a1560e3c2595e4f457639dde02bbe2 (patch) | |
tree | ad13a0c05f4ad186cf6591333323d7ca74ea0bd0 /app-editors/joe | |
parent | add support for modular X #115965 and change USE=X to USE=xpm (diff) | |
download | historical-c2e665a2a6a1560e3c2595e4f457639dde02bbe2.tar.gz historical-c2e665a2a6a1560e3c2595e4f457639dde02bbe2.tar.bz2 historical-c2e665a2a6a1560e3c2595e4f457639dde02bbe2.zip |
Stable on x86. Bug #116311
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/Manifest | 14 | ||||
-rw-r--r-- | app-editors/joe/joe-3.2.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index f9696d0cd06e..375004f2cc85 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.37 2005/12/21 20:05:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.38 2005/12/22 00:03:56 fuzzyray Exp $ + + 22 Dec 2005; Paul Varner <fuzzyray@gentoo.org> joe-3.2.ebuild: + Stable on x86. Bug #116311 21 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> joe-3.2.ebuild: Stable on sparc wrt #116311 diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest index 11174959f756..e019c1523f93 100644 --- a/app-editors/joe/Manifest +++ b/app-editors/joe/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 7b646667a2b755dc8aada8161b6e43d1 ChangeLog 4526 +MD5 7e9e23e352b35284c7a0d5ed84e31f3d ChangeLog 4621 MD5 8115b4ae2f2702a436c3008f32ae6ca4 files/digest-joe-3.0-r2 59 MD5 ac08ada3dfe348bc96ff85aff854e31a files/digest-joe-3.1-r1 59 MD5 595cf72f2a5230f8afdeb1391da39f71 files/digest-joe-3.2 59 @@ -9,12 +6,5 @@ MD5 1b4c305f8a53a6eec3f5ff94851985a4 files/joe-3.0-overflow.patch 354 MD5 94eae235e8e8f4c5152ebda30d79cd9d files/joe-3.1-overflow.patch 386 MD5 4bdcc86c730cc779e0c97aca82949a6e joe-3.0-r2.ebuild 1474 MD5 131038935558d5f95a5bab2d8b359b1f joe-3.1-r1.ebuild 1463 -MD5 5ada2f73dc80bdb74ee0a169e707b066 joe-3.2.ebuild 1331 +MD5 e7cc9dcca8cb8c80854b88c190187b67 joe-3.2.ebuild 1330 MD5 97f8bc36dd9eff41628e5e77067fea6f metadata.xml 667 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) - -iD8DBQFDqbWAKRy60XGEcJIRApRvAJ9GHLGx7dNXPXU3j1OtD8HjmSqvtwCgp+aC -eOiUQ/ZsuT+IW4Iw6dxXdGM= -=pz0S ------END PGP SIGNATURE----- diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index 4498152ba605..4deab7de55e2 100644 --- a/app-editors/joe/joe-3.2.ebuild +++ b/app-editors/joe/joe-3.2.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/joe/joe-3.2.ebuild,v 1.4 2005/12/21 20:05:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.5 2005/12/22 00:03:56 fuzzyray Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~ppc64 sparc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r2" |