summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-09-11 23:00:05 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-09-11 23:00:05 +0000
commit2ab4267fa2e936673665238603332bf73614570c (patch)
tree4d9255088cdb2637f6c21dc95b961ffeaebfdd80 /app-editors/zile
parentsource /etc/conf.d/vpnc always as people likely rename their init scripts; re... (diff)
downloadgentoo-2-2ab4267fa2e936673665238603332bf73614570c.tar.gz
gentoo-2-2ab4267fa2e936673665238603332bf73614570c.tar.bz2
gentoo-2-2ab4267fa2e936673665238603332bf73614570c.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/zile')
-rw-r--r--app-editors/zile/ChangeLog5
-rw-r--r--app-editors/zile/zile-2.2.59.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index 54b8a5ac6e1d..f7cf23d1a9b4 100644
--- a/app-editors/zile/ChangeLog
+++ b/app-editors/zile/ChangeLog
@@ -1,6 +1,9 @@
# 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.69 2008/09/08 15:17:49 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.70 2008/09/11 23:00:05 opfer Exp $
+
+ 11 Sep 2008; Christian Faulhammer <opfer@gentoo.org> -zile-2.2.59.ebuild:
+ clean up
08 Sep 2008; Kenneth Prugh <ken69267@gentoo.org> zile-2.2.61.ebuild:
amd64 stable, bug #236534
diff --git a/app-editors/zile/zile-2.2.59.ebuild b/app-editors/zile/zile-2.2.59.ebuild
deleted file mode 100644
index ebe2ee67c171..000000000000
--- a/app-editors/zile/zile-2.2.59.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.59.ebuild,v 1.6 2008/06/16 17:28:00 bluebird 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=""
-
-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"
-}