summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-08-31 13:17:37 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-08-31 13:17:37 +0000
commit0c5323ff2be143cf649b5d3f0fa98e5df849bc64 (patch)
tree07945653f78bff1f8afc6b8284c2422bd49fd045 /app-editors
parentbump (diff)
downloadgentoo-2-0c5323ff2be143cf649b5d3f0fa98e5df849bc64.tar.gz
gentoo-2-0c5323ff2be143cf649b5d3f0fa98e5df849bc64.tar.bz2
gentoo-2-0c5323ff2be143cf649b5d3f0fa98e5df849bc64.zip
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/zile/ChangeLog5
-rw-r--r--app-editors/zile/zile-2.3.7.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index 09a9e1973543..df429b3cb032 100644
--- a/app-editors/zile/ChangeLog
+++ b/app-editors/zile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/zile
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.100 2009/08/29 10:29:16 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.101 2009/08/31 13:17:37 fauli Exp $
+
+ 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org> -zile-2.3.7.ebuild:
+ clean up
29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> zile-2.3.9.ebuild:
Stable on alpha, bug #280695
diff --git a/app-editors/zile/zile-2.3.7.ebuild b/app-editors/zile/zile-2.3.7.ebuild
deleted file mode 100644
index d4f9d267182e..000000000000
--- a/app-editors/zile/zile-2.3.7.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.6 2009/07/16 16:38:48 nixnut 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
-}