Skip to content

Commit

Permalink
app-vim/csscomplete: add csscomplete to the tree.
Browse files Browse the repository at this point in the history
csscomplete is a CSS 3 omni complete function for vim.

Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Sep 21, 2016
1 parent 12d5f4d commit 3734ca0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-vim/csscomplete/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST csscomplete-1.0.zip 18057 SHA256 e8a0b0356a986654d3d1acef11da99dd91f01c80f49ccd6f15b78a0c31735a55 SHA512 63b8b9a31d09ba6ce8195b524df5785cf5da73db7b487b68bba291fcfb62af0ea8e595f1aed73d657b8343775bacca056185dae9fc22d0dbcad1596653f94a81 WHIRLPOOL 7e3c19a05e0fbcc7e82be2b0cd44e71b7fc573468f54c701e49889cee2cb9101091aaeaf9481f1ce409a592dfd56185a84871ed62b26b63dca848be4cdbda3e9
21 changes: 21 additions & 0 deletions app-vim/csscomplete/csscomplete-1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
11 changes: 11 additions & 0 deletions app-vim/csscomplete/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Vim Project</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
</pkgmetadata>

0 comments on commit 3734ca0

Please sign in to comment.