diff options
author | 2009-04-11 13:15:01 +0000 | |
---|---|---|
committer | 2009-04-11 13:15:01 +0000 | |
commit | 600c1a7ea3c82c211cd0d8d99e0c6d9af56cf10a (patch) | |
tree | cf5ea401f2f96766109aae90f3588a48476d41ea /app-editors/zile | |
parent | ppc stable #265338 (diff) | |
download | gentoo-2-600c1a7ea3c82c211cd0d8d99e0c6d9af56cf10a.tar.gz gentoo-2-600c1a7ea3c82c211cd0d8d99e0c6d9af56cf10a.tar.bz2 gentoo-2-600c1a7ea3c82c211cd0d8d99e0c6d9af56cf10a.zip |
ppc stable #265306
(Portage version: 2.1.6.11/cvs/Linux ppc)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 09555601c9c1..38c5e7cb809b 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.81 2009/04/10 09:29:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.82 2009/04/11 13:15:01 nixnut Exp $ + + 11 Apr 2009; nixnut <nixnut@gentoo.org> zile-2.3.4.ebuild: + ppc stable #265306 *zile-2.3.6 (10 Apr 2009) diff --git a/app-editors/zile/zile-2.3.4.ebuild b/app-editors/zile/zile-2.3.4.ebuild index 590d45928a85..67abd012670f 100644 --- a/app-editors/zile/zile-2.3.4.ebuild +++ b/app-editors/zile/zile-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.4.ebuild,v 1.5 2009/04/08 17:23:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.4.ebuild,v 1.6 2009/04/11 13:15:01 nixnut Exp $ DESCRIPTION="Zile is a small Emacs clone" HOMEPAGE="http://www.gnu.org/software/zile/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ppc sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" RDEPEND="sys-libs/ncurses" |