diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-01-24 17:10:18 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-01-24 17:10:18 +0000 |
commit | e7999fc4545fd7eccd614862c0f876bdc3c7722d (patch) | |
tree | a05c419959c4fca0e5934389a62f5a9072e72e69 /app-vim | |
parent | EU::MM bump (diff) | |
download | historical-e7999fc4545fd7eccd614862c0f876bdc3c7722d.tar.gz historical-e7999fc4545fd7eccd614862c0f876bdc3c7722d.tar.bz2 historical-e7999fc4545fd7eccd614862c0f876bdc3c7722d.zip |
marked stable on amd64
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/detectindent/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/detectindent/Manifest | 14 | ||||
-rw-r--r-- | app-vim/detectindent/detectindent-1.0.ebuild | 6 |
3 files changed, 10 insertions, 17 deletions
diff --git a/app-vim/detectindent/ChangeLog b/app-vim/detectindent/ChangeLog index 74e9bed4e3b1..a8bce07df8bf 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.4 2005/12/09 17:01:32 dang Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.5 2006/01/24 17:10:18 chutzpah Exp $ + + 24 Jan 2006; Patrick McLean <chutzpah@gentoo.org> detectindent-1.0.ebuild: + stable on amd64 09 Dec 2005; <dang@gentoo.org> detectindent-1.0.ebuild: Marked ~amd64 diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest index de2467185f5a..2c501ab78958 100644 --- a/app-vim/detectindent/Manifest +++ b/app-vim/detectindent/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 d1e245039465da193b814717479eb6d1 ChangeLog 631 -MD5 4a5a7829ad13f883cd0aee1e6f167c2d detectindent-1.0.ebuild 485 +MD5 4b22a2202f33b6df3179746afebc3d47 ChangeLog 731 +MD5 2e9894cbe4d9cc928ee21866818ee97b detectindent-1.0.ebuild 488 MD5 369eb775d86d8c99a5840e2cc0a61a4a files/digest-detectindent-1.0 67 MD5 0e6b5de5471bf247843acbdd463a18a3 metadata.xml 401 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) - -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 bbb67966354f..35b2a85ae1c1 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 +# Copyright 1999-2006 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.4 2005/12/09 17:01:32 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.5 2006/01/24 17:10:18 chutzpah 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="~amd64 ~hppa mips ~ppc sparc x86" +KEYWORDS="amd64 ~hppa mips ~ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="detectindent.txt" |