diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-05-07 10:48:01 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-05-07 10:48:01 +0000 |
commit | 6a6a7e2ed4a5481f427851c1384775ef3a29b288 (patch) | |
tree | ec0978a94136ebf4aed879d592daef5041a690a3 /app-editors | |
parent | Build GNU Info file in src_compile for older versions too. (diff) | |
download | gentoo-2-6a6a7e2ed4a5481f427851c1384775ef3a29b288.tar.gz gentoo-2-6a6a7e2ed4a5481f427851c1384775ef3a29b288.tar.bz2 gentoo-2-6a6a7e2ed4a5481f427851c1384775ef3a29b288.zip |
Version bump. Remove intermediate version.
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zile/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.24.ebuild (renamed from app-editors/zile/zile-2.3.22.ebuild) | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 7ce8c2a100f2..dddedfaa6bd3 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/zile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.142 2011/04/23 21:38:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.143 2011/05/07 10:48:01 ulm Exp $ + +*zile-2.3.24 (07 May 2011) + + 07 May 2011; Ulrich Mueller <ulm@gentoo.org> -zile-2.3.22.ebuild, + +zile-2.3.24.ebuild: + Version bump. Remove intermediate version. 23 Apr 2011; Christian Faulhammer <fauli@gentoo.org> zile-2.3.23.ebuild: x86 stable per bug 364499 diff --git a/app-editors/zile/zile-2.3.22.ebuild b/app-editors/zile/zile-2.3.24.ebuild index d285182f5590..37af7545ad6b 100644 --- a/app-editors/zile/zile-2.3.22.ebuild +++ b/app-editors/zile/zile-2.3.24.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.22.ebuild,v 1.1 2011/03/05 18:02:56 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.24.ebuild,v 1.1 2011/05/07 10:48:01 ulm Exp $ -EAPI=3 +EAPI=4 DESCRIPTION="Zile is a small Emacs clone" HOMEPAGE="http://www.gnu.org/software/zile/" @@ -15,8 +15,6 @@ IUSE="livecd test valgrind" RDEPEND="sys-libs/ncurses" DEPEND="${RDEPEND} - dev-lang/perl - sys-apps/help2man test? ( valgrind? ( dev-util/valgrind ) )" src_configure() { @@ -24,10 +22,10 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install # FAQ is installed by the build system in /usr/share/zile - dodoc AUTHORS BUGS NEWS README THANKS || die + dodoc AUTHORS BUGS NEWS README THANKS # Zile should never install charset.alias (even on non-glibc arches) rm -f "${ED}"/usr/lib/charset.alias |