blob: c260343934d877b555aea48875de29fbedcb7745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=test? ( dev-vcs/git ) >=app-editors/emacs-25.3:*
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
DESCRIPTION=Highlight uncommitted changes, jump between and revert them selectively
EAPI=8
HOMEPAGE=https://github.com/dgutov/diff-hl/
INHERIT=elisp
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3+
RDEPEND=>=app-editors/emacs-25.3:*
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/dgutov/diff-hl/archive/8f2e4eb345f0639c8fc41e3f7576f77ba6987655.tar.gz -> diff-hl-1.9.1.tar.gz
_eclasses_=elisp-common 1d6e8d43be4713f04a441f721d890d48 elisp 4885a6bf2026d3a2d5b9789f3b76d1f3
_md5_=074b2a6442dee4e21fab979f6cf462e1
|