Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 554988 Details for
Bug 671030
dev-vcs/hub-2.6.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-vcs/hub-2.6.0 ebuild
hub-2.6.0.ebuild (text/plain), 1.63 KB, created by
A Schenck
on 2018-11-12 22:40:25 UTC
(
hide
)
Description:
dev-vcs/hub-2.6.0 ebuild
Filename:
MIME Type:
Creator:
A Schenck
Created:
2018-11-12 22:40:25 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >EGO_PN="github.com/github/${PN}" >inherit bash-completion-r1 golang-build golang-vcs-snapshot readme.gentoo-r1 > >DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" >HOMEPAGE="https://github.com/github/hub" >SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" >IUSE="" > >DEPEND=">=dev-lang/go-1.6.0:= > dev-lang/ruby > dev-ruby/bundler > dev-ruby/ffi > dev-util/cucumber > app-text/ronn > dev-util/aruba > dev-ruby/sinatra" >RDEPEND=">=dev-vcs/git-1.7.3" > >DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" > >EGO_BUILD_FLAGS="-ldflags \"-Xgithub.com/github/hub/version.Version=${PV}\"" >src_prepare() { > default > pushd src/$EGO_PN || die > mkdir bin || die > ln -s "${EPREFIX}"/usr/bin/ronn bin/ronn || die > ln -s "${EPREFIX}"/usr/bin/cucumber bin/cucumber || die > popd || die >} > >src_compile() { > debug-print-function ${FUNCNAME} "$@" > pushd src/$EGO_PN || die > > ego_pn_check > set -- env GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \ > ./script/build || die > set -- env GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \ > emake man-pages || die > echo "$@" > "$@" || die > > popd || die >} > >#src_test() { ># ./script/test || die >#} > >src_install() { > pushd src/$EGO_PN || die > readme.gentoo_create_doc > > dobin bin/hub > > doman share/man/man1/*.1 > dodoc README.md > > newbashcomp etc/${PN}.bash_completion.sh ${PN} > > insinto /usr/share/zsh/site-functions > newins etc/hub.zsh_completion _${PN} > popd || die >} > >pkg_postinst() { > readme.gentoo_print_elog >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 671030
: 554988