diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2008-03-26 19:14:09 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2008-03-26 19:14:09 +0000 |
commit | b9106a24175f9d934b989e3db6aa1d7bbc9ada38 (patch) | |
tree | 7ad47c1d24be43515af81b662a7e3812902b6279 /app-editors/le | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-b9106a24175f9d934b989e3db6aa1d7bbc9ada38.tar.gz gentoo-2-b9106a24175f9d934b989e3db6aa1d7bbc9ada38.tar.bz2 gentoo-2-b9106a24175f9d934b989e3db6aa1d7bbc9ada38.zip |
Version bump (#214903)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/le/le-1.13.3.ebuild | 20 | ||||
-rw-r--r-- | app-editors/le/le-1.13.7.ebuild (renamed from app-editors/le/le-1.12.5.ebuild) | 6 |
3 files changed, 11 insertions, 25 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog index 84bd2f952ea0..3dd30bcf9486 100644 --- a/app-editors/le/ChangeLog +++ b/app-editors/le/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/le -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.16 2007/10/10 07:40:27 opfer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.17 2008/03/26 19:14:09 truedfx Exp $ + +*le-1.13.7 (26 Mar 2008) + + 26 Mar 2008; Harald van Dijk <truedfx@gentoo.org> -le-1.12.5.ebuild, + -le-1.13.3.ebuild, +le-1.13.7.ebuild: + Version bump (#214903) 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> le-1.13.3.ebuild: remove stray virtual/editor entry diff --git a/app-editors/le/le-1.13.3.ebuild b/app-editors/le/le-1.13.3.ebuild deleted file mode 100644 index 00937e072dc3..000000000000 --- a/app-editors/le/le-1.13.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.3.ebuild,v 1.2 2007/10/10 07:40:27 opfer Exp $ - -DESCRIPTION="Terminal text editor" -HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" -SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/libc - >=sys-libs/ncurses-5.2-r5" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO -} diff --git a/app-editors/le/le-1.12.5.ebuild b/app-editors/le/le-1.13.7.ebuild index bce4a6d81306..25045142bea7 100644 --- a/app-editors/le/le-1.12.5.ebuild +++ b/app-editors/le/le-1.13.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.12.5.ebuild,v 1.3 2007/10/10 07:00:22 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.7.ebuild,v 1.1 2008/03/26 19:14:09 truedfx Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -15,6 +15,6 @@ DEPEND="virtual/libc >=sys-libs/ncurses-5.2-r5" src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO } |