Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 272715 Details for
Bug 366599
net-libs/libssh2-1.2.8: autotools scripts don't set the VERSION correctly (breaks app-emulation/libvirt)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
revision bump ebuild with autotools scripts upstream patch included
libssh2-1.2.8-r1.ebuild (text/plain), 1.30 KB, created by
Stratos Psomadakis (RETIRED)
on 2011-05-10 08:30:48 UTC
(
hide
)
Description:
revision bump ebuild with autotools scripts upstream patch included
Filename:
MIME Type:
Creator:
Stratos Psomadakis (RETIRED)
Created:
2011-05-10 08:30:48 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >WANT_AUTOCONF="latest" >WANT_AUTOMAKE="latest" > >inherit autotools-utils autotools eutils > >DESCRIPTION="Library implementing the SSH2 protocol" >HOMEPAGE="http://www.libssh2.org/" >SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-solaris" >IUSE="gcrypt static-libs zlib" > >DEPEND="!gcrypt? ( dev-libs/openssl ) > gcrypt? ( dev-libs/libgcrypt ) > zlib? ( sys-libs/zlib )" >RDEPEND="${DEPEND}" > >src_prepare() { > if [[ "${PVR}" == "1.2.8-r1" ]]; then > epatch "${FILESDIR}/${PF}-version-bug.patch" > > eautoreconf > fi >} > >src_configure() { > local myconf > > if use gcrypt; then > myconf="--with-libgcrypt" > else > myconf="--with-openssl" > fi > > econf \ > $(use_with zlib libz) \ > $(use_enable static-libs static) \ > ${myconf} >} > >src_test() { > if [[ ${EUID} -ne 0 ]]; then #286741 > ewarn "Some tests require real user that is allowed to login." > ewarn "ssh2.sh test disabled." > sed -e 's:ssh2.sh::' -i tests/Makefile > fi > emake check || die >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc README > use static-libs || remove_libtool_files >}
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 366599
:
272645
|
272713
| 272715