Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 384320 Details for
Bug 522286
dev-vcs/git-crypt-0.3 - CXX CXXFLAGS and LDFLAGS not respected
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild which fixes this issue (and adds missing dependency on openssl)
git-crypt-0.3-r1.ebuild (text/plain), 848 bytes, created by
Cody Schafer
on 2014-09-07 03:13:33 UTC
(
hide
)
Description:
ebuild which fixes this issue (and adds missing dependency on openssl)
Filename:
MIME Type:
Creator:
Cody Schafer
Created:
2014-09-07 03:13:33 UTC
Size:
848 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils > >if [[ "$PV" = 9999 ]]; then > inherit git-2 > EGIT_REPO_URI="https://www.agwa.name/git/git-crypt.git" > KEYWORDS="" >else > SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64 ~x86" >fi > >DESCRIPTION="git-crypt enables transparent encryption and decryption of files in a >git repository" >HOMEPAGE="https://www.agwa.name/git/git-crypt.git" > >LICENSE="GPL-3+ openssl" >SLOT="0" >IUSE="" > >RDEPEND="dev-libs/openssl dev-vcs/git" >DEPEND="${RDEPEND}" > >src_compile () { > emake CXX="$(tc-getCXX)" CXXFLAGS="$CXXFLAGS $(pkg-config --cflags libcrypto)" LDFLAGS="$LDFLAGS $(pkg-config --libs libcrypto)" >} > >src_install() { > mkdir -p "${D}"/usr/bin > emake PREFIX="${D}"/usr install >}
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 522286
:
384320