diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-12-09 17:01:32 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-12-09 17:01:32 +0000 |
commit | 3f14b896e90f26379f2d2cd24d8a8d1fee208aa0 (patch) | |
tree | f58f8196c6f5abe7174e96f4d1d43810e35a7e3e /app-vim | |
parent | stable on amd64 wrt bug 114428 (diff) | |
download | historical-3f14b896e90f26379f2d2cd24d8a8d1fee208aa0.tar.gz historical-3f14b896e90f26379f2d2cd24d8a8d1fee208aa0.tar.bz2 historical-3f14b896e90f26379f2d2cd24d8a8d1fee208aa0.zip |
Marked ~amd64
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/detectindent/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/detectindent/Manifest | 14 | ||||
-rw-r--r-- | app-vim/detectindent/detectindent-1.0.ebuild | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/app-vim/detectindent/ChangeLog b/app-vim/detectindent/ChangeLog index 70e4878a1aaa..74e9bed4e3b1 100644 --- a/app-vim/detectindent/ChangeLog +++ b/app-vim/detectindent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/detectindent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.3 2005/09/07 02:04:30 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.4 2005/12/09 17:01:32 dang Exp $ + + 09 Dec 2005; <dang@gentoo.org> detectindent-1.0.ebuild: + Marked ~amd64 07 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> detectindent-1.0.ebuild: x86 sparc mips stable diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest index 8b99296514a3..de2467185f5a 100644 --- a/app-vim/detectindent/Manifest +++ b/app-vim/detectindent/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 05557efb3199144bf78d95cbfd7415a3 detectindent-1.0.ebuild 481 -MD5 0e6b5de5471bf247843acbdd463a18a3 metadata.xml 401 -MD5 33f3325fd7056134a9f670c2b2301c20 ChangeLog 559 +MD5 d1e245039465da193b814717479eb6d1 ChangeLog 631 +MD5 4a5a7829ad13f883cd0aee1e6f167c2d detectindent-1.0.ebuild 485 MD5 369eb775d86d8c99a5840e2cc0a61a4a files/digest-detectindent-1.0 67 +MD5 0e6b5de5471bf247843acbdd463a18a3 metadata.xml 401 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) -iD8DBQFDHksYLLFUmVNQ7rkRAgAWAJ0eS0U33KTJN5hJWeLxAxh6DnBDNQCfSbMz -oZVAjIGgQXn6sjxQiQVDIx8= -=/oWx +iD8DBQFDmbhuomPajV0RnrERAmnsAJ42WIQNZJSiXAvZdRRrDGCIfRvjuQCfQ/N4 +zX9bqTQT4dtsB1rMnaMDf1U= +=N+jT -----END PGP SIGNATURE----- diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild index f632616c685d..bbb67966354f 100644 --- a/app-vim/detectindent/detectindent-1.0.ebuild +++ b/app-vim/detectindent/detectindent-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.3 2005/09/07 02:04:30 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.4 2005/12/09 17:01:32 dang Exp $ inherit vim-plugin DESCRIPTION="vim plugin: automatically detect file indent settings" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1171" LICENSE="vim" -KEYWORDS="~hppa mips ~ppc sparc x86" +KEYWORDS="~amd64 ~hppa mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="detectindent.txt" |