summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-extras/git-extras-5.1.0.ebuild')
-rw-r--r--dev-vcs/git-extras/git-extras-5.1.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-vcs/git-extras/git-extras-5.1.0.ebuild b/dev-vcs/git-extras/git-extras-5.1.0.ebuild
deleted file mode 100644
index a773592..0000000
--- a/dev-vcs/git-extras/git-extras-5.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1
-
-DESCRIPTION="Little git extras"
-HOMEPAGE="https://github.com/tj/git-extras"
-SRC_URI="https://github.com/tj/git-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- sys-apps/util-linux"
-BDEPEND="virtual/awk"
-
-src_compile() {
- :
-}
-
-src_install() {
- emake install PREFIX="${EPREIFX}"/usr SYSCONFDIR="${EPREFIX}"/etc DESTDIR="${D}"
- rm -rf "${D}"/etc/bash_completion.d
-
- newbashcomp etc/bash_completion.sh ${PN}
-
- insinto /usr/share/zsh/site-functions/contrib/zsh-completion
- newins etc/git-extras-completion.zsh _git
-}