diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-29 15:46:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-29 15:46:58 +0000 |
commit | 969eff3c2aabf1c7bb783a08d6a45d2f21cef551 (patch) | |
tree | e2f7bd871cdf196f2782fe3c9b00d369a844a6f6 /app-vim | |
parent | Marked ppc (diff) | |
download | historical-969eff3c2aabf1c7bb783a08d6a45d2f21cef551.tar.gz historical-969eff3c2aabf1c7bb783a08d6a45d2f21cef551.tar.bz2 historical-969eff3c2aabf1c7bb783a08d6a45d2f21cef551.zip |
drop sparc and mips keywords until they're keyworded in new vim/gvim ebuilds (per ciaranm)
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-spell-en/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vim-spell-en/Manifest | 22 | ||||
-rw-r--r-- | app-vim/vim-spell-en/vim-spell-en-20060123.ebuild | 4 |
3 files changed, 18 insertions, 15 deletions
diff --git a/app-vim/vim-spell-en/ChangeLog b/app-vim/vim-spell-en/ChangeLog index 4c575b9d82d0..3d52b75cb306 100644 --- a/app-vim/vim-spell-en/ChangeLog +++ b/app-vim/vim-spell-en/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/vim-spell-en # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/ChangeLog,v 1.5 2006/01/23 21:42:26 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/ChangeLog,v 1.6 2006/03/29 15:46:58 mr_bones_ Exp $ + + 29 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> + vim-spell-en-20060123.ebuild: + drop sparc and mips keywords until they're keyworded in new vim/gvim ebuilds + (per ciaranm) 23 Jan 2006; Ciaran McCreesh <ciaranm@gentoo.org> -vim-spell-en-20050928.ebuild: diff --git a/app-vim/vim-spell-en/Manifest b/app-vim/vim-spell-en/Manifest index 7b10c72199e7..0f5ccec2a240 100644 --- a/app-vim/vim-spell-en/Manifest +++ b/app-vim/vim-spell-en/Manifest @@ -1,14 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 12d18da4db8381f839e1479171c79131 ChangeLog 807 +MD5 92ee93418dbb3681cd64a7f15d7156ec ChangeLog 992 +RMD160 69519b9fdc92144ddfb138375d0ddc9d0948b761 ChangeLog 992 +SHA256 7102fc8b8bcb63b82cbf3dd054c0d82e01e65a017db9e715b73f697fe88ea5b0 ChangeLog 992 MD5 8a5809f6f14a9e3ae5cde458c977b138 files/digest-vim-spell-en-20060123 75 +RMD160 2cee03601e030ad8973a87cf920db6eae2c07277 files/digest-vim-spell-en-20060123 75 +SHA256 9cfb953784b7f97ffa087fa187cba1c851c07e63d780636aa4c2a6bb78a84598 files/digest-vim-spell-en-20060123 75 MD5 ae028629eaa57378a38a5e4b6b5e61ba metadata.xml 396 -MD5 22cd7d271f05c69f53d3c5e58eba9f07 vim-spell-en-20060123.ebuild 364 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFD1U3MLLFUmVNQ7rkRAiRlAKCTEwESR9TFFMc42smBhLHGQgYyKQCfSYUP -1L0Y5JJje1JQqkJ9kzLnViE= -=Dy0y ------END PGP SIGNATURE----- +RMD160 69e2575471575835d6bcd38b6d71ad238057629b metadata.xml 396 +SHA256 2709b7c0fd23e36a17841bd31829d45359a47a37438d1e92ada722d8b6e1d383 metadata.xml 396 +MD5 ce0c6e68a097bbf2afd1dc7a993e06df vim-spell-en-20060123.ebuild 353 +RMD160 c8446fe6a87c5918e0165d82c1b6cb7a0a25c835 vim-spell-en-20060123.ebuild 353 +SHA256 2cd7c586d32eb4ae83449f79b0d2438bcfd84a774cc5564ecc62d03c059b2be2 vim-spell-en-20060123.ebuild 353 diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild index 3931b0b70ec8..8bda9dbe9f68 100644 --- a/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild +++ b/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild,v 1.1 2006/01/23 21:37:49 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-spell-en/vim-spell-en-20060123.ebuild,v 1.2 2006/03/29 15:46:58 mr_bones_ Exp $ VIM_SPELL_LANGUAGE="English" inherit vim-spell LICENSE="BSD LGPL-2.1 public-domain" -KEYWORDS="~amd64 ~sparc ~mips ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" |