diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-02-09 05:43:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-02-09 05:43:51 +0000 |
commit | 97f28a230d91489ba0d5bc5a93266755de1f7c43 (patch) | |
tree | 45f88322c231140e46fcd6ad9b1307d8b09a3011 /app-editors/lpe/lpe-1.2.6.13.ebuild | |
parent | version bump (diff) | |
download | historical-97f28a230d91489ba0d5bc5a93266755de1f7c43.tar.gz historical-97f28a230d91489ba0d5bc5a93266755de1f7c43.tar.bz2 historical-97f28a230d91489ba0d5bc5a93266755de1f7c43.zip |
Fix lpe to work with slang 2.1.3.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-editors/lpe/lpe-1.2.6.13.ebuild')
-rw-r--r-- | app-editors/lpe/lpe-1.2.6.13.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/app-editors/lpe/lpe-1.2.6.13.ebuild b/app-editors/lpe/lpe-1.2.6.13.ebuild index 0e3cbfb30f96..ed49e3febe19 100644 --- a/app-editors/lpe/lpe-1.2.6.13.ebuild +++ b/app-editors/lpe/lpe-1.2.6.13.ebuild @@ -1,8 +1,8 @@ # 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.1 2008/01/24 11:49:19 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.13.ebuild,v 1.2 2008/02/09 05:43:51 drac Exp $ -inherit autotools eutils multilib +inherit multilib DESCRIPTION="a lightweight programmers editor" HOMEPAGE="http://packages.qa.debian.org/l/lpe.html" @@ -13,17 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="nls" -RDEPEND=">=sys-libs/slang-2" +RDEPEND=">=sys-libs/slang-2.1.3" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-slang-2.patch - eautoconf -} - src_compile() { econf $(use_enable nls) emake || die "emake failed." @@ -38,6 +31,5 @@ src_install() { docdir="${D}/usr/share/doc/${PF}" \ exdir="${D}/usr/share/doc/${PF}/examples" \ install || die "emake install failed." - dodoc AUTHORS BUGS Changelog CUSTOMIZE IDEAS MODES NEWS README TODO prepalldocs } |