summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-10 14:10:52 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-10 14:10:52 +0000
commitfdb3a934e2ac4a1be790d924ae330148473b524e (patch)
treec0d218a1420d1ef179a314ba939104782d1c81ef /app-editors/lpe
parentVersion bump to 20080310 closing bug #212941 and bug #209428 (diff)
downloadgentoo-2-fdb3a934e2ac4a1be790d924ae330148473b524e.tar.gz
gentoo-2-fdb3a934e2ac4a1be790d924ae330148473b524e.tar.bz2
gentoo-2-fdb3a934e2ac4a1be790d924ae330148473b524e.zip
amd64 stable too
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/lpe')
-rw-r--r--app-editors/lpe/ChangeLog7
-rw-r--r--app-editors/lpe/files/lpe-1.2.6.12-slang.patch24
-rw-r--r--app-editors/lpe/lpe-1.2.6.12.ebuild39
-rw-r--r--app-editors/lpe/lpe-1.2.6.13.ebuild4
4 files changed, 8 insertions, 66 deletions
diff --git a/app-editors/lpe/ChangeLog b/app-editors/lpe/ChangeLog
index 0841840735b6..476768740936 100644
--- a/app-editors/lpe/ChangeLog
+++ b/app-editors/lpe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/lpe
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/ChangeLog,v 1.20 2008/03/10 14:04:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/ChangeLog,v 1.21 2008/03/10 14:10:52 drac Exp $
+
+ 10 Mar 2008; Samuli Suominen <drac@gentoo.org>
+ -files/lpe-1.2.6.12-slang.patch, -lpe-1.2.6.12.ebuild,
+ lpe-1.2.6.13.ebuild:
+ amd64 stable wrt #212786
10 Mar 2008; Raúl Porcel <armin76@gentoo.org> lpe-1.2.6.13.ebuild:
sparc stable wrt #212786
diff --git a/app-editors/lpe/files/lpe-1.2.6.12-slang.patch b/app-editors/lpe/files/lpe-1.2.6.12-slang.patch
deleted file mode 100644
index 6a40343165cc..000000000000
--- a/app-editors/lpe/files/lpe-1.2.6.12-slang.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur lpe-1.2.6.12_/src/cfg.c lpe-1.2.6.12/src/cfg.c
---- lpe-1.2.6.12_/src/cfg.c 2005-06-20 06:27:25.000000000 +0200
-+++ lpe-1.2.6.12/src/cfg.c 2005-06-25 13:10:16.379831120 +0200
-@@ -37,7 +37,7 @@
- if (SLang_load_file (DATADIR "/lpe/init.sl") == -1)
- {
- SLang_restart (1);
-- SLang_set_error(0);
-+ SLang_exit_error(0);
- }
- }
- }
-diff -Naur lpe-1.2.6.12_/src/input.c lpe-1.2.6.12/src/input.c
---- lpe-1.2.6.12_/src/input.c 2005-06-20 06:27:48.000000000 +0200
-+++ lpe-1.2.6.12/src/input.c 2005-06-25 13:10:06.347356288 +0200
-@@ -2262,7 +2262,7 @@
- SLang_load_string (cmd);
- /* to avoid slang stack overflows... */
- SLang_restart (1);
-- SLang_set_error(0);
-+ SLang_exit_error(0);
-
- /*
- * This is not the nicest thing to do, but certain slang commnds,
diff --git a/app-editors/lpe/lpe-1.2.6.12.ebuild b/app-editors/lpe/lpe-1.2.6.12.ebuild
deleted file mode 100644
index 5d5cfb4c3990..000000000000
--- a/app-editors/lpe/lpe-1.2.6.12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.12.ebuild,v 1.5 2008/01/25 18:38:46 fmccor Exp $
-
-inherit eutils multilib
-
-DESCRIPTION="Lightweight Programmers Editor"
-HOMEPAGE="http://cdsmith.twu.net/professional/opensource/lpe.html"
-SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc sparc x86"
-IUSE="nls"
-
-DEPEND="=sys-libs/slang-1*"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-slang.patch
-}
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- emake \
- prefix="${D}/usr" \
- datadir="${D}/usr/share" \
- mandir="${D}/usr/share/man" \
- infodir="${D}/usr/share/info" \
- docdir="${D}/usr/share/doc/${PF}" \
- exdir="${D}/usr/share/doc/${PF}/examples" \
- libdir="${D}/usr/$(get_libdir)" \
- install || die "emake install failed."
- prepalldocs
-}
diff --git a/app-editors/lpe/lpe-1.2.6.13.ebuild b/app-editors/lpe/lpe-1.2.6.13.ebuild
index 5ab6015c4ce2..5f3306e85add 100644
--- a/app-editors/lpe/lpe-1.2.6.13.ebuild
+++ b/app-editors/lpe/lpe-1.2.6.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild,v 1.7 2008/03/10 14:04:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild,v 1.8 2008/03/10 14:10:52 drac Exp $
inherit multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}-0.1.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="nls"
RDEPEND=">=sys-libs/slang-2.1.3"