diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2010-02-07 03:11:05 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2010-02-07 03:11:05 +0000 |
commit | 2f020e1539794a2a7fe9c88d94e971ee93aaf0a0 (patch) | |
tree | 4380b2f4dda65a37ab77c686f8b2d2f50d74a993 /app-editors/le | |
parent | Set SUPPORT_PYTHON_ABIS. Require >=dev-python/PyQt4-4.6.1 to avoid file colli... (diff) | |
download | gentoo-2-2f020e1539794a2a7fe9c88d94e971ee93aaf0a0.tar.gz gentoo-2-2f020e1539794a2a7fe9c88d94e971ee93aaf0a0.tar.bz2 gentoo-2-2f020e1539794a2a7fe9c88d94e971ee93aaf0a0.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/le/files/le-1.14.2-gcc44.patch | 11 | ||||
-rw-r--r-- | app-editors/le/le-1.14.3.ebuild (renamed from app-editors/le/le-1.14.2.ebuild) | 8 |
3 files changed, 10 insertions, 19 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog index 3dc07e6f4586..d79f48acb816 100644 --- a/app-editors/le/ChangeLog +++ b/app-editors/le/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/le -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.22 2009/09/23 15:22:55 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.23 2010/02/07 03:11:02 truedfx Exp $ + +*le-1.14.3 (07 Feb 2010) + + 07 Feb 2010; Harald van Dijk <truedfx@gentoo.org> -le-1.14.2.ebuild, + -files/le-1.14.2-gcc44.patch, +le-1.14.3.ebuild: + Version bump 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> le-1.13.4.ebuild, le-1.13.7.ebuild, le-1.14.2.ebuild: diff --git a/app-editors/le/files/le-1.14.2-gcc44.patch b/app-editors/le/files/le-1.14.2-gcc44.patch deleted file mode 100644 index d69b1dff1c06..000000000000 --- a/app-editors/le/files/le-1.14.2-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- le-1.14.2/src/options.cc -+++ le-1.14.2/src/options.cc -@@ -1245,7 +1245,7 @@ - FindColor(new_bw_pal,color_no)); - return -1; - } -- char *l=strchr(button,'&'); -+ const char *l=strchr(button,'&'); - if(!l) - return -1; - char res=toupper(l[1]); diff --git a/app-editors/le/le-1.14.2.ebuild b/app-editors/le/le-1.14.3.ebuild index d4abe188fda9..d7dd83a2a81a 100644 --- a/app-editors/le/le-1.14.2.ebuild +++ b/app-editors/le/le-1.14.3.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.2.ebuild,v 1.3 2009/09/23 15:22:55 patrick Exp $ - -inherit base +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.3.ebuild,v 1.1 2010/02/07 03:11:02 truedfx Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -17,8 +15,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r5" DEPEND="${RDEPEND} || ( app-arch/xz-utils app-arch/lzma-utils )" -PATCHES=( "${FILESDIR}"/${P}-gcc44.patch ) - src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO |