commit: 97f644c7fe99b14b3af8994d0ca144c6a3fd90bc Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Mar 16 21:11:09 2014 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Mar 16 21:11:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=97f644c7
[dev-vcs/gitflow] Fix repoman issues * EAPI 5 * drop bash-completion use flag * add ~amd64 keyword * remove einfo Package-Manager: portage-2.2.8-r1 --- dev-vcs/gitflow/gitflow-0.4.1.ebuild | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/dev-vcs/gitflow/gitflow-0.4.1.ebuild b/dev-vcs/gitflow/gitflow-0.4.1.ebuild index 020cfc8..9c1db5b 100644 --- a/dev-vcs/gitflow/gitflow-0.4.1.ebuild +++ b/dev-vcs/gitflow/gitflow-0.4.1.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit eutils bash-completion-r1 DESCRIPTION="Git extensions to provide high-level repository operations for Vincent Driessen's branching model." HOMEPAGE="https://github.com/nvie/gitflow" SRC_URI="https://github.com/nvie/gitflow/tarball/0.4.1 -> ${P}.tar.gz - bash-completion? ( https://github.com/bobthecow/git-flow-completion/tarball/0.4.1.0 -> ${P}-completion.tar.gz )" +https://github.com/bobthecow/git-flow-completion/tarball/0.4.1.0 -> ${P}-completion.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" -IUSE="bash-completion" +KEYWORDS="~amd64 ~x86" +IUSE="" DEPEND="dev-util/shflags" RDEPEND="${DEPEND} - dev-vcs/git[bash-completion?]" + dev-vcs/git" S="${WORKDIR}/nvie-gitflow-5b26edc" @@ -32,14 +32,6 @@ src_compile() { src_install() { emake prefix="${D}" install - if use bash-completion; then - newbashcomp "${WORKDIR}/bobthecow-git-flow-completion-b399150/git-flow-completion.bash" git-flow - fi -} -pkg_postinst() { - if use bash-completion; then - elog "Use eselect to activate the bash-completion module:" - elog " git-flow" - fi + newbashcomp "${WORKDIR}/bobthecow-git-flow-completion-b399150/git-flow-completion.bash" git-flow }
