summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-05-14 06:04:41 +0000
committerDonny Davies <woodchip@gentoo.org>2002-05-14 06:04:41 +0000
commitbf562744ce34a65f463ce03fc03736fc3c471d9c (patch)
tree5fc5a7cbedd5c8724b300f3fc9e75bc1d931a901 /sys-apps/most
parentuse make; parallel make problems (diff)
downloadgentoo-2-bf562744ce34a65f463ce03fc03736fc3c471d9c.tar.gz
gentoo-2-bf562744ce34a65f463ce03fc03736fc3c471d9c.tar.bz2
gentoo-2-bf562744ce34a65f463ce03fc03736fc3c471d9c.zip
update to latest + close #2225
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/ChangeLog9
-rw-r--r--sys-apps/most/files/digest-most-4.9.0-r21
-rw-r--r--sys-apps/most/files/digest-most-4.9.21
-rw-r--r--sys-apps/most/most-4.9.0-r2.ebuild36
-rw-r--r--sys-apps/most/most-4.9.2.ebuild (renamed from sys-apps/most/most-4.9.0-r3.ebuild)2
5 files changed, 10 insertions, 39 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog
index 6631e941e563..9ed69176a599 100644
--- a/sys-apps/most/ChangeLog
+++ b/sys-apps/most/ChangeLog
@@ -1,10 +1,17 @@
# ChangeLog for sys-apps/most
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.2 2002/05/12 17:06:12 wmertens Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.3 2002/05/14 06:04:41 woodchip Exp $
+
+*most-4.9.2 (13 May 2002)
+
+ 13 May 2002; Donny Davies <woodchip@gentoo.org> :
+
+ Update to latest. Close #2225. Thanks Wout ;)
*most-4.9.0-r3 (12 May 2002)
12 May 2002; Wout Mertens <wmertens@gentoo.org> :
+
actually copy the binary :)
*most-4.9.0-r2 (1 Feb 2002)
diff --git a/sys-apps/most/files/digest-most-4.9.0-r2 b/sys-apps/most/files/digest-most-4.9.0-r2
deleted file mode 100644
index 5fdff20edf03..000000000000
--- a/sys-apps/most/files/digest-most-4.9.0-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e2b80cda82f022100282e06918606c85 most-4.9.0.tar.gz 85661
diff --git a/sys-apps/most/files/digest-most-4.9.2 b/sys-apps/most/files/digest-most-4.9.2
new file mode 100644
index 000000000000..422a318be02c
--- /dev/null
+++ b/sys-apps/most/files/digest-most-4.9.2
@@ -0,0 +1 @@
+MD5 ccf9bb5aea4a337f188c0ee9f35f2efd most-4.9.2.tar.gz 91564
diff --git a/sys-apps/most/most-4.9.0-r2.ebuild b/sys-apps/most/most-4.9.0-r2.ebuild
deleted file mode 100644
index 18daf1ef352e..000000000000
--- a/sys-apps/most/most-4.9.0-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r2.ebuild,v 1.3 2001/11/14 22:35:46 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="An extremely excellent text file reader"
-
-SRC_URI="ftp://space.mit.edu/pub/davis/most/${A}"
-
-DEPEND=">=sys-libs/slang-1.4.2
- >=sys-libs/ncurses-5.2-r2"
-
-src_compile() {
-
- try ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc
-
- #*possible* (not definite) pmake problems, let's not risk it.
- make SYS_INITFILE="/etc/most.conf" || die
-}
-
-src_install() {
-
- dobin src/objs/most
- doman most.1
-
- dodoc COPYING COPYRIGHT README changes.txt
- docinto txt
- dodoc default.rc lesskeys.rc most-fun.txt
-}
-
-
diff --git a/sys-apps/most/most-4.9.0-r3.ebuild b/sys-apps/most/most-4.9.2.ebuild
index 23bdf6c3f930..7e6677edf974 100644
--- a/sys-apps/most/most-4.9.0-r3.ebuild
+++ b/sys-apps/most/most-4.9.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r3.ebuild,v 1.1 2002/05/12 17:06:12 wmertens Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.1 2002/05/14 06:04:41 woodchip Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}