diff options
author | 2004-06-28 08:58:07 +0000 | |
---|---|---|
committer | 2004-06-28 08:58:07 +0000 | |
commit | ca99fba0c623c2d43472a882e54afb0a3e58465e (patch) | |
tree | 050be06104c0826e1f20660e2c603e755a71f36a /sys-apps/most | |
parent | Moving to -amd64 until I figure out where some segfaults are coming from... (diff) | |
download | historical-ca99fba0c623c2d43472a882e54afb0a3e58465e.tar.gz historical-ca99fba0c623c2d43472a882e54afb0a3e58465e.tar.bz2 historical-ca99fba0c623c2d43472a882e54afb0a3e58465e.zip |
Added to ~ppc
Diffstat (limited to 'sys-apps/most')
-rw-r--r-- | sys-apps/most/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/most/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.5.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index be9442f62037..db989239e7aa 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/most # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.10 2004/06/27 23:49:01 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.11 2004/06/28 08:58:07 dholm Exp $ + + 28 Jun 2004; David Holm <dholm@gentoo.org> most-4.9.5.ebuild: + Added ppc support. *most-4.9.5 (28 Jun 2004) diff --git a/sys-apps/most/Manifest b/sys-apps/most/Manifest index 407b37043681..33005b6e83c4 100644 --- a/sys-apps/most/Manifest +++ b/sys-apps/most/Manifest @@ -1,8 +1,8 @@ -MD5 fba70acb64e08a898bc826fb6e1f1159 ChangeLog 1591 -MD5 695e0173b19466d3c1b32762dbcfb33e most-4.9.5.ebuild 1380 +MD5 cc927c6f1fbcb66777690573e6e4eeae ChangeLog 1675 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 c07a740bca356aa092241def89d4f5f6 most-4.9.2.ebuild 948 MD5 e5ed898f7010e4ad6719b5ededc42415 most-4.9.4.ebuild 949 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 f50722839e33523b309eda86c46e465d files/digest-most-4.9.5 62 +MD5 b2ef55d3d9ab3d2037fc989905e3800a most-4.9.5.ebuild 1409 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 diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild index 3836e3c5d814..23716eaba018 100644 --- a/sys-apps/most/most-4.9.5.ebuild +++ b/sys-apps/most/most-4.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.1 2004/06/27 23:49:01 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.2 2004/06/28 08:58:07 dholm Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely excellent text file reader" @@ -13,7 +13,7 @@ IUSE="" # Note to arch maintainers: you'll need to add to src_install() for your # arch, since the app's Makefile does strange things with different # directories for each arch. -- ciaranm, 27 June 2004 -KEYWORDS="~x86 ~amd64 -ppc ~sparc ~mips" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~mips" DEPEND=">=sys-libs/slang-1.4.2 >=sys-libs/ncurses-5.2-r2" @@ -45,6 +45,9 @@ src_install() { mips) objsdir=mipsobjs ;; + ppc) + objsdir=ppcobjs + ;; esac dobin src/${objsdir:-objs}/most || die "Couldn't install binary" |