diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2005-12-24 15:48:35 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2005-12-24 15:48:35 +0000 |
commit | 135a22e503f34b104fd3f9a5a04829756c4a2e56 (patch) | |
tree | a63fd5ba3f06818b8fddd7bd6bad9e3d682e6a2f /app-editors/joe | |
parent | x11-plugins/wmwifi stable on ppc. (diff) | |
download | historical-135a22e503f34b104fd3f9a5a04829756c4a2e56.tar.gz historical-135a22e503f34b104fd3f9a5a04829756c4a2e56.tar.bz2 historical-135a22e503f34b104fd3f9a5a04829756c4a2e56.zip |
Stable on alpha wrt bug #110660
Package-Manager: portage-2.0.51.22-r3
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, 18 insertions, 5 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index fb1013f536a6..e9ae21cc9ee6 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.40 2005/12/23 19:35:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.41 2005/12/24 15:48:35 yoswink Exp $ + + 24 Dec 2005; Jose Luis Rivero <yoswink@gentoo.org> joe-3.2.ebuild: + Stable on alpha wrt bug #110660 23 Dec 2005; Tobias Scherbaum <dertobi123@gentoo.org> joe-3.2.ebuild: Marked ppc stable, #116311 diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest index f5d0e8eadd11..d8a95efbf0d7 100644 --- a/app-editors/joe/Manifest +++ b/app-editors/joe/Manifest @@ -1,6 +1,9 @@ -MD5 79a5f6b34c4a697082a291643a83dd30 joe-3.2.ebuild 1330 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 aae67c2e43c3a22d3d63059df724a327 joe-3.2.ebuild 1326 MD5 4bdcc86c730cc779e0c97aca82949a6e joe-3.0-r2.ebuild 1474 -MD5 5a7a7242fdf1e492382879d9c6807727 ChangeLog 4822 +MD5 f10b8a47c2905b209c66888298cc8526 ChangeLog 4923 MD5 97f8bc36dd9eff41628e5e77067fea6f metadata.xml 667 MD5 131038935558d5f95a5bab2d8b359b1f joe-3.1-r1.ebuild 1463 MD5 595cf72f2a5230f8afdeb1391da39f71 files/digest-joe-3.2 59 @@ -8,3 +11,10 @@ MD5 94eae235e8e8f4c5152ebda30d79cd9d files/joe-3.1-overflow.patch 386 MD5 1b4c305f8a53a6eec3f5ff94851985a4 files/joe-3.0-overflow.patch 354 MD5 8115b4ae2f2702a436c3008f32ae6ca4 files/digest-joe-3.0-r2 59 MD5 ac08ada3dfe348bc96ff85aff854e31a files/digest-joe-3.1-r1 59 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDrW3h3og80iZgVQgRAjckAJ9mpLQa+0rUPNrpSiLLQTS26N7C4gCfWQbq +QYUsvRONE8Ek4WmNdfJ+7Y4= +=kPNG +-----END PGP SIGNATURE----- diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index 68a4ba7b35cd..901f1652067b 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.7 2005/12/23 19:35:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.8 2005/12/24 15:48:35 yoswink 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" |