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 1SkUUm-00042e-Bv for garchives@archives.gentoo.org; Fri, 29 Jun 2012 06:15:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 650B9E0477; 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 3800CE056C 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 9075A1B40B4 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 EDABAE5448 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: <1340949135.651926c10df28f58da54fde43a19881ab090a453.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-system-tools/ X-VCS-Repository: dev/dev-zero X-VCS-Files: app-vim/lh-system-tools/Manifest app-vim/lh-system-tools/lh-system-tools-scm.ebuild X-VCS-Directories: app-vim/lh-system-tools/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 651926c10df28f58da54fde43a19881ab090a453 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: 740f7cd0-4795-4601-ba4c-8c5882cd1405 X-Archives-Hash: 8c5d9c43ad69a1c4166ab8037461f168 commit: 651926c10df28f58da54fde43a19881ab090a453 Author: Tiziano M=C3=BCller dev-zero ch> AuthorDate: Fri Jun 29 05:52:15 2012 +0000 Commit: Tiziano M=C3=BCller gentoo org> CommitDate: Fri Jun 29 05:52:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dev-zero.git;a= =3Dcommit;h=3D651926c1 initial commit --- app-vim/lh-system-tools/Manifest | 1 + app-vim/lh-system-tools/lh-system-tools-scm.ebuild | 25 ++++++++++++++= ++++++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/app-vim/lh-system-tools/Manifest b/app-vim/lh-system-tools/M= anifest new file mode 100644 index 0000000..b6318f7 --- /dev/null +++ b/app-vim/lh-system-tools/Manifest @@ -0,0 +1 @@ +EBUILD lh-system-tools-scm.ebuild 533 RMD160 32d7f9f5fe9ea747482c8e84d03= 5c6ca1bee2531 SHA1 9024b73752dfb22670e5cd0413514faeb589cf8e SHA256 1a644e= b5bbb87adb0ed7f295a3fb0502cbb9346615954c4eff76be5986f40a9b diff --git a/app-vim/lh-system-tools/lh-system-tools-scm.ebuild b/app-vim= /lh-system-tools/lh-system-tools-scm.ebuild new file mode 100644 index 0000000..1eb6dff --- /dev/null +++ b/app-vim/lh-system-tools/lh-system-tools-scm.ebuild @@ -0,0 +1,25 @@ +# 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: generic suite of functions for analysing sour= ce code" +HOMEPAGE=3D"http://code.google.com/p/lh-vim/" +SRC_URI=3D"" +ESVN_REPO_URI=3D"http://lh-vim.googlecode.com/svn/system-tools/trunk" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +VIM_PLUGIN_HELPFILES=3D"system_utils" + +RDEPEND=3D"app-vim/lh-vim-lib" + +src_prepare() { + rm -r mkVba +}