forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-vim/csscomplete: add csscomplete to the tree.
csscomplete is a CSS 3 omni complete function for vim. Package-Manager: portage-2.2.28
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |