diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-09-02 09:42:12 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-09-02 09:42:12 +0000 |
commit | bbcc608cd07d77067e76458e45852c4ea2faf8bd (patch) | |
tree | 7adbeb37703e6cf2f4ea72d6041af71059ac1ad3 /net-misc | |
parent | version bump (diff) | |
download | historical-bbcc608cd07d77067e76458e45852c4ea2faf8bd.tar.gz historical-bbcc608cd07d77067e76458e45852c4ea2faf8bd.tar.bz2 historical-bbcc608cd07d77067e76458e45852c4ea2faf8bd.zip |
Marked as stable
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nxssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/nxssh/Manifest | 4 | ||||
-rw-r--r-- | net-misc/nxssh/nxssh-1.2.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/nxssh/ChangeLog b/net-misc/nxssh/ChangeLog index c4c7fa137883..d746a5c4c457 100644 --- a/net-misc/nxssh/ChangeLog +++ b/net-misc/nxssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/nxssh # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.1 2003/08/27 03:07:02 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/ChangeLog,v 1.2 2003/09/02 09:42:01 stuart Exp $ + + 02 Sep 2003; stuart nxssh-1.2.2.ebuild: + Marked as stable, to support the release of the nxserver ebuilds *nxssh-1.2.2 (27 Aug 2003) diff --git a/net-misc/nxssh/Manifest b/net-misc/nxssh/Manifest index fb42119c7f91..57f97dd15fde 100644 --- a/net-misc/nxssh/Manifest +++ b/net-misc/nxssh/Manifest @@ -1,3 +1,3 @@ -MD5 5d682fff9a53bb50df38069ed4166525 nxssh-1.2.2.ebuild 1343 -MD5 b34343b53861d0084fb3082a0f16b200 ChangeLog 298 +MD5 2efca95cb96408fa104941c779481fbf nxssh-1.2.2.ebuild 1367 +MD5 7336ca8fe49914ae0313728bf18ad9cd ChangeLog 408 MD5 f6305e9a9358e4b8a76fc81c45775fce files/digest-nxssh-1.2.2 65 diff --git a/net-misc/nxssh/nxssh-1.2.2.ebuild b/net-misc/nxssh/nxssh-1.2.2.ebuild index a131d7a3d1ca..18663e6d18a8 100644 --- a/net-misc/nxssh/nxssh-1.2.2.ebuild +++ b/net-misc/nxssh/nxssh-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.2.2.ebuild,v 1.1 2003/08/27 03:07:02 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.2.2.ebuild,v 1.2 2003/09/02 09:42:01 stuart Exp $ MY_P="${P}-5" DESCRIPTION="Modified openssh client, used by nxclient" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.nomachine.com/" SRC_URI="http://www.nomachine.com/download/nxsources/nxssh/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 -ppc -sparc -mips -alpha" DEPEND="" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: #RDEPEND="" |