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 1SkUUa-000414-SM for garchives@archives.gentoo.org; Fri, 29 Jun 2012 06:15:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B95D2E07D0; Fri, 29 Jun 2012 06:14:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8C967E0478 for ; Fri, 29 Jun 2012 06:14:42 +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 F0E901B40B4 for ; Fri, 29 Jun 2012 06:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0B7B4E543E 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: <1340868213.a894ddbf219fb5739f574f85545a07e4d7cb1fbd.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-dev/ X-VCS-Repository: dev/dev-zero X-VCS-Files: app-vim/lh-dev/Manifest app-vim/lh-dev/lh-dev-scm.ebuild X-VCS-Directories: app-vim/lh-dev/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: a894ddbf219fb5739f574f85545a07e4d7cb1fbd 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: 00c72c68-1328-4ecb-ae5b-6e9b40e0c6e2 X-Archives-Hash: 88616f69a710fccb54188e7561dfb23a commit: a894ddbf219fb5739f574f85545a07e4d7cb1fbd Author: Tiziano M=C3=BCller dev-zero ch> AuthorDate: Thu Jun 28 07:23:33 2012 +0000 Commit: Tiziano M=C3=BCller gentoo org> CommitDate: Thu Jun 28 07:23:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dev-zero.git;a= =3Dcommit;h=3Da894ddbf initial commit of lh-dev --- app-vim/lh-dev/Manifest | 1 + app-vim/lh-dev/lh-dev-scm.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/app-vim/lh-dev/Manifest b/app-vim/lh-dev/Manifest new file mode 100644 index 0000000..b30ff9a --- /dev/null +++ b/app-vim/lh-dev/Manifest @@ -0,0 +1 @@ +EBUILD lh-dev-scm.ebuild 524 RMD160 2b1f66c8347ff4dec00483df688f4317bb65= 44a2 SHA1 45a93b8d7e8fb405a883698990e5b1bcc4b90110 SHA256 9058569a0f54fa5= 156739948468177654bdcb89630fcba6ef8f79193ea31e880 diff --git a/app-vim/lh-dev/lh-dev-scm.ebuild b/app-vim/lh-dev/lh-dev-scm= .ebuild new file mode 100644 index 0000000..42650a4 --- /dev/null +++ b/app-vim/lh-dev/lh-dev-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/dev/trunk" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +VIM_PLUGIN_HELPFILES=3D"lh-dev" + +RDEPEND=3D"app-vim/lh-vim-lib" + +src_prepare() { + rm -r mkVba tests +}