summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-03-02 12:33:56 +0000
committerUlrich Müller <ulm@gentoo.org>2015-03-02 12:33:56 +0000
commitdf936011364b89ff9086c52f65491a4a98a3c8c6 (patch)
tree84a255200b031df50d8c6e32cd1f2325f8b81b15 /app-editors/zile
parentRemove old. (diff)
downloadgentoo-2-df936011364b89ff9086c52f65491a4a98a3c8c6.tar.gz
gentoo-2-df936011364b89ff9086c52f65491a4a98a3c8c6.tar.bz2
gentoo-2-df936011364b89ff9086c52f65491a4a98a3c8c6.zip
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors/zile')
-rw-r--r--app-editors/zile/ChangeLog5
-rw-r--r--app-editors/zile/zile-2.4.9.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index 7883c2cfa794..746ef26a6b37 100644
--- a/app-editors/zile/ChangeLog
+++ b/app-editors/zile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/zile
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.200 2015/03/02 09:30:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.201 2015/03/02 12:33:56 ulm Exp $
+
+ 02 Mar 2015; Ulrich Müller <ulm@gentoo.org> -zile-2.4.9.ebuild:
+ Remove old.
02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> zile-2.4.11.ebuild:
Stable for ppc, wrt bug #506330
diff --git a/app-editors/zile/zile-2.4.9.ebuild b/app-editors/zile/zile-2.4.9.ebuild
deleted file mode 100644
index f89bca45968f..000000000000
--- a/app-editors/zile/zile-2.4.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v 1.9 2013/05/26 15:56:25 ago Exp $
-
-EAPI=5
-
-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 arm ppc sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="acl test"
-
-RDEPEND="dev-libs/boehm-gc
- sys-libs/ncurses
- acl? ( virtual/acl )"
-
-DEPEND="${RDEPEND}
- test? ( dev-lang/perl )"
-
-QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
-
-src_configure() {
- econf \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
- $(use_enable acl)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # AUTHORS, FAQ, and NEWS are installed by the build system
- dodoc README THANKS
-
- # Zile should never install charset.alias (even on non-glibc arches)
- rm -f "${ED}"/usr/lib/charset.alias
-}