mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-vim/diffchar: initial import
This commit is contained in:
1
app-vim/diffchar/Manifest
Normal file
1
app-vim/diffchar/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST diffchar-6.1.tar.bz2 15788 SHA256 daee0b40c4576a2499452a14c933dd3d6e3d3467d4c9969ddb9c6afccc3f68ff SHA512 a1a7842be0784d07f018bc403b9450e936e6456dec088e4b8cf1cab25b7bad0eb90439971b129c2f8b06402f9ac8009020bca0cf0806eca8deb553df91f1b487 WHIRLPOOL 408cee741506bc5ec6d775c8220b5798aa944ce100ff692c9d757e530a31b91f15a1498552aaa5414d0d930dfd93b33363edceb687debbd7f975badfe2a9c3e3
|
||||
13
app-vim/diffchar/diffchar-6.1.ebuild
Normal file
13
app-vim/diffchar/diffchar-6.1.ebuild
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words"
|
||||
HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932"
|
||||
LICENSE="vim.org"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
VIM_PLUGIN_HELPFILES="${PN}.txt"
|
||||
11
app-vim/diffchar/metadata.xml
Normal file
11
app-vim/diffchar/metadata.xml
Normal file
@@ -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>vim@gentoo.org</email>
|
||||
<name>Gentoo Vim Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">rickhowe/diffchar.vim</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user