diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-08 10:26:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-08 10:26:31 +0000 |
commit | cd0095b8437678034925f1a95423546e52e8961a (patch) | |
tree | 9d8f13a2b7193ce114ea25b07d9d3c68711b4b9e /app-editors/zile | |
parent | Fixed encoding in ChangeLog (diff) | |
download | gentoo-2-cd0095b8437678034925f1a95423546e52e8961a.tar.gz gentoo-2-cd0095b8437678034925f1a95423546e52e8961a.tar.bz2 gentoo-2-cd0095b8437678034925f1a95423546e52e8961a.zip |
Version bump. Make repoman happy.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.61.ebuild | 7 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.0.ebuild | 7 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.4.ebuild | 21 |
4 files changed, 35 insertions, 7 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index a6b14d91d714..aac73c89ecc1 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,11 @@ # 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.74 2009/03/06 13:46:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.75 2009/03/08 10:26:31 ulm Exp $ + +*zile-2.3.4 (08 Mar 2009) + + 08 Mar 2009; Ulrich Mueller <ulm@gentoo.org> +zile-2.3.4.ebuild: + Version bump. 06 Mar 2009; Ulrich Mueller <ulm@gentoo.org> zile-2.3.3.ebuild: Remove redundant src_unpack(). diff --git a/app-editors/zile/zile-2.2.61.ebuild b/app-editors/zile/zile-2.2.61.ebuild index 3212a1c87e23..fc5cca88c445 100644 --- a/app-editors/zile/zile-2.2.61.ebuild +++ b/app-editors/zile/zile-2.2.61.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.61.ebuild,v 1.5 2008/10/08 12:13:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.61.ebuild,v 1.6 2009/03/08 10:26:31 ulm Exp $ DESCRIPTION="Zile is a small Emacs clone" HOMEPAGE="http://www.gnu.org/software/zile/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="alpha amd64 ppc sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" -DEPEND="sys-libs/ncurses +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND} >=sys-apps/texinfo-4.3" src_install() { diff --git a/app-editors/zile/zile-2.3.0.ebuild b/app-editors/zile/zile-2.3.0.ebuild index e32f73bd3bae..a197d11cf764 100644 --- a/app-editors/zile/zile-2.3.0.ebuild +++ b/app-editors/zile/zile-2.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.0.ebuild,v 1.1 2008/12/16 11:39:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.0.ebuild,v 1.2 2009/03/08 10:26:31 ulm Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" -DEPEND="sys-libs/ncurses +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND} >=sys-apps/texinfo-4.3" src_unpack() { diff --git a/app-editors/zile/zile-2.3.4.ebuild b/app-editors/zile/zile-2.3.4.ebuild new file mode 100644 index 000000000000..99421ff972e0 --- /dev/null +++ b/app-editors/zile/zile-2.3.4.ebuild @@ -0,0 +1,21 @@ +# 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.1 2009/03/08 10:26:31 ulm Exp $ + +DESCRIPTION="Zile is a small Emacs clone" +HOMEPAGE="http://www.gnu.org/software/zile/" +SRC_URI="mirror://gnu/zile/${P}.tar.gz" + +LICENSE="GPL-3 FDL-1.2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND} + >=sys-apps/texinfo-4.3" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS BUGS NEWS README THANKS || die +} |