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 B63F3138330 for ; Wed, 21 Sep 2016 22:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDCA5E08B2; Wed, 21 Sep 2016 22:57:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EB4BE08B2 for ; Wed, 21 Sep 2016 22:57:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 773F1340A9C for ; Wed, 21 Sep 2016 22:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2399D2489 for ; Wed, 21 Sep 2016 22:57:46 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1474498649.3734ca0aed74e2638d1778a9c0d7983144e5473c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/csscomplete/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/csscomplete/Manifest app-vim/csscomplete/csscomplete-1.0.ebuild app-vim/csscomplete/metadata.xml X-VCS-Directories: app-vim/csscomplete/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3734ca0aed74e2638d1778a9c0d7983144e5473c X-VCS-Branch: master Date: Wed, 21 Sep 2016 22:57:46 +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-Archives-Salt: 29614022-6328-4972-a035-65de3dc520b2 X-Archives-Hash: 4eaec63bd05e636423c6afc2857c92f8 commit: 3734ca0aed74e2638d1778a9c0d7983144e5473c Author: Patrice Clement gentoo org> AuthorDate: Wed Sep 21 22:57:29 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Sep 21 22:57:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3734ca0a app-vim/csscomplete: add csscomplete to the tree. csscomplete is a CSS 3 omni complete function for vim. Package-Manager: portage-2.2.28 app-vim/csscomplete/Manifest | 1 + app-vim/csscomplete/csscomplete-1.0.ebuild | 21 +++++++++++++++++++++ app-vim/csscomplete/metadata.xml | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/app-vim/csscomplete/Manifest b/app-vim/csscomplete/Manifest new file mode 100644 index 00000000..c382799 --- /dev/null +++ b/app-vim/csscomplete/Manifest @@ -0,0 +1 @@ +DIST csscomplete-1.0.zip 18057 SHA256 e8a0b0356a986654d3d1acef11da99dd91f01c80f49ccd6f15b78a0c31735a55 SHA512 63b8b9a31d09ba6ce8195b524df5785cf5da73db7b487b68bba291fcfb62af0ea8e595f1aed73d657b8343775bacca056185dae9fc22d0dbcad1596653f94a81 WHIRLPOOL 7e3c19a05e0fbcc7e82be2b0cd44e71b7fc573468f54c701e49889cee2cb9101091aaeaf9481f1ce409a592dfd56185a84871ed62b26b63dca848be4cdbda3e9 diff --git a/app-vim/csscomplete/csscomplete-1.0.ebuild b/app-vim/csscomplete/csscomplete-1.0.ebuild new file mode 100644 index 00000000..387cd0b --- /dev/null +++ b/app-vim/csscomplete/csscomplete-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: CSS 3 omni complete function" +HOMEPAGE="https://github.com/othree/csscomplete.vim" +SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip" +LICENSE="vim.org" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${PN}.vim-${PV}" + +src_compile() { + rm -v config.mk || die +} diff --git a/app-vim/csscomplete/metadata.xml b/app-vim/csscomplete/metadata.xml new file mode 100644 index 00000000..6c8987e --- /dev/null +++ b/app-vim/csscomplete/metadata.xml @@ -0,0 +1,11 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + monsieurp@gentoo.org + +