diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-04-08 22:20:53 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-04-08 22:20:53 +0000 |
commit | fdc663faa1d4db73a1f988318c747c8f0de400b2 (patch) | |
tree | a67cab89bf9a14caac283e194654766c97d1b7e9 /app-editors | |
parent | old (diff) | |
download | gentoo-2-fdc663faa1d4db73a1f988318c747c8f0de400b2.tar.gz gentoo-2-fdc663faa1d4db73a1f988318c747c8f0de400b2.tar.bz2 gentoo-2-fdc663faa1d4db73a1f988318c747c8f0de400b2.zip |
version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zile/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.5.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 511f6f11f62f..efcf8b52e670 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.79 2009/04/08 17:23:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.80 2009/04/08 22:20:53 fauli Exp $ + +*zile-2.3.5 (08 Apr 2009) + + 08 Apr 2009; Christian Faulhammer <fauli@gentoo.org> +zile-2.3.5.ebuild: + version bump 08 Apr 2009; Tobias Klausmann <klausman@gentoo.org> zile-2.3.4.ebuild: Stable on alpha, bug #265306 diff --git a/app-editors/zile/zile-2.3.5.ebuild b/app-editors/zile/zile-2.3.5.ebuild new file mode 100644 index 000000000000..97171e1ca78c --- /dev/null +++ b/app-editors/zile/zile-2.3.5.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.5.ebuild,v 1.1 2009/04/08 22:20:53 fauli 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" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND} + sys-apps/help2man" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS BUGS NEWS README THANKS || die +} |