summaryrefslogtreecommitdiff
path: root/dev-vcs/git-flow/git-flow-1.10.0.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-12 21:42:12 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-12 21:42:30 +0200
commite14a73b6e64e7c110d5e07a0f45d039322a7722a (patch)
tree6c1b816cba402522fec86d9f35ac7deca1da9d32 /dev-vcs/git-flow/git-flow-1.10.0.ebuild
parent57b00bb5766732a4276125a12cda78b57e8a1ac5 (diff)
downloadgentoo-e14a73b6e64e7c110d5e07a0f45d039322a7722a.tar.gz
gentoo-e14a73b6e64e7c110d5e07a0f45d039322a7722a.tar.bz2
gentoo-e14a73b6e64e7c110d5e07a0f45d039322a7722a.zip
dev-vcs/git-flow: Remove 1.10.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-vcs/git-flow/git-flow-1.10.0.ebuild')
-rw-r--r--dev-vcs/git-flow/git-flow-1.10.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-vcs/git-flow/git-flow-1.10.0.ebuild b/dev-vcs/git-flow/git-flow-1.10.0.ebuild
deleted file mode 100644
index abdb799f92f3..000000000000
--- a/dev-vcs/git-flow/git-flow-1.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MY_PN="${PN/-/}-avh"
-COMP_PN="${PN}-completion"
-COMP_PV="0.5.2"
-COMP_P="${COMP_PN}-${COMP_PV}"
-inherit bash-completion-r1
-
-DESCRIPTION="Git extensions to provide high-level repository operations"
-HOMEPAGE="https://github.com/petervanderdoes/gitflow-avh"
-SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
-https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COMP_P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-vcs/git
-"
-
-DOCS=( AUTHORS Changes.mdown README.mdown )
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_compile() {
- true
-}
-
-src_install() {
- emake prefix="${D}/usr" install
- einstalldocs
- newbashcomp "${WORKDIR}/${COMP_P}/${COMP_PN}.bash" ${PN}
-}