summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-04-23 05:19:57 +0000
committerUlrich Müller <ulm@gentoo.org>2009-04-23 05:19:57 +0000
commitf5fd7ba34392025db909d6fd6280e248b3eb7947 (patch)
treedf080aa0c805f8a353ae28c161ff1a4c7f73fce8 /app-editors/zile
parentDie on linux-2.6.29 kernels (diff)
downloadgentoo-2-f5fd7ba34392025db909d6fd6280e248b3eb7947.tar.gz
gentoo-2-f5fd7ba34392025db909d6fd6280e248b3eb7947.tar.bz2
gentoo-2-f5fd7ba34392025db909d6fd6280e248b3eb7947.zip
Version bump.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile')
-rw-r--r--app-editors/zile/ChangeLog7
-rw-r--r--app-editors/zile/zile-2.3.7.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index 8a111787ef9f..8b525fa6ba2a 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.84 2009/04/22 20:37:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.85 2009/04/23 05:19:57 ulm Exp $
+
+*zile-2.3.7 (23 Apr 2009)
+
+ 23 Apr 2009; Ulrich Mueller <ulm@gentoo.org> +zile-2.3.7.ebuild:
+ Version bump.
22 Apr 2009; Markus Meier <maekke@gentoo.org> zile-2.3.4:
amd64 stable, bug #265306
diff --git a/app-editors/zile/zile-2.3.7.ebuild b/app-editors/zile/zile-2.3.7.ebuild
new file mode 100644
index 000000000000..ab12e8abb55c
--- /dev/null
+++ b/app-editors/zile/zile-2.3.7.ebuild
@@ -0,0 +1,22 @@
+# 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.7.ebuild,v 1.1 2009/04/23 05:19:57 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"
+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
+ # FAQ is installed by the build system in /usr/share/zile
+ dodoc AUTHORS BUGS NEWS README THANKS || die
+}