johu 14/03/22 15:49:16 Added: git-flow-0.4.1.ebuild metadata.xml ChangeLog Log: New package wrt bug #419943. Import from johu overlay. Initial ebuild by Moritz Schlarb <[email protected]>. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.1 dev-vcs/git-flow/git-flow-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-flow/git-flow-0.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-flow/git-flow-0.4.1.ebuild?rev=1.1&content-type=text/plain Index: git-flow-0.4.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-flow/git-flow-0.4.1.ebuild,v 1.1 2014/03/22 15:49:16 johu Exp $ EAPI=5 MY_PN="${PN/-/}" COMP_PN="${PN}-completion" COMP_PV="0.4.2.2" COMP_P="${COMP_PN}-${COMP_PV}" 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/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/bobthecow/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COMP_P}.tar.gz" LICENSE="BSD MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} dev-util/shflags dev-vcs/git " DOCS=( AUTHORS Changes.mdown README.mdown ) PATCHES=( "${FILESDIR}/${P}-unbundle-shflags.patch" ) S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}" debug-print "$FUNCNAME: applying user patches" epatch_user } src_compile() { true } src_install() { emake prefix="${D}/usr" install [[ ${DOCS[@]} ]] && dodoc "${DOCS[@]}" newbashcomp "${WORKDIR}/${COMP_P}/${COMP_PN}.bash" ${PN} } 1.1 dev-vcs/git-flow/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-flow/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-flow/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>[email protected]</email> <name>Johannes Huber</name> </maintainer> <upstream> <remote-id type="github">nvie/gitflow</remote-id> </upstream> </pkgmetadata> 1.1 dev-vcs/git-flow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-flow/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-flow/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-vcs/git-flow # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-flow/ChangeLog,v 1.1 2014/03/22 15:49:16 johu Exp $ *git-flow-0.4.1 (22 Mar 2014) 22 Mar 2014; Johannes Huber <[email protected]> +git-flow-0.4.1.ebuild, +files/git-flow-0.4.1-unbundle-shflags.patch, +metadata.xml: New package wrt bug #419943. Import from johu overlay. Initial ebuild by Moritz Schlarb <[email protected]>.
