summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-03-06 07:16:07 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-03-06 07:16:07 +0000
commit997ada6b09bc18e8592366b57e1df867695c145e (patch)
treefaf0d868c5dc0bcce328d4cb932e01b07b79443d /app-editors
parentdisable tests for bug 258460, set RDEPEND explicitely (diff)
downloadgentoo-2-997ada6b09bc18e8592366b57e1df867695c145e.tar.gz
gentoo-2-997ada6b09bc18e8592366b57e1df867695c145e.tar.bz2
gentoo-2-997ada6b09bc18e8592366b57e1df867695c145e.zip
version bump and set RDEPEND explicitely
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/zile/ChangeLog9
-rw-r--r--app-editors/zile/zile-2.3.3.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index 282f56ec8eaa..f45422887dd6 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.72 2008/12/16 11:39:33 ulm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.73 2009/03/06 07:16:07 fauli Exp $
+
+*zile-2.3.3 (06 Mar 2009)
+
+ 06 Mar 2009; Christian Faulhammer <fauli@gentoo.org> +zile-2.3.3.ebuild:
+ version bump and set RDEPEND explicitely
*zile-2.3.0 (16 Dec 2008)
diff --git a/app-editors/zile/zile-2.3.3.ebuild b/app-editors/zile/zile-2.3.3.ebuild
new file mode 100644
index 000000000000..553e5b5ead63
--- /dev/null
+++ b/app-editors/zile/zile-2.3.3.ebuild
@@ -0,0 +1,30 @@
+# 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.3.ebuild,v 1.1 2009/03/06 07:16:07 fauli Exp $
+
+inherit eutils
+
+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_unpack() {
+ unpack ${A}
+ cd "${S}"
+# epatch "${FILESDIR}/${P}-splash.patch"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS NEWS README THANKS || die
+}