diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-06 16:12:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-06 16:12:16 +0000 |
commit | a2d7308aaa2e18e7a85bf75479036334181b6391 (patch) | |
tree | a42a67eff898a0475dd5e669c05b350f464b94a0 /app-editors/joe | |
parent | Cleanup some stale files. (diff) | |
download | historical-a2d7308aaa2e18e7a85bf75479036334181b6391.tar.gz historical-a2d7308aaa2e18e7a85bf75479036334181b6391.tar.bz2 historical-a2d7308aaa2e18e7a85bf75479036334181b6391.zip |
stable on alpha for bug 39593. Thanks to Jay Maynard for testing
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/joe/Manifest | 6 | ||||
-rw-r--r-- | app-editors/joe/joe-2.9.8.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index b6082b2e3944..48e72dc614d1 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.12 2003/11/29 01:19:01 joker Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.13 2004/02/06 16:12:16 agriffis Exp $ + + 06 Feb 2004; Aron Griffis <agriffis@gentoo.org> joe-2.9.8.ebuild: + stable on alpha for bug 39593. Thanks to Jay Maynard for testing 29 Nov 2003; Christian Birchinger <joker@gentoo.org> joe-2.9.8.ebuild: Added replace-flag to fix bug 34609 diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest index 7e1baa29a109..5dae1a48eb06 100644 --- a/app-editors/joe/Manifest +++ b/app-editors/joe/Manifest @@ -1,7 +1,7 @@ -MD5 859a8eae7e8d9e0c99b25309ff68a62e ChangeLog 1822 +MD5 128d4ad788b051dfc22b9c04301e9420 joe-2.9.8.ebuild 820 MD5 3a9264850bc7c423c3a10cc2bcf62897 joe-2.9.5.ebuild 848 -MD5 1fe885ec0e41f9d3a0db19934c4cfd4f joe-2.9.8.ebuild 811 MD5 8ab8d8fa2e4cd864d04919d75e9718b2 joe-2.9.8_pre1.ebuild 680 +MD5 8655161b4cd82879794276530691ed13 ChangeLog 1962 +MD5 26aed7d89377d2c69fa8915653718a0b files/digest-joe-2.9.8_pre1 63 MD5 2d0cff8feae94e95e4d345c184aedf2e files/digest-joe-2.9.5 58 MD5 d69aa486eb5c743045dd6323ceede7e3 files/digest-joe-2.9.8 61 -MD5 26aed7d89377d2c69fa8915653718a0b files/digest-joe-2.9.8_pre1 63 diff --git a/app-editors/joe/joe-2.9.8.ebuild b/app-editors/joe/joe-2.9.8.ebuild index fc0013b9c0fc..6b0fc293933e 100644 --- a/app-editors/joe/joe-2.9.8.ebuild +++ b/app-editors/joe/joe-2.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8.ebuild,v 1.4 2003/11/29 01:19:01 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8.ebuild,v 1.5 2004/02/06 16:12:16 agriffis Exp $ IUSE="" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${MY_P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/joe-editor/" SLOT="0" -KEYWORDS="x86 ~ppc sparc" +KEYWORDS="x86 ~ppc sparc alpha" LICENSE="GPL-1" DEPEND=">=sys-libs/ncurses-5.2-r2" |