summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-04-01 16:15:50 +0000
committerUlrich Müller <ulm@gentoo.org>2012-04-01 16:15:50 +0000
commite813bbbb95255965aaf4f9b6723a8c8f84c181f2 (patch)
treebf4422fc0f4a30321b297d564d1eb5f9cfcff50f /app-editors
parentalpha/ia64/m68k/s390/sh/sparc stable wrt #407303 (diff)
downloadgentoo-2-e813bbbb95255965aaf4f9b6723a8c8f84c181f2.tar.gz
gentoo-2-e813bbbb95255965aaf4f9b6723a8c8f84c181f2.tar.bz2
gentoo-2-e813bbbb95255965aaf4f9b6723a8c8f84c181f2.zip
Remove old.
(Portage version: 2.1.10.53/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/zile/ChangeLog5
-rw-r--r--app-editors/zile/zile-2.4.2.ebuild37
2 files changed, 4 insertions, 38 deletions
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 <ulm@gentoo.org> -zile-2.4.2.ebuild:
+ Remove old.
01 Apr 2012; Raúl Porcel <armin76@gentoo.org> 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
-}