summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-04-01 15:34:15 +0000
committerUlrich Müller <ulm@gentoo.org>2012-04-01 15:34:15 +0000
commite7dcaa6587a40fe4915041c6c2dce7a7024d959d (patch)
tree8360398bdd7f93b03a09f8c33152c987c058e84c /app-editors/zile
parentsparc stable wrt #403019 (diff)
downloadgentoo-2-e7dcaa6587a40fe4915041c6c2dce7a7024d959d.tar.gz
gentoo-2-e7dcaa6587a40fe4915041c6c2dce7a7024d959d.tar.bz2
gentoo-2-e7dcaa6587a40fe4915041c6c2dce7a7024d959d.zip
Version bump. Remove intermediate version. Drop livecd USE flag.
(Portage version: 2.1.10.53/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/zile')
-rw-r--r--app-editors/zile/ChangeLog8
-rw-r--r--app-editors/zile/zile-2.3.24-r1.ebuild10
-rw-r--r--app-editors/zile/zile-2.4.7.ebuild (renamed from app-editors/zile/zile-2.4.3.ebuild)4
3 files changed, 11 insertions, 11 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index 5dba6dd89a8c..e189109a1cdf 100644
--- a/app-editors/zile/ChangeLog
+++ b/app-editors/zile/ChangeLog
@@ -1,6 +1,12 @@
# 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.170 2012/03/25 14:46:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.171 2012/04/01 15:34:15 ulm Exp $
+
+*zile-2.4.7 (01 Apr 2012)
+
+ 01 Apr 2012; Ulrich Müller <ulm@gentoo.org> zile-2.3.24-r1.ebuild,
+ -zile-2.4.3.ebuild, +zile-2.4.7.ebuild:
+ Version bump. Remove intermediate version. Drop livecd USE flag.
25 Mar 2012; Brent Baude <ranger@gentoo.org> zile-2.4.6.ebuild:
Marking zile-2.4.6 ppc for bug 408899
diff --git a/app-editors/zile/zile-2.3.24-r1.ebuild b/app-editors/zile/zile-2.3.24-r1.ebuild
index 8e09f90d2db7..c292938c8899 100644
--- a/app-editors/zile/zile-2.3.24-r1.ebuild
+++ b/app-editors/zile/zile-2.3.24-r1.ebuild
@@ -1,6 +1,6 @@
# 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.3.24-r1.ebuild,v 1.5 2012/01/06 15:15:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.24-r1.ebuild,v 1.6 2012/04/01 15:34:15 ulm Exp $
EAPI=4
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="livecd test valgrind"
+IUSE="test valgrind"
RDEPEND="sys-libs/ncurses"
DEPEND="${RDEPEND}
@@ -36,9 +36,3 @@ src_install() {
# Zile should never install charset.alias (even on non-glibc arches)
rm -f "${ED}"/usr/lib/charset.alias
}
-
-pkg_postinst() {
- if use livecd; then
- [ -e "${EROOT}"/usr/bin/emacs ] || ln -s zile "${EROOT}"/usr/bin/emacs
- fi
-}
diff --git a/app-editors/zile/zile-2.4.3.ebuild b/app-editors/zile/zile-2.4.7.ebuild
index c46bb9dd16d0..7647c3ace3a6 100644
--- a/app-editors/zile/zile-2.4.3.ebuild
+++ b/app-editors/zile/zile-2.4.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.3.ebuild,v 1.1 2011/12/22 11:10:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.1 2012/04/01 15:34:15 ulm Exp $
EAPI=4