summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-25 14:43:26 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-25 14:43:26 +0000
commit28dbc0f2bedaf4ca1a9530f34ddc5602143c33bf (patch)
treefe4e4315917523ca732d0dde142654b239cec99d /sys-apps
parentClosing #38881. (diff)
downloadhistorical-28dbc0f2bedaf4ca1a9530f34ddc5602143c33bf.tar.gz
historical-28dbc0f2bedaf4ca1a9530f34ddc5602143c33bf.tar.bz2
historical-28dbc0f2bedaf4ca1a9530f34ddc5602143c33bf.zip
Closing #38900.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/most/ChangeLog7
-rw-r--r--sys-apps/most/Manifest4
-rw-r--r--sys-apps/most/most-4.9.2.ebuild14
3 files changed, 18 insertions, 7 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog
index f6cf386324b7..faef962fdc21 100644
--- a/sys-apps/most/ChangeLog
+++ b/sys-apps/most/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/most
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.6 2003/02/12 09:03:57 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.7 2004/02/25 14:43:26 aliz Exp $
+
+ 25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> most-4.9.2.ebuild:
+ Add binary depending on arch. Closing #38900.
*most-4.9.2 (13 May 2002)
diff --git a/sys-apps/most/Manifest b/sys-apps/most/Manifest
index a5c408c08768..857e4e44eb5e 100644
--- a/sys-apps/most/Manifest
+++ b/sys-apps/most/Manifest
@@ -1,4 +1,4 @@
-MD5 8a13a425fdf1daaa01241119dfcc7d70 ChangeLog 1115
+MD5 1639142c817cbef2667dd31e3150afab most-4.9.2.ebuild 953
+MD5 389078c5d3936311f9768e06be8f9bcd ChangeLog 1229
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 7f9981ae82db06eef5495b2d3f88cc89 most-4.9.2.ebuild 877
MD5 a23dcc37cb7e0fb3d5fde35a36d9f270 files/digest-most-4.9.2 61
diff --git a/sys-apps/most/most-4.9.2.ebuild b/sys-apps/most/most-4.9.2.ebuild
index 1d6d817834f6..613f8ecb19b4 100644
--- a/sys-apps/most/most-4.9.2.ebuild
+++ b/sys-apps/most/most-4.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.13 2003/09/07 02:58:23 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.14 2004/02/25 14:43:26 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An extremely excellent text file reader"
@@ -24,7 +24,15 @@ src_compile() {
}
src_install() {
- dobin src/x86objs/most
+ case ${ARCH} in
+ x86)
+ dobin src/x86objs/most
+ ;;
+ amd64)
+ dobin src/amd64objs/most
+ ;;
+ esac
+
doman most.1
dodoc COPYING COPYRIGHT README changes.txt