diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-08-16 19:22:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-08-16 19:22:29 +0000 |
commit | 5fed6eb344fbdcfcf2eb92b93439c0594337a493 (patch) | |
tree | 7ed869fcba9d15c91c85625c27cc44fba9cf1934 /app-emulation | |
parent | Stable on sparc (diff) | |
download | historical-5fed6eb344fbdcfcf2eb92b93439c0594337a493.tar.gz historical-5fed6eb344fbdcfcf2eb92b93439c0594337a493.tar.bz2 historical-5fed6eb344fbdcfcf2eb92b93439c0594337a493.zip |
~amd64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spim/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/spim/Manifest | 12 | ||||
-rw-r--r-- | app-emulation/spim/spim-7.0.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog index 50a7820c364f..e119619e8b65 100644 --- a/app-emulation/spim/ChangeLog +++ b/app-emulation/spim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/spim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.23 2005/07/24 22:03:32 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.24 2005/08/16 19:22:29 blubb Exp $ + + 16 Aug 2005; Simon Stelling <blubb@gentoo.org> spim-7.0.ebuild: + added ~amd64 keyword *spim-7.1 (24 Jul 2005) diff --git a/app-emulation/spim/Manifest b/app-emulation/spim/Manifest index 362ebc247792..2d3e943525e9 100644 --- a/app-emulation/spim/Manifest +++ b/app-emulation/spim/Manifest @@ -1,12 +1,12 @@ -MD5 c6358f7020eb93f97580e33e2a7f2856 spim-7.0.ebuild 1460 -MD5 143d981e1c05b3988326914f6e2b727b spim-6.5-r1.ebuild 1419 +MD5 d290b92974b63965b4a68090817ed708 ChangeLog 2928 +MD5 7dca977e1d2c853ebf467bfc2975d89b spim-7.0.ebuild 1459 MD5 6e8154a94824dd6c90fe45df17b30ac9 spim-7.1.ebuild 1372 -MD5 4a5f997b7a8752d5e582b3f0b24ee545 ChangeLog 2841 MD5 f180f948f41e347de9ebca387391018e metadata.xml 476 -MD5 687579cae8dc43834d01a92be664c826 files/spim-6.5-font.patch 362 +MD5 143d981e1c05b3988326914f6e2b727b spim-6.5-r1.ebuild 1419 MD5 d71d66b98121e4e42ca59fa94310ed1e files/6.5-parser.patch 266 MD5 3962179c22e4349945b01edbadfac9a5 files/digest-spim-6.5-r1 60 -MD5 d07cf1bbff97319734f9f85a3395ffa8 files/spim-7.0-font.patch 441 -MD5 df8dcbb83771ccb4cccb7006b9a9d1ff files/spim-7.1-font.patch 436 MD5 e2af6a0e5ca4267cfad9f1bf5e954655 files/digest-spim-7.0 60 +MD5 687579cae8dc43834d01a92be664c826 files/spim-6.5-font.patch 362 +MD5 d07cf1bbff97319734f9f85a3395ffa8 files/spim-7.0-font.patch 441 MD5 1e56da59f31f01ba293a6c05cc257a5a files/digest-spim-7.1 60 +MD5 df8dcbb83771ccb4cccb7006b9a9d1ff files/spim-7.1-font.patch 436 diff --git a/app-emulation/spim/spim-7.0.ebuild b/app-emulation/spim/spim-7.0.ebuild index e094c57d15bc..f0209f488222 100644 --- a/app-emulation/spim/spim-7.0.ebuild +++ b/app-emulation/spim/spim-7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.10 2005/04/24 11:14:15 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.0.ebuild,v 1.11 2005/08/16 19:22:29 blubb 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 ppc-macos" +KEYWORDS="~amd64 ppc ppc-macos x86" LICENSE="as-is" SLOT="0" IUSE="X" |