summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-07-28 17:21:34 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-07-28 17:21:34 +0000
commit3f4d16defd57d2f896eedde6b8df0c741da4f0bc (patch)
treecae3fc433f79b07f8fed9c6f95abd00347fb665f /sys-apps/most
parent. (diff)
downloadgentoo-2-3f4d16defd57d2f896eedde6b8df0c741da4f0bc.tar.gz
gentoo-2-3f4d16defd57d2f896eedde6b8df0c741da4f0bc.tar.bz2
gentoo-2-3f4d16defd57d2f896eedde6b8df0c741da4f0bc.zip
Run gnuconfig-update, otherwise the config.{sub,guess} will be too old to recognize certain mips64 machines.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/ChangeLog7
-rw-r--r--sys-apps/most/Manifest16
-rw-r--r--sys-apps/most/most-4.10.2.ebuild6
-rw-r--r--sys-apps/most/most-4.9.5.ebuild8
4 files changed, 20 insertions, 17 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog
index 1c63408d94d7..37bad4048e98 100644
--- a/sys-apps/most/ChangeLog
+++ b/sys-apps/most/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/most
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.16 2005/07/22 04:46:11 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.17 2005/07/28 17:21:34 ka0ttic Exp $
+
+ 28 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> most-4.9.5.ebuild,
+ most-4.10.2.ebuild:
+ Run gnuconfig-update, otherwise the config.{sub,guess} will be too old to
+ recognize certain mips64 machines.
*most-4.10.2 (22 Jul 2005)
diff --git a/sys-apps/most/Manifest b/sys-apps/most/Manifest
index 9836dba57890..bea959cc6242 100644
--- a/sys-apps/most/Manifest
+++ b/sys-apps/most/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 150a5fe7dfa5b28b568cc63ed5818102 most-4.10.2.ebuild 1451
-MD5 3d7e9a837c0a3750ed8bde64ed288f83 most-4.9.5.ebuild 1449
+MD5 3c1873b9e2e41fd5c389a955af4b8b33 most-4.10.2.ebuild 1489
+MD5 f73d60bb683e707ccd1767ace81c1a9f most-4.9.5.ebuild 1487
MD5 9d17807077a730fc3c811e5c4e51086c most-4.9.2.ebuild 938
-MD5 ce648c4bd1341eb1d40a78bee6c3c2ef ChangeLog 2228
+MD5 265bad386cbc4450a26dead8455ff217 ChangeLog 2432
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 b5f584582bee28ce05fa5aaf8d0f5d8e most-4.9.4.ebuild 939
MD5 a23dcc37cb7e0fb3d5fde35a36d9f270 files/digest-most-4.9.2 61
MD5 fca955f15889eb7ffb4639dd1484ccfa files/digest-most-4.9.4 62
MD5 f50722839e33523b309eda86c46e465d files/digest-most-4.9.5 62
MD5 92687eb187b1e9a13f22c1d593123f14 files/digest-most-4.10.2 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC4HpfEZCkKN40op4RAmJRAKCa/nX7oUBvBp3bwrLzD4hkqVhGTQCgobSu
-w3wuUmy4+xwuTqTNhKh0iaY=
-=+++E
------END PGP SIGNATURE-----
diff --git a/sys-apps/most/most-4.10.2.ebuild b/sys-apps/most/most-4.10.2.ebuild
index 74c0da2dfd02..04be235e6a7a 100644
--- a/sys-apps/most/most-4.10.2.ebuild
+++ b/sys-apps/most/most-4.10.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 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.ebuild,v 1.1 2005/07/22 04:46:11 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2.ebuild,v 1.2 2005/07/28 17:21:34 ka0ttic Exp $
+
+inherit gnuconfig
DESCRIPTION="An extremely excellent text file reader"
HOMEPAGE="http://freshmeat.net/projects/most/"
@@ -18,6 +20,8 @@ DEPEND=">=sys-libs/slang-1.4.2
>=sys-libs/ncurses-5.2-r2"
src_compile() {
+ gnuconfig-update
+
./configure \
--host=${CHOST} \
--prefix=/usr \
diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild
index 021669b6e657..f128a2201be9 100644
--- a/sys-apps/most/most-4.9.5.ebuild
+++ b/sys-apps/most/most-4.9.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.6 2004/12/31 18:32:17 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.7 2005/07/28 17:21:34 ka0ttic Exp $
+
+inherit gnuconfig
DESCRIPTION="An extremely excellent text file reader"
HOMEPAGE="http://freshmeat.net/projects/most/"
@@ -18,6 +20,8 @@ DEPEND=">=sys-libs/slang-1.4.2
>=sys-libs/ncurses-5.2-r2"
src_compile() {
+ gnuconfig_update
+
./configure \
--host=${CHOST} \
--prefix=/usr \