diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-02 21:56:55 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-02 21:56:55 +0000 |
commit | 644c4414eb5adaaa3f9148f38b730f44f62d340f (patch) | |
tree | e62440951e37e904128ff2d5971516d7e2034fb9 /app-editors/zile | |
parent | Update SRC_URI. Remove old. (diff) | |
download | gentoo-2-644c4414eb5adaaa3f9148f38b730f44f62d340f.tar.gz gentoo-2-644c4414eb5adaaa3f9148f38b730f44f62d340f.tar.bz2 gentoo-2-644c4414eb5adaaa3f9148f38b730f44f62d340f.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.11.ebuild (renamed from app-editors/zile/zile-2.4.7.ebuild) | 13 |
2 files changed, 15 insertions, 8 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 1ad2b13df695..c1288aac86eb 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/zile -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.193 2013/05/26 15:56:25 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.194 2014/03/02 21:56:55 ulm Exp $ + +*zile-2.4.11 (02 Mar 2014) + + 02 Mar 2014; Ulrich Müller <ulm@gentoo.org> -zile-2.4.7.ebuild, + +zile-2.4.11.ebuild: + Version bump. Remove old. 26 May 2013; Agostino Sarubbo <ago@gentoo.org> zile-2.4.9.ebuild: Stable for x86, wrt bug #470730 diff --git a/app-editors/zile/zile-2.4.7.ebuild b/app-editors/zile/zile-2.4.11.ebuild index cd974fb33ce2..be977b5d5473 100644 --- a/app-editors/zile/zile-2.4.7.ebuild +++ b/app-editors/zile/zile-2.4.11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.9 2012/11/02 07:48:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.11.ebuild,v 1.1 2014/03/02 21:56:55 ulm Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="Zile is a small Emacs clone" HOMEPAGE="http://www.gnu.org/software/zile/" @@ -10,20 +10,21 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="acl test" -RDEPEND="dev-libs/boehm-gc +RDEPEND=">=dev-libs/boehm-gc-7.2 sys-libs/ncurses acl? ( virtual/acl )" DEPEND="${RDEPEND} test? ( dev-lang/perl )" +QA_AM_MAINTAINER_MODE=".*help2man.*" #450278 + src_configure() { econf \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --disable-silent-rules \ $(use_enable acl) } |