diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-04 08:09:54 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-04 08:09:54 +0000 |
commit | 377e79fb7200b3f531b37b67c301dd72b31d15cb (patch) | |
tree | 603ec1b9b8a5ac9bf435d44ebc5cd43e1a2c0eec /dev-util/shc | |
parent | version bump - closes bug #51318 (diff) | |
download | historical-377e79fb7200b3f531b37b67c301dd72b31d15cb.tar.gz historical-377e79fb7200b3f531b37b67c301dd72b31d15cb.tar.bz2 historical-377e79fb7200b3f531b37b67c301dd72b31d15cb.zip |
Stable on alpha.
Diffstat (limited to 'dev-util/shc')
-rw-r--r-- | dev-util/shc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/shc/shc-3.4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/shc/shc-3.6.ebuild | 4 | ||||
-rw-r--r-- | dev-util/shc/shc-3.7.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index 068b3923c34c..9c00e34bfc1c 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/shc -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.5 2003/12/29 12:36:40 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.6 2004/06/04 08:06:07 kloeri Exp $ + + 04 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> shc-3.7.ebuild: + Stable on alpha. *shc-3.7 (29 Dec 2003) diff --git a/dev-util/shc/shc-3.4.ebuild b/dev-util/shc/shc-3.4.ebuild index 2d25d9f81351..017447de839a 100644 --- a/dev-util/shc/shc-3.4.ebuild +++ b/dev-util/shc/shc-3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.4.ebuild,v 1.4 2003/08/07 03:31:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.4.ebuild,v 1.5 2004/06/04 08:06:07 kloeri Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" diff --git a/dev-util/shc/shc-3.6.ebuild b/dev-util/shc/shc-3.6.ebuild index 4041e4175345..5abacb5ab651 100644 --- a/dev-util/shc/shc-3.6.ebuild +++ b/dev-util/shc/shc-3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2003/08/07 03:31:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.4 2004/06/04 08:06:07 kloeri Exp $ DESCRIPTION="A (shell-) script compiler/scrambler" HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" diff --git a/dev-util/shc/shc-3.7.ebuild b/dev-util/shc/shc-3.7.ebuild index c49c2b6947d5..67337f484af0 100644 --- a/dev-util/shc/shc-3.7.ebuild +++ b/dev-util/shc/shc-3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.1 2003/12/29 12:36:40 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.2 2004/06/04 08:06:07 kloeri 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="~x86 ~ppc ~sparc alpha" DEPEND="virtual/glibc" |