mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-vcs/git-extras: fixes
Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -8,11 +8,11 @@ inherit bash-completion-r1
|
||||
DESCRIPTION="Little git extras"
|
||||
HOMEPAGE="https://github.com/tj/git-extras"
|
||||
|
||||
if [[ $PV == 9999 ]]; then
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="${HOMEPAGE}"
|
||||
else
|
||||
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
@@ -28,9 +28,9 @@ src_install() {
|
||||
|
||||
rm -rf "${D}"/etc/bash_completion.d
|
||||
|
||||
newbashcomp etc/bash_completion.sh ${PN}
|
||||
newbashcomp etc/bash_completion.sh "${PN}"
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
newins etc/git-extras-completion.zsh _${PN}
|
||||
newins etc/git-extras-completion.zsh "_${PN}"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user