From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2959F1382C5 for ; Fri, 7 May 2021 23:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 605D0E0817; Fri, 7 May 2021 23:32:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1110FE0817 for ; Fri, 7 May 2021 23:32:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3402D335D32 for ; Fri, 7 May 2021 23:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A331459C for ; Fri, 7 May 2021 23:31:58 +0000 (UTC) From: "Marco Sirabella" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Sirabella" Message-ID: <1620430012.141950d29cf27149dfa646025c4fd4e8eac85f8b.marco@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vim-nix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/vim-nix/metadata.xml app-vim/vim-nix/vim-nix-9999.ebuild X-VCS-Directories: app-vim/vim-nix/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Sirabella X-VCS-Revision: 141950d29cf27149dfa646025c4fd4e8eac85f8b X-VCS-Branch: dev Date: Fri, 7 May 2021 23:31:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02956df8-4863-449d-8467-d818104dbef0 X-Archives-Hash: db41d973bf9da736744b94d4c24320cc commit: 141950d29cf27149dfa646025c4fd4e8eac85f8b Author: Marco Sirabella sirabella org> AuthorDate: Fri May 7 23:26:52 2021 +0000 Commit: Marco Sirabella sirabella org> CommitDate: Fri May 7 23:26:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=141950d2 app-vim/vim-nix: Add new package Signed-off-by: Marco Sirabella sirabella.org> app-vim/vim-nix/metadata.xml | 12 ++++++++++++ app-vim/vim-nix/vim-nix-9999.ebuild | 14 ++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app-vim/vim-nix/metadata.xml b/app-vim/vim-nix/metadata.xml new file mode 100644 index 000000000..a9f735192 --- /dev/null +++ b/app-vim/vim-nix/metadata.xml @@ -0,0 +1,12 @@ + + + + + marco@sirabella.org + Marco Sirabella + + + LnL7/vim-nix + https://github.com/LnL7/vim-nix/issues + + diff --git a/app-vim/vim-nix/vim-nix-9999.ebuild b/app-vim/vim-nix/vim-nix-9999.ebuild new file mode 100644 index 000000000..c8ffe5e8c --- /dev/null +++ b/app-vim/vim-nix/vim-nix-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 vim-plugin + +DESCRIPTION="vim plugin: Vim configuration files for Nix" +HOMEPAGE="https://github.com/LnL7/vim-nix" +EGIT_REPO_URI="https://github.com/LnL7/vim-nix.git" +LICENSE="MIT" +KEYWORDS="" + +VIM_PLUGIN_MESSAGES="filetype"