diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-09-10 18:00:48 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-09-10 18:00:48 +0000 |
commit | 8cf0b906529c9aaee8a2f2aa7f4461ec77cfcc84 (patch) | |
tree | 130e13c2a5bc4a20825b0bdb7e918b2d261df845 /app-editors/joe | |
parent | Add ~amd64 keyword. (diff) | |
download | historical-8cf0b906529c9aaee8a2f2aa7f4461ec77cfcc84.tar.gz historical-8cf0b906529c9aaee8a2f2aa7f4461ec77cfcc84.tar.bz2 historical-8cf0b906529c9aaee8a2f2aa7f4461ec77cfcc84.zip |
Marking ~ppc-macos
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-editors/joe')
-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 660f0303e5d7..ece802edfc27 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.35 2005/05/19 14:10:08 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.36 2005/09/10 18:00:48 grobian Exp $ + + 10 Sep 2005; Fabian Groffen <grobian@gentoo.org> joe-3.2.ebuild: + Marking ~ppc-macos 19 May 2005; Yuta SATOH <nigoro@gentoo.org> joe-3.2.ebuild: add ~ppc64 diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest index 77617f69470a..79cc54d14488 100644 --- a/app-editors/joe/Manifest +++ b/app-editors/joe/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2ca49f942f65d7205b72dab9aae28eaf ChangeLog 4334 +MD5 80116b15a6b76597d335c06123b5471a joe-3.2.ebuild 1331 MD5 4bdcc86c730cc779e0c97aca82949a6e joe-3.0-r2.ebuild 1474 -MD5 131038935558d5f95a5bab2d8b359b1f joe-3.1-r1.ebuild 1463 +MD5 fcdf6d746916080d9e0f972a37f49214 ChangeLog 4424 MD5 aae33cfa3be544ca68973d0a8c8ff53f metadata.xml 758 -MD5 0ba481f001a4c491296d6ad75d860601 joe-3.2.ebuild 1319 +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 8115b4ae2f2702a436c3008f32ae6ca4 files/digest-joe-3.0-r2 59 MD5 ac08ada3dfe348bc96ff85aff854e31a files/digest-joe-3.1-r1 59 -MD5 1b4c305f8a53a6eec3f5ff94851985a4 files/joe-3.0-overflow.patch 354 -MD5 94eae235e8e8f4c5152ebda30d79cd9d files/joe-3.1-overflow.patch 386 -MD5 595cf72f2a5230f8afdeb1391da39f71 files/digest-joe-3.2 59 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCjJ5b60LfUIagIAkRAmYAAJ9zbhvYHjKqznSDMo0WRXBcIpWWpwCfR+HN -pCgJpHwznfxlaZHZ+K9FuKk= -=6bgu ------END PGP SIGNATURE----- diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index 9ac06b5341cf..4fca6c072073 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.2 2005/05/19 14:10:08 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.3 2005/09/10 18:00:48 grobian Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64 ~ppc64" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r2" |