From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SkUUw-00044d-At for garchives@archives.gentoo.org; Fri, 29 Jun 2012 06:16:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EFEEE0540; Fri, 29 Jun 2012 06:14:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 39C45E07D5 for ; Fri, 29 Jun 2012 06:14:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 989EC1B40BA for ; Fri, 29 Jun 2012 06:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BF572E5446 for ; Fri, 29 Jun 2012 06:14:39 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1340872719.a9de16eaf16d580ec41c3f4505f74e30cb63d5c2.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-plugin-local_vimrc/ X-VCS-Repository: dev/dev-zero X-VCS-Files: app-vim/lh-plugin-local_vimrc/Manifest app-vim/lh-plugin-local_vimrc/lh-plugin-local_vimrc-scm.ebuild X-VCS-Directories: app-vim/lh-plugin-local_vimrc/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: a9de16eaf16d580ec41c3f4505f74e30cb63d5c2 X-VCS-Branch: master Date: Fri, 29 Jun 2012 06:14:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b87ac1cb-2795-4e30-850d-2ab715a3e4da X-Archives-Hash: 53ae2db122b0cd64f60fe1b755d1ed7e commit: a9de16eaf16d580ec41c3f4505f74e30cb63d5c2 Author: Tiziano M=C3=BCller dev-zero ch> AuthorDate: Thu Jun 28 08:38:39 2012 +0000 Commit: Tiziano M=C3=BCller gentoo org> CommitDate: Thu Jun 28 08:38:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dev-zero.git;a= =3Dcommit;h=3Da9de16ea initial commit --- app-vim/lh-plugin-local_vimrc/Manifest | 1 + .../lh-plugin-local_vimrc-scm.ebuild | 24 ++++++++++++++= ++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/app-vim/lh-plugin-local_vimrc/Manifest b/app-vim/lh-plugin-l= ocal_vimrc/Manifest new file mode 100644 index 0000000..a51793f --- /dev/null +++ b/app-vim/lh-plugin-local_vimrc/Manifest @@ -0,0 +1 @@ +EBUILD lh-plugin-local_vimrc-scm.ebuild 555 RMD160 ad52e9eee171e01459156= 70cd19fee08db1c3176 SHA1 5c46f5e924c9a5fa7b72f82e19d34d704bd7546e SHA256 = f80fa3fa46ade5234c646a0a4a8cb2a30708a6de5179be2582c0a36dcfcce2ee diff --git a/app-vim/lh-plugin-local_vimrc/lh-plugin-local_vimrc-scm.ebui= ld b/app-vim/lh-plugin-local_vimrc/lh-plugin-local_vimrc-scm.ebuild new file mode 100644 index 0000000..52de122 --- /dev/null +++ b/app-vim/lh-plugin-local_vimrc/lh-plugin-local_vimrc-scm.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +VIM_PLUGIN_VIM_VERSION=3D"7.0" +inherit subversion vim-plugin + +DESCRIPTION=3D"vim plugin: Search for a _vimrc_local.vim file in the par= ents directories" +HOMEPAGE=3D"http://code.google.com/p/lh-vim/" +SRC_URI=3D"" +ESVN_REPO_URI=3D"http://lh-vim.googlecode.com/svn/misc/trunk" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +RDEPEND=3D"app-vim/lh-vim-lib" + +src_install() { + insinto /usr/share/vim/vimfiles/plugin + doins plugin/local_vimrc.vim=20 +}