diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-19 21:30:12 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-19 21:30:12 +0000 |
commit | 22e8b2809c419f7f02872859e48b67d02172041f (patch) | |
tree | 001da0f88057f5126b852577bb9c67b2c7380125 /app-emulation | |
parent | new release (diff) | |
download | historical-22e8b2809c419f7f02872859e48b67d02172041f.tar.gz historical-22e8b2809c419f7f02872859e48b67d02172041f.tar.bz2 historical-22e8b2809c419f7f02872859e48b67d02172041f.zip |
x86 stable.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spim/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/spim/Manifest | 20 | ||||
-rw-r--r-- | app-emulation/spim/spim-7.0.ebuild | 4 |
3 files changed, 21 insertions, 8 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog index c86766f699b3..a7d5f0e76d75 100644 --- a/app-emulation/spim/ChangeLog +++ b/app-emulation/spim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/spim # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.12 2004/09/05 23:31:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.13 2004/12/19 21:30:12 kloeri Exp $ + + 19 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> spim-7.0.ebuild: + x86 stable. 06 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> spim-7.0.ebuild: Oops, fix wrong src_uri. diff --git a/app-emulation/spim/Manifest b/app-emulation/spim/Manifest index aca4d7d04901..72808f9fb0ea 100644 --- a/app-emulation/spim/Manifest +++ b/app-emulation/spim/Manifest @@ -1,8 +1,18 @@ -MD5 3457e5582e14f863fe0b45652079c74d ChangeLog 1661 -MD5 61bd06678ab1e9df4ac12a33763643e0 spim-6.5-r1.ebuild 1329 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5115fec7f89c8809e9b8ca85851d8378 spim-7.0.ebuild 1381 +MD5 73d40f3042d9dff2d6c0e019efe126d0 ChangeLog 1746 MD5 7ef309c7fc5faed7e9bc4d773ae76212 spim-6.5.ebuild 1327 -MD5 804bd201550dce6c07df8b31d53ccbcf spim-7.0.ebuild 1385 -MD5 d71d66b98121e4e42ca59fa94310ed1e files/6.5-parser.patch 266 +MD5 61bd06678ab1e9df4ac12a33763643e0 spim-6.5-r1.ebuild 1329 MD5 3962179c22e4349945b01edbadfac9a5 files/digest-spim-6.5 60 -MD5 3962179c22e4349945b01edbadfac9a5 files/digest-spim-6.5-r1 60 MD5 e2af6a0e5ca4267cfad9f1bf5e954655 files/digest-spim-7.0 60 +MD5 3962179c22e4349945b01edbadfac9a5 files/digest-spim-6.5-r1 60 +MD5 d71d66b98121e4e42ca59fa94310ed1e files/6.5-parser.patch 266 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBxfMFugEuf3OQ0akRAr7oAJ92yo6HrWVwTwbOI9eyB6ZyKUJ3TQCfWsiB +OO1bz0VuIzk5PKoXqKEFSHI= +=zYUo +-----END PGP SIGNATURE----- diff --git a/app-emulation/spim/spim-7.0.ebuild b/app-emulation/spim/spim-7.0.ebuild index 1cbe2f4ddafc..27d65cb48295 100644 --- a/app-emulation/spim/spim-7.0.ebuild +++ b/app-emulation/spim/spim-7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.0.ebuild,v 1.3 2004/09/07 09:07:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.0.ebuild,v 1.4 2004/12/19 21:30:12 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cs.wisc.edu/~larus/spim.html" #SRC_URI="http://www.cs.wisc.edu/~larus/SPIM/spim.tar.gz" SRC_URI="mirror://gentoo//${P}.tar.gz" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" LICENSE="as-is" SLOT="0" IUSE="X" |