* [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/, app-doc/geeknote/, app-shells/igr/files/
@ 2024-04-24 12:11 David Roman
0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-04-24 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 1e269ef33d0b839f95742c779619b85b48d4b552
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Apr 23 22:47:53 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 22:47:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e269ef3
media-sound/nulloy: drop EGIT_CLONE_TYPE="shallow" because it implicit
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-doc/geeknote/geeknote-9999.ebuild | 16 +++++++++-------
app-shells/igr/files/vim-open-current-line.patch | 7 ++++---
media-sound/nulloy/nulloy-9999.ebuild | 1 -
3 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild
index 48ee235b42..56693eb172 100644
--- a/app-doc/geeknote/geeknote-9999.ebuild
+++ b/app-doc/geeknote/geeknote-9999.ebuild
@@ -15,13 +15,15 @@ EGIT_REPO_URI="https://github.com/jeffkowalski/geeknote"
LICENSE="GPL-3"
SLOT="0"
-RDEPEND="dev-python/evernote3[${PYTHON_USEDEP}]
-dev-python/html2text[${PYTHON_USEDEP}]
-dev-python/sqlalchemy[${PYTHON_USEDEP}]
-dev-python/markdown2[${PYTHON_USEDEP}]
-dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-dev-python/thrift[${PYTHON_USEDEP}]
-dev-python/lxml[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/evernote2[${PYTHON_USEDEP}]
+ dev-python/html2text[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/markdown2[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/thrift[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+"
PATCHES=( "${FILESDIR}/${P}-remove_completion_from_setup.patch" )
diff --git a/app-shells/igr/files/vim-open-current-line.patch b/app-shells/igr/files/vim-open-current-line.patch
index 4d5cdae91f..6a83ede8cd 100644
--- a/app-shells/igr/files/vim-open-current-line.patch
+++ b/app-shells/igr/files/vim-open-current-line.patch
@@ -12,13 +12,13 @@ index 73a6e8c..e23082a 100755
#!/usr/bin/env bash
-declare preview='bat --color=always --style=header,numbers -H {2} {1} | grep -C3 {q}'
-+declare preview='bat --color=always --style=header,numbers -H {2} {1} | grep --context 20 {q}'
++declare preview='bat --color=always --style=header,numbers -H {2} {1} | grep --context 999 {q}'
while getopts ':l' x; do
case "$x" in
l) list_files=1
- preview='bat --color=always --style=header,numbers {1} | grep -C3 {q}'
-+ preview='bat --color=always --style=header,numbers {1} | grep --context 20 {q}'
++ preview='bat --color=always --style=header,numbers {1} | grep --context 999 {q}'
;;
esac
done
@@ -29,6 +29,7 @@ index 73a6e8c..e23082a 100755
---bind='enter:execute:v {1}' \
---preview="[[ -n {1} ]] && $preview"
+--bind='enter:execute:echo "$EDITOR {1}:{2}" && $EDITOR {1}:{2}' \
-+--preview="[[ -n {1} ]] && $preview"
++--preview="[[ -n {1} ]] && $preview" \
++--preview-window="/2"
+
+ # echo to save in shell history
diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 639384c4d1..efc31d7915 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -9,7 +9,6 @@ DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
HOMEPAGE="https://nulloy.com"
EGIT_REPO_URI="https://github.com/nulloy/nulloy"
-EGIT_CLONE_TYPE="shallow"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-24 12:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/, app-doc/geeknote/, app-shells/igr/files/ David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox