diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-11 08:15:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-11 08:15:51 +0000 |
commit | 94ef0d9b1a2f3257231979a15e6be64d267ec214 (patch) | |
tree | b09de8171b0dbbfe4832908b5d6ebf928ae0d12d /app-editors | |
parent | readd previously deleted file and clean out correct one (diff) | |
download | gentoo-2-94ef0d9b1a2f3257231979a15e6be64d267ec214.tar.gz gentoo-2-94ef0d9b1a2f3257231979a15e6be64d267ec214.tar.bz2 gentoo-2-94ef0d9b1a2f3257231979a15e6be64d267ec214.zip |
Version bump.
(Portage version: 2.1.4.3)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zile/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.54.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index d8511ac05639..43c8712aaf98 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/zile # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.44 2008/02/04 22:23:11 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.45 2008/02/11 08:15:51 ulm Exp $ + +*zile-2.2.54 (11 Feb 2008) + + 11 Feb 2008; Ulrich Mueller <ulm@gentoo.org> +zile-2.2.54.ebuild: + Version bump. *zile-2.2.53 (04 Feb 2008) diff --git a/app-editors/zile/zile-2.2.54.ebuild b/app-editors/zile/zile-2.2.54.ebuild new file mode 100644 index 000000000000..0c99b314e7e2 --- /dev/null +++ b/app-editors/zile/zile-2.2.54.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.54.ebuild,v 1.1 2008/02/11 08:15:51 ulm Exp $ + +DESCRIPTION="Zile is a small Emacs clone" +HOMEPAGE="http://zile.sourceforge.net/" +SRC_URI="mirror://sourceforge/zile/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="sys-libs/ncurses + >=sys-apps/texinfo-4.3" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS README THANKS || die "dodoc failed" +} |