diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-12-24 16:12:26 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-12-24 16:12:26 +0000 |
commit | c28dd89b2b8d818f3002cd76161628dd08a888b9 (patch) | |
tree | 02614cbc4ea9e2905a4f513ea96df46aad0fdc24 /app-editors | |
parent | Disable sandbox on mips. It works, but not well enough to be reliable. Infa... (diff) | |
download | historical-c28dd89b2b8d818f3002cd76161628dd08a888b9.tar.gz historical-c28dd89b2b8d818f3002cd76161628dd08a888b9.tar.bz2 historical-c28dd89b2b8d818f3002cd76161628dd08a888b9.zip |
stable amd64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/Manifest | 22 | ||||
-rw-r--r-- | app-editors/joe/joe-3.2.ebuild | 4 |
3 files changed, 12 insertions, 19 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index e9ae21cc9ee6..a8f69579711c 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.41 2005/12/24 15:48:35 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.42 2005/12/24 16:12:26 blubb Exp $ + + 24 Dec 2005; Simon Stelling <blubb@gentoo.org> joe-3.2.ebuild: + stable on amd64 24 Dec 2005; Jose Luis Rivero <yoswink@gentoo.org> joe-3.2.ebuild: Stable on alpha wrt bug #110660 diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest index d8a95efbf0d7..5993739c7540 100644 --- a/app-editors/joe/Manifest +++ b/app-editors/joe/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 aae67c2e43c3a22d3d63059df724a327 joe-3.2.ebuild 1326 +MD5 3541868bab4e0b0e53d95029509c9c91 ChangeLog 5005 MD5 4bdcc86c730cc779e0c97aca82949a6e joe-3.0-r2.ebuild 1474 -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 -MD5 94eae235e8e8f4c5152ebda30d79cd9d files/joe-3.1-overflow.patch 386 -MD5 1b4c305f8a53a6eec3f5ff94851985a4 files/joe-3.0-overflow.patch 354 +MD5 5fcfc8f6e37356d787cb145a1fbd9962 joe-3.2.ebuild 1323 +MD5 97f8bc36dd9eff41628e5e77067fea6f metadata.xml 667 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----- +MD5 595cf72f2a5230f8afdeb1391da39f71 files/digest-joe-3.2 59 +MD5 1b4c305f8a53a6eec3f5ff94851985a4 files/joe-3.0-overflow.patch 354 +MD5 94eae235e8e8f4c5152ebda30d79cd9d files/joe-3.1-overflow.patch 386 diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index 901f1652067b..14d2e69a2f2e 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.8 2005/12/24 15:48:35 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.9 2005/12/24 16:12:26 blubb 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" |