diff options
author | David Holm <dholm@gentoo.org> | 2005-08-06 09:04:41 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-08-06 09:04:41 +0000 |
commit | 936bb6a2691d89e8cd3f72f1786ce29ab7af6bf7 (patch) | |
tree | 5b3aed7c016ddb3b30a9ece0ceab7e7352c72e24 /app-vim/detectindent | |
parent | remove old versions - fixes bug #61166. crypto herd to maintainers (diff) | |
download | historical-936bb6a2691d89e8cd3f72f1786ce29ab7af6bf7.tar.gz historical-936bb6a2691d89e8cd3f72f1786ce29ab7af6bf7.tar.bz2 historical-936bb6a2691d89e8cd3f72f1786ce29ab7af6bf7.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-vim/detectindent')
-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, 8 insertions, 15 deletions
diff --git a/app-vim/detectindent/ChangeLog b/app-vim/detectindent/ChangeLog index 908c6f6c0fee..a33a5d5b4ea6 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.1 2005/08/05 21:27:27 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/ChangeLog,v 1.2 2005/08/06 09:04:41 dholm Exp $ + + 06 Aug 2005; David Holm <dholm@gentoo.org> detectindent-1.0.ebuild: + Added to ~ppc. *detectindent-1.0 (05 Aug 2005) diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest index 17cc4ef9d956..315d32a51b3f 100644 --- a/app-vim/detectindent/Manifest +++ b/app-vim/detectindent/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f53ddd427883ffac522a4789542cad87 detectindent-1.0.ebuild 479 +MD5 ae0f792285df02e3daf666334e4d118a ChangeLog 455 +MD5 15bb5d6dbf1ea3c09727dec41a2e8e2f detectindent-1.0.ebuild 482 MD5 0e6b5de5471bf247843acbdd463a18a3 metadata.xml 401 -MD5 d0a25fe4e11c0cdd2519abfaef920706 ChangeLog 369 MD5 369eb775d86d8c99a5840e2cc0a61a4a files/digest-detectindent-1.0 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC89m8LLFUmVNQ7rkRAjMyAJ9tdXSPFbhDANzZVINZdD4UAOZV0QCgvZei -uUj7FKDIbZiX0F/txEr8sAA= -=wFsR ------END PGP SIGNATURE----- diff --git a/app-vim/detectindent/detectindent-1.0.ebuild b/app-vim/detectindent/detectindent-1.0.ebuild index bf3ebcb867bc..e18bc6efc201 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.1 2005/08/05 21:27:27 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/detectindent/detectindent-1.0.ebuild,v 1.2 2005/08/06 09:04:41 dholm 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="~x86 ~sparc ~mips ~hppa" +KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86" IUSE="" VIM_PLUGIN_HELPFILES="detectindent.txt" |