From e813bbbb95255965aaf4f9b6723a8c8f84c181f2 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 1 Apr 2012 16:15:50 +0000 Subject: Remove old. (Portage version: 2.1.10.53/cvs/Linux x86_64) --- app-editors/zile/ChangeLog | 5 ++++- app-editors/zile/zile-2.4.2.ebuild | 37 ------------------------------------- 2 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 app-editors/zile/zile-2.4.2.ebuild (limited to 'app-editors/zile') diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 05c26874ae19..f460cfe4449d 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.172 2012/04/01 16:01:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.173 2012/04/01 16:15:50 ulm Exp $ + + 01 Apr 2012; Ulrich Müller -zile-2.4.2.ebuild: + Remove old. 01 Apr 2012; Raúl Porcel zile-2.4.6.ebuild: alpha/sparc stable wrt #408899 diff --git a/app-editors/zile/zile-2.4.2.ebuild b/app-editors/zile/zile-2.4.2.ebuild deleted file mode 100644 index 1f94cedaba8b..000000000000 --- a/app-editors/zile/zile-2.4.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v 1.8 2012/03/18 15:57:56 armin76 Exp $ - -EAPI=4 - -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 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}" - -src_configure() { - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --disable-silent-rules \ - $(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 -} -- cgit v1.2.3-65-gdbad