diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-23 10:24:40 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-23 10:24:40 +0000 |
commit | 43011fc7231885b2a3121e77d11cd8953b837d0f (patch) | |
tree | 4f0bf9d56c182282be5b206bf85452c1d9c9dc35 /app-editors/zile | |
parent | Marked as stable. (diff) | |
download | historical-43011fc7231885b2a3121e77d11cd8953b837d0f.tar.gz historical-43011fc7231885b2a3121e77d11cd8953b837d0f.tar.bz2 historical-43011fc7231885b2a3121e77d11cd8953b837d0f.zip |
Stable on x86 and alpha.
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/Manifest | 16 | ||||
-rw-r--r-- | app-editors/zile/zile-1.7_beta3-r1.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index c215b6a89933..663f8e372ec8 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.9 2004/10/05 12:19:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.10 2004/10/23 10:24:40 usata Exp $ + + 23 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> zile-1.7_beta3-r1.ebuild: + Stable on x86 and alpha. 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> zile-1.7_alpha6.ebuild: diff --git a/app-editors/zile/Manifest b/app-editors/zile/Manifest index 2d3286e95d27..a8d1f89dfb65 100644 --- a/app-editors/zile/Manifest +++ b/app-editors/zile/Manifest @@ -1,10 +1,20 @@ -MD5 b6f49b00f4f3a40d9ba9a84f19311274 ChangeLog 1389 -MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 4f6b803490695ad4fd43ace45d41b444 ChangeLog 1490 MD5 5b4fb705da1491cddec91727e7c3c2a0 zile-1.7_alpha6.ebuild 947 -MD5 c9767b2f14dc0dfbe4cd6774c7dd7b17 zile-1.7_beta3-r1.ebuild 1221 +MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +MD5 09e9aec4f0a01ad7d90e7b85d7520879 zile-1.7_beta3-r1.ebuild 1215 MD5 a486b71f34cf6c20f3931d2b4189ebd6 zile-1.7_beta3.ebuild 1045 MD5 abb36c8d8b9b3c413987848d7b6f5e36 files/digest-zile-1.7_alpha6 63 MD5 96247485c8135442065a10deb1e4319f files/digest-zile-1.7_beta3 63 MD5 96247485c8135442065a10deb1e4319f files/digest-zile-1.7_beta3-r1 63 MD5 564cc7bc684ea0ad2a54b8975b608580 files/zile-1.7_beta3-compilefix.diff 415 MD5 db6d103db1c787941c8abb4f21a1db33 files/zile-1.7_beta3-norefcardps.diff 424 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBejACVWNWqTUmv+0RAgblAKCcAR7Doia3ELcHZO4rkJzJI3VAnQCcCq+G +59Y9TEcKXA4ZVRwJ57sEVR0= +=V07F +-----END PGP SIGNATURE----- diff --git a/app-editors/zile/zile-1.7_beta3-r1.ebuild b/app-editors/zile/zile-1.7_beta3-r1.ebuild index 704f2fae8b87..742f64502c72 100644 --- a/app-editors/zile/zile-1.7_beta3-r1.ebuild +++ b/app-editors/zile/zile-1.7_beta3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3-r1.ebuild,v 1.2 2004/06/25 20:20:45 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3-r1.ebuild,v 1.3 2004/10/23 10:24:40 usata Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/zile/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha -ppc ~amd64" +KEYWORDS="x86 alpha -ppc ~amd64" IUSE="doc" RDEPEND=">=sys-libs/ncurses-5.2" |