diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-10-29 09:52:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-10-29 09:52:40 +0000 |
commit | 2bf20dafb933999bf7b83ef51b8803293cc3764d (patch) | |
tree | 95937bc9018bd63e9b7a13b220c28d7dc9eebfbf /app-editors/zile | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-2bf20dafb933999bf7b83ef51b8803293cc3764d.tar.gz gentoo-2-2bf20dafb933999bf7b83ef51b8803293cc3764d.tar.bz2 gentoo-2-2bf20dafb933999bf7b83ef51b8803293cc3764d.zip |
Remove old.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 12 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.11.ebuild | 29 |
2 files changed, 7 insertions, 34 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 5f1a6ccaf302..1585f77a8fe1 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,10 +1,11 @@ # 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.104 2009/10/29 09:45:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.105 2009/10/29 09:52:40 ulm Exp $ *zile-2.3.13 (29 Oct 2009) - 29 Oct 2009; Ulrich Mueller <ulm@gentoo.org> +zile-2.3.13.ebuild: + 29 Oct 2009; Ulrich Mueller <ulm@gentoo.org> -zile-2.3.11.ebuild, + +zile-2.3.13.ebuild: Version bump. Remove old. *zile-2.3.12 (23 Sep 2009) @@ -392,6 +393,7 @@ *zile-1.7_alpha6 (21 Oct 2002) - 21 Oct 2002; Sascha Schwabbauer <cybersystem@gentoo.org> zile-1.7_alpha6.ebuild files/digest-zile-1.7_alpha6 ChangeLog : - - Initial version in portage now, thanks to: stephen@theboulets.net (Stephen Boulet) in bug #7886 + 21 Oct 2002; Sascha Schwabbauer <cybersystem@gentoo.org> + zile-1.7_alpha6.ebuild, files/digest-zile-1.7_alpha6, ChangeLog: + Initial version in portage now, thanks to: + stephen@theboulets.net (Stephen Boulet) in bug #7886 diff --git a/app-editors/zile/zile-2.3.11.ebuild b/app-editors/zile/zile-2.3.11.ebuild deleted file mode 100644 index 96fe439c50c6..000000000000 --- a/app-editors/zile/zile-2.3.11.ebuild +++ /dev/null @@ -1,29 +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.11.ebuild,v 1.1 2009/09/06 22:01:58 ulm Exp $ - -EAPI=2 - -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="test valgrind" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - sys-apps/help2man - test? ( valgrind? ( dev-util/valgrind ) )" - -src_configure() { - econf $(use test && use_with valgrind || echo "--without-valgrind") -} - -src_install() { - emake DESTDIR="${D}" install || die - # FAQ is installed by the build system in /usr/share/zile - dodoc AUTHORS BUGS NEWS README THANKS || die -} |