summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-07-16 17:25:34 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-07-16 17:25:34 +0000
commit773e344f9682f614d7bd1f80b16cabf0dbd5db6c (patch)
tree3fd9ab27a383c9c41657e2d6d9fce1db9f642911 /app-editors/zile
parentRemove non-functional nls USE flag, bug 277194 comment #3. (diff)
downloadgentoo-2-773e344f9682f614d7bd1f80b16cabf0dbd5db6c.tar.gz
gentoo-2-773e344f9682f614d7bd1f80b16cabf0dbd5db6c.tar.bz2
gentoo-2-773e344f9682f614d7bd1f80b16cabf0dbd5db6c.zip
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile')
-rw-r--r--app-editors/zile/ChangeLog6
-rw-r--r--app-editors/zile/zile-2.2.61.ebuild21
-rw-r--r--app-editors/zile/zile-2.3.4.ebuild21
3 files changed, 5 insertions, 43 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index a6cd6eaf8673..1f6635110334 100644
--- a/app-editors/zile/ChangeLog
+++ b/app-editors/zile/ChangeLog
@@ -1,6 +1,10 @@
# 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.92 2009/07/16 16:38:48 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.93 2009/07/16 17:25:34 fauli Exp $
+
+ 16 Jul 2009; Christian Faulhammer <fauli@gentoo.org> -zile-2.2.61.ebuild,
+ -zile-2.3.4.ebuild:
+ clean up
16 Jul 2009; nixnut <nixnut@gentoo.org> zile-2.3.7.ebuild:
ppc stable #273235
diff --git a/app-editors/zile/zile-2.2.61.ebuild b/app-editors/zile/zile-2.2.61.ebuild
deleted file mode 100644
index fc5cca88c445..000000000000
--- a/app-editors/zile/zile-2.2.61.ebuild
+++ /dev/null
@@ -1,21 +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.2.61.ebuild,v 1.6 2009/03/08 10:26:31 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 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_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README THANKS || die "dodoc failed"
-}
diff --git a/app-editors/zile/zile-2.3.4.ebuild b/app-editors/zile/zile-2.3.4.ebuild
deleted file mode 100644
index a0c4a63079a7..000000000000
--- a/app-editors/zile/zile-2.3.4.ebuild
+++ /dev/null
@@ -1,21 +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.4.ebuild,v 1.8 2009/04/22 20:37:25 maekke 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
- dodoc AUTHORS BUGS NEWS README THANKS || die
-}