summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-08-05 12:37:58 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-08-05 12:37:58 +0000
commitd9510136964eef0797aaf37a67a122fe4219d560 (patch)
tree1fb8bfca67fb69d86c7ab34b5f52c6ad8bff16de /sys-apps/most
parentfix mentions of xorg-x11 to virtual/x11. Closes bug #85495 by Sergey Okhapkin (diff)
downloadgentoo-2-d9510136964eef0797aaf37a67a122fe4219d560.tar.gz
gentoo-2-d9510136964eef0797aaf37a67a122fe4219d560.tar.bz2
gentoo-2-d9510136964eef0797aaf37a67a122fe4219d560.zip
marked ~alpha, wrt bug #97609. Fix header date on most-4.9.2.ebuild
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/ChangeLog6
-rw-r--r--sys-apps/most/most-4.10.2.ebuild7
-rw-r--r--sys-apps/most/most-4.9.2.ebuild4
-rw-r--r--sys-apps/most/most-4.9.5.ebuild7
4 files changed, 17 insertions, 7 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog
index 37bad4048e98..600eaf9db892 100644
--- a/sys-apps/most/ChangeLog
+++ b/sys-apps/most/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2005/07/28 17:21:34 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.18 2005/08/05 12:37:58 ferdy Exp $
+
+ 05 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org> most-4.9.5.ebuild,
+ most-4.10.2.ebuild:
+ marked ~alpha, wrt bug #97609. Fix header date on most-4.9.2.ebuild
28 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> most-4.9.5.ebuild,
most-4.10.2.ebuild:
diff --git a/sys-apps/most/most-4.10.2.ebuild b/sys-apps/most/most-4.10.2.ebuild
index 04be235e6a7a..198d0b853c40 100644
--- a/sys-apps/most/most-4.10.2.ebuild
+++ b/sys-apps/most/most-4.10.2.ebuild
@@ -1,6 +1,6 @@
# 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.2 2005/07/28 17:21:34 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2.ebuild,v 1.3 2005/08/05 12:37:58 ferdy Exp $
inherit gnuconfig
@@ -14,7 +14,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="~amd64 ~mips ~ppc ~ppc-macos ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~sparc ~x86"
DEPEND=">=sys-libs/slang-1.4.2
>=sys-libs/ncurses-5.2-r2"
@@ -52,6 +52,9 @@ src_install() {
# This should also be the case of ppc-macos
objsdir=ppcobjs
;;
+ alpha)
+ objsdir=alphaobjs
+ ;;
esac
dobin src/${objsdir:-objs}/most || die "Couldn't install binary"
diff --git a/sys-apps/most/most-4.9.2.ebuild b/sys-apps/most/most-4.9.2.ebuild
index 1757daf50a85..10213e40af38 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-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.2.ebuild,v 1.17 2004/07/15 02:00:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.18 2005/08/05 12:37:58 ferdy Exp $
DESCRIPTION="An extremely excellent text file reader"
HOMEPAGE="http://freshmeat.net/projects/most/"
diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild
index f128a2201be9..fef00c84b74f 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-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.7 2005/07/28 17:21:34 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.8 2005/08/05 12:37:58 ferdy Exp $
inherit gnuconfig
@@ -14,7 +14,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 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~mips ppc ~ppc-macos ~sparc ~x86"
DEPEND=">=sys-libs/slang-1.4.2
>=sys-libs/ncurses-5.2-r2"
@@ -52,6 +52,9 @@ src_install() {
# This should also be the case of ppc-macos
objsdir=ppcobjs
;;
+ alpha)
+ objsdir=alphaobjs
+ ;;
esac
dobin src/${objsdir:-objs}/most || die "Couldn't install binary"