summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-02-09 10:54:42 +0000
committerSamuli Suominen <drac@gentoo.org>2008-02-09 10:54:42 +0000
commit22e83a3adfbc06c90633569f509afede63d24be3 (patch)
tree5e99e2bac57b2f9c872cee7db393424e3f59a00c /sys-apps
parentversion bump (diff)
downloadgentoo-2-22e83a3adfbc06c90633569f509afede63d24be3.tar.gz
gentoo-2-22e83a3adfbc06c90633569f509afede63d24be3.tar.bz2
gentoo-2-22e83a3adfbc06c90633569f509afede63d24be3.zip
Fix most for slang 2.1.3.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/most/ChangeLog7
-rw-r--r--sys-apps/most/most-4.10.2-r1.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog
index bbf3bf5fb793..3aeae4dcfbe8 100644
--- a/sys-apps/most/ChangeLog
+++ b/sys-apps/most/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/most
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.34 2007/10/26 14:42:04 flameeyes Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.35 2008/02/09 10:54:42 drac Exp $
+
+ 09 Feb 2008; Samuli Suominen <drac@gentoo.org> most-4.10.2-r1.ebuild:
+ Fix most for slang 2.1.3.
26 Oct 2007; Diego Pettenò <flameeyes@gentoo.org> -most-4.9.5.ebuild:
Remove old version, closes bug #160173.
diff --git a/sys-apps/most/most-4.10.2-r1.ebuild b/sys-apps/most/most-4.10.2-r1.ebuild
index 3f35050c5373..fc02f78c764a 100644
--- a/sys-apps/most/most-4.10.2-r1.ebuild
+++ b/sys-apps/most/most-4.10.2-r1.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/sys-apps/most/most-4.10.2-r1.ebuild,v 1.10 2007/07/03 17:44:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.11 2008/02/09 10:54:42 drac Exp $
inherit eutils toolchain-funcs
@@ -17,13 +17,13 @@ IUSE=""
# directories for each arch. -- ciaranm, 27 June 2004
KEYWORDS="alpha amd64 mips ppc sparc x86"
-DEPEND="=sys-libs/slang-1.4*
+DEPEND=">=sys-libs/slang-1.4
>=sys-libs/ncurses-5.2-r2"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-fix-goto-line.diff
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-fix-goto-line.diff
}
src_install() {
@@ -54,7 +54,7 @@ src_install() {
doman most.1
- dodoc COPYING COPYRIGHT README changes.txt
+ dodoc README changes.txt
docinto txt
dodoc most.rc lesskeys.rc most-fun.txt
}