blob: 8da7ccc5ca7a609868279901f4596f7e3a56976c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-libs/ncurses:0=[unicode?] sys-libs/readline:0=
DESCRIPTION=text mode interface for git
EAPI=7
HOMEPAGE=https://jonas.github.io/tig/
INHERIT=bash-completion-r1
IUSE=test unicode
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
LICENSE=GPL-2
RDEPEND=sys-libs/ncurses:0=[unicode?] sys-libs/readline:0= dev-vcs/git
REQUIRED_USE=test? ( unicode )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/jonas/tig/releases/download/tig-2.5.3/tig-2.5.3.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 bash-completion-r1 8e7c071081c68c2c398b77fe3a1d6908
_md5_=20fcc2a1d35822ac1f86f02cea4592ec
|