diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-16 03:07:04 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-16 03:07:04 +0000 |
commit | 6b1f975ca51b67194d32eef29cab0d76052020cd (patch) | |
tree | 061885fa1cc80802847ef85ae5de50ccd9de261b /app-shells | |
parent | added ppc keywords (diff) | |
download | historical-6b1f975ca51b67194d32eef29cab0d76052020cd.tar.gz historical-6b1f975ca51b67194d32eef29cab0d76052020cd.tar.bz2 historical-6b1f975ca51b67194d32eef29cab0d76052020cd.zip |
Added KEYWORDS
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/sash/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r3.ebuild | 4 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r4.ebuild | 4 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r5.ebuild | 3 |
4 files changed, 12 insertions, 5 deletions
diff --git a/app-shells/sash/ChangeLog b/app-shells/sash/ChangeLog index 32be35f44345..3c4ae5d6ee5a 100644 --- a/app-shells/sash/ChangeLog +++ b/app-shells/sash/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-shells/sash # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.3 2002/03/14 21:17:14 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.4 2002/07/16 03:07:04 owen Exp $ *sash-3.4-r5 (14 Mar 2002) + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + + Added KEYWORDS. + 14 Mar 2002; Bruce A. Locke <blocke@shivan.org> sash-3.4-r5.ebuild: bump up zlib dep from 1.1.3 to 1.1.4 diff --git a/app-shells/sash/sash-3.4-r3.ebuild b/app-shells/sash/sash-3.4-r3.ebuild index cad7f616ca3b..898006e59d29 100644 --- a/app-shells/sash/sash-3.4-r3.ebuild +++ b/app-shells/sash/sash-3.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.6 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.7 2002/07/16 03:07:04 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small UNIX Shell with readline suppport" @@ -16,6 +16,8 @@ fi HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" +KEYWORDS="x86 ppc" + src_unpack() { unpack ${P}.tar.gz cd ${S} diff --git a/app-shells/sash/sash-3.4-r4.ebuild b/app-shells/sash/sash-3.4-r4.ebuild index ae2efdd33030..801886e6b5d6 100644 --- a/app-shells/sash/sash-3.4-r4.ebuild +++ b/app-shells/sash/sash-3.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.3 2002/07/16 03:07:04 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small static UNIX Shell with readline suppport" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" RDEPEND="" - +KEYWORDS="x86 ppc" src_unpack() { unpack ${P}.tar.gz cd ${S} diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild index 1f539eecdd9b..4b99385145fe 100644 --- a/app-shells/sash/sash-3.4-r5.ebuild +++ b/app-shells/sash/sash-3.4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.3 2002/07/16 03:07:04 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small static UNIX Shell with readline suppport" @@ -13,6 +13,7 @@ DEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" RDEPEND="" +KEYWORDS="x86 ppc" src_unpack() { unpack ${P}.tar.gz |