diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-28 17:21:34 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-28 17:21:34 +0000 |
commit | 3b424e24e52fe2017c6783ba65f7354cfea8e6bb (patch) | |
tree | 4cf5233b90635107b3a53e57194f79ef58100a61 /sys-apps | |
parent | . (diff) | |
download | historical-3b424e24e52fe2017c6783ba65f7354cfea8e6bb.tar.gz historical-3b424e24e52fe2017c6783ba65f7354cfea8e6bb.tar.bz2 historical-3b424e24e52fe2017c6783ba65f7354cfea8e6bb.zip |
Run gnuconfig-update, otherwise the config.{sub,guess} will be too old to recognize certain mips64 machines.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/most/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/most/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/most/most-4.10.2.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.5.ebuild | 8 |
4 files changed, 23 insertions, 10 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..7217b9c10896 100644 --- a/sys-apps/most/Manifest +++ b/sys-apps/most/Manifest @@ -1,10 +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 12b91322bbddea28cec980349b4d75fe most-4.10.2.ebuild 1489 +MD5 b541e9c2bf6aae671f3422c38df7c39b most-4.9.5.ebuild 1487 MD5 9d17807077a730fc3c811e5c4e51086c most-4.9.2.ebuild 938 -MD5 ce648c4bd1341eb1d40a78bee6c3c2ef ChangeLog 2228 +MD5 954c2268502b376ca999de7f4ae0c133 ChangeLog 2432 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 b5f584582bee28ce05fa5aaf8d0f5d8e most-4.9.4.ebuild 939 MD5 a23dcc37cb7e0fb3d5fde35a36d9f270 files/digest-most-4.9.2 61 @@ -14,7 +14,7 @@ MD5 92687eb187b1e9a13f22c1d593123f14 files/digest-most-4.10.2 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC4HpfEZCkKN40op4RAmJRAKCa/nX7oUBvBp3bwrLzD4hkqVhGTQCgobSu -w3wuUmy4+xwuTqTNhKh0iaY= -=+++E +iD8DBQFC6RQ2EZCkKN40op4RAm67AJ9aKh9/g77hbv78+9MRNXiC0JQkJACgr1cL +D3zXq2vKo3AjmPmoCNWMyOs= +=/5GC -----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 \ |