diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-30 01:06:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-30 01:06:52 +0000 |
commit | a78330d8dec059f75c15b4a6ed36afadfaec406e (patch) | |
tree | 4bede17a6b921ff2d2fcee67c098452c5fa95a3a /app-shells/localshell | |
parent | Version bump. (diff) | |
download | historical-a78330d8dec059f75c15b4a6ed36afadfaec406e.tar.gz historical-a78330d8dec059f75c15b4a6ed36afadfaec406e.tar.bz2 historical-a78330d8dec059f75c15b4a6ed36afadfaec406e.zip |
Stable on x86, also add ~amd64.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-shells/localshell')
-rw-r--r-- | app-shells/localshell/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/localshell/Manifest | 4 | ||||
-rw-r--r-- | app-shells/localshell/localshell-1.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/localshell/ChangeLog b/app-shells/localshell/ChangeLog index 8844b00bb255..8f77c66c3822 100644 --- a/app-shells/localshell/ChangeLog +++ b/app-shells/localshell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/localshell # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.3 2005/07/18 21:24:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/ChangeLog,v 1.4 2005/08/30 01:06:52 robbat2 Exp $ + + 30 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> localshell-1.2.ebuild: + Stable on x86, also add ~amd64. 18 Jul 2005; David Holm <dholm@gentoo.org> localshell-1.1.ebuild: Added to ~ppc. diff --git a/app-shells/localshell/Manifest b/app-shells/localshell/Manifest index ebf7034ba4cd..1f057016b775 100644 --- a/app-shells/localshell/Manifest +++ b/app-shells/localshell/Manifest @@ -1,6 +1,6 @@ MD5 ac5ec8314289631741f18801f99c5729 localshell-1.1.ebuild 888 -MD5 249e9764a8fbd166b8dfb633881c03b2 ChangeLog 643 -MD5 a6c7d7d6e72bb3f1d8e6dc31a715242e localshell-1.2.ebuild 890 +MD5 7644c60505ba2b968f1cfac489f9b9a5 ChangeLog 754 +MD5 4325ea8288c958d15849e4f9e49d9365 localshell-1.2.ebuild 896 MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223 MD5 3713f4e17225c9144a731ebb5d8075d2 files/digest-localshell-1.1 66 MD5 aa59b76b25d685845e26819e2ecacf44 files/digest-localshell-1.2 66 diff --git a/app-shells/localshell/localshell-1.2.ebuild b/app-shells/localshell/localshell-1.2.ebuild index 8a0599a47320..ca88d6d30178 100644 --- a/app-shells/localshell/localshell-1.2.ebuild +++ b/app-shells/localshell/localshell-1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.1 2005/07/18 21:24:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/localshell/localshell-1.2.ebuild,v 1.2 2005/08/30 01:06:52 robbat2 Exp $ DESCRIPTION="Localshell allows per-user/group local control of shell execution." HOMEPAGE="http://research.iat.sfu.ca/custom-software/localshell/" SRC_URI="${HOMEPAGE}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/libc" #RDEPEND="" |