diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:41:28 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:41:28 +0000 |
commit | 2dd4b5625c2603ae7491666a3323bf942f8135d1 (patch) | |
tree | 9136a32f3f33a60e2729c2131e9a9a43697c5dd6 /dev-util | |
parent | Stable on hppa (diff) | |
download | gentoo-2-2dd4b5625c2603ae7491666a3323bf942f8135d1.tar.gz gentoo-2-2dd4b5625c2603ae7491666a3323bf942f8135d1.tar.bz2 gentoo-2-2dd4b5625c2603ae7491666a3323bf942f8135d1.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/shc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/shc/shc-3.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index b4c9e2469dd3..eba9d950bbe8 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/shc -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.9 2004/12/31 02:01:22 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.10 2005/08/07 13:41:28 hansmi Exp $ + + 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> shc-3.6.ebuild: + Stable on ppc. 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-util/shc/shc-3.6.ebuild b/dev-util/shc/shc-3.6.ebuild index e84bc2498c12..a5072bea1e9d 100644 --- a/dev-util/shc/shc-3.6.ebuild +++ b/dev-util/shc/shc-3.6.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/dev-util/shc/shc-3.6.ebuild,v 1.7 2004/07/15 00:08:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.8 2005/08/07 13:41:28 hansmi Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" @@ -8,7 +8,7 @@ SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="~alpha ppc ~sparc x86" IUSE="" DEPEND="virtual/libc" |