Skip to content

Commit

Permalink
dev-vcs/git-sh: new EAPI=6 revision.
Browse files Browse the repository at this point in the history
A more-or-less standard revision bump. I've removed the postinst
message about bash-completion, because the flag is no longer present
in dev-vcs/git.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
orlitzky committed May 5, 2017
1 parent 67f5467 commit f53a017
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 31 deletions.
24 changes: 24 additions & 0 deletions dev-vcs/git-sh/git-sh-1.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="A customized bash environment suitable for git work"
HOMEPAGE="https://github.com/rtomayko/git-sh"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="dev-vcs/git"

src_prepare() {
default
sed -e 's/git-completion\.bash //' \
-e 's:/local::' \
-i Makefile \
|| die "sed failed"
}
31 changes: 0 additions & 31 deletions dev-vcs/git-sh/git-sh-1.3.ebuild

This file was deleted.

0 comments on commit f53a017

Please sign in to comment.