2023-10-12 03:46:55 UTC

This commit is contained in:
Repository mirror & CI
2023-10-12 03:46:55 +00:00
parent 754a0f99a1
commit 8ddf7bd5e2
14 changed files with 79 additions and 45 deletions

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=compile install postinst prepare test unpack
DEPEND=app-shells/bash sys-apps/bat dev-util/sh
DESCRIPTION=Bash scripts that integrate bat with various command line tools.
EAPI=8
HOMEPAGE=https://github.com/eth-p/bat-extras
IUSE=+man
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=app-shells/bash sys-apps/bat dev-util/sh dev-vcs/git sys-apps/ripgrep app-admin/entr dev-util/git-delta sys-devel/clang sys-apps/exa app-shells/fzf sys-libs/ncurses dev-python/black virtual/rust[rustfmt(+)]
RESTRICT=mirror test
SLOT=0
SRC_URI=https://github.com/eth-p/bat-extras/archive/v2022.07.27.tar.gz -> bat-extras-2022.07.27.tar.gz
_md5_=2c46ca7372bc849783e08d96d5a32961

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst prepare test unpack
DEPEND=app-shells/bash sys-apps/bat dev-util/sh
DESCRIPTION=Bash scripts that integrate bat with various command line tools.
EAPI=8
HOMEPAGE=https://github.com/eth-p/bat-extras
IUSE=+man
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=app-shells/bash sys-apps/bat dev-util/sh app-admin/entr app-shells/fzf dev-python/black dev-util/git-delta dev-vcs/git sys-apps/eza sys-apps/ripgrep sys-devel/clang sys-libs/ncurses virtual/rust[rustfmt(+)]
RESTRICT=mirror test
SLOT=0
SRC_URI=https://github.com/eth-p/bat-extras/archive/v2023.09.19.tar.gz -> bat-extras-2023.09.19.tar.gz
_md5_=b9f8baaa85606ca7c2d48db6e95e0458

View File

@@ -8,8 +8,8 @@ INHERIT=git-r3
IUSE=+man
LICENSE=MIT
PROPERTIES=live
RDEPEND=app-shells/bash sys-apps/bat dev-util/sh dev-vcs/git sys-apps/ripgrep app-admin/entr dev-util/git-delta sys-devel/clang sys-apps/exa app-shells/fzf sys-libs/ncurses dev-python/black virtual/rust[rustfmt(+)]
RDEPEND=app-shells/bash sys-apps/bat dev-util/sh app-admin/entr app-shells/fzf dev-python/black dev-util/git-delta dev-vcs/git sys-apps/eza sys-apps/ripgrep sys-devel/clang sys-libs/ncurses virtual/rust[rustfmt(+)]
RESTRICT=mirror fetch
SLOT=0
_eclasses_=git-r3 2358a7b20091609e24bd3a83b3ac5991
_md5_=2c46ca7372bc849783e08d96d5a32961
_md5_=b9f8baaa85606ca7c2d48db6e95e0458

File diff suppressed because one or more lines are too long