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 1SkUUX-00040h-QG for garchives@archives.gentoo.org; Fri, 29 Jun 2012 06:15:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A33E0630; Fri, 29 Jun 2012 06:14:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ACCF4E0630 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 17B331B40B7 for ; Fri, 29 Jun 2012 06:14:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 636CEE5442 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: <1340868850.4f95535539de655937256e183d5e5f35be27368a.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-cpp/ X-VCS-Repository: dev/dev-zero X-VCS-Files: app-vim/lh-cpp/Manifest app-vim/lh-cpp/lh-cpp-scm.ebuild X-VCS-Directories: app-vim/lh-cpp/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 4f95535539de655937256e183d5e5f35be27368a 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: a641ee69-4d71-4641-9f14-0863b42dd854 X-Archives-Hash: 9e3042490b37cb0617980774c6b1eb56 commit: 4f95535539de655937256e183d5e5f35be27368a Author: Tiziano M=C3=BCller dev-zero ch> AuthorDate: Thu Jun 28 07:34:10 2012 +0000 Commit: Tiziano M=C3=BCller gentoo org> CommitDate: Thu Jun 28 07:34:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/dev-zero.git;a= =3Dcommit;h=3D4f955355 initial commit --- app-vim/lh-cpp/Manifest | 1 + app-vim/lh-cpp/lh-cpp-scm.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/app-vim/lh-cpp/Manifest b/app-vim/lh-cpp/Manifest new file mode 100644 index 0000000..735d129 --- /dev/null +++ b/app-vim/lh-cpp/Manifest @@ -0,0 +1 @@ +EBUILD lh-cpp-scm.ebuild 540 RMD160 a027c78fc407f7ae5b2551b7c09eff703bab= 8887 SHA1 ef36504e123787b4e258faec1a988f22878425f8 SHA256 b67d0e7fa9ce5b8= 6faa287a71c24679dc4bff497cebef934060c89f82439dd48 diff --git a/app-vim/lh-cpp/lh-cpp-scm.ebuild b/app-vim/lh-cpp/lh-cpp-scm= .ebuild new file mode 100644 index 0000000..953c7d5 --- /dev/null +++ b/app-vim/lh-cpp/lh-cpp-scm.ebuild @@ -0,0 +1,27 @@ +# 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: C&C++ ftplugins suite" +HOMEPAGE=3D"http://code.google.com/p/lh-vim/" +SRC_URI=3D"" +ESVN_REPO_URI=3D"http://lh-vim.googlecode.com/svn/cpp/trunk" + +LICENSE=3D"GPL-3" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +VIM_PLUGIN_HELPFILES=3D"lh-cpp-readme" + +RDEPEND=3D"app-vim/lh-vim-lib + app-vim/lh-dev + app-vim/lh-mu-template" + +src_prepare() { + rm -r mkVba tests +}