Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 156011 Details for
Bug 225467
app-crypt/qca-2.0.1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
qca-2.0.1_rc1.ebuild.patch (text/plain), 1.31 KB, created by
Davide Pesavento (RETIRED)
on 2008-06-08 22:41:53 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2008-06-08 22:41:53 UTC
Size:
1.31 KB
patch
obsolete
>--- /usr/portage/app-crypt/qca/qca-2.0.0-r2.ebuild 2008-03-27 17:35:27.000000000 +0100 >+++ qca-2.0.1_rc1.ebuild 2008-06-09 00:02:11.108076653 +0200 >@@ -6,9 +6,11 @@ > > inherit eutils multilib qt4 > >+MY_P="${P/_/-}" >+ > DESCRIPTION="Qt Cryptographic Architecture (QCA)" > HOMEPAGE="http://delta.affinix.com/qca/" >-SRC_URI="http://delta.affinix.com/download/${PN}/${PV%.*}/${P}.tar.bz2" >+SRC_URI="http://delta.affinix.com/download/${PN}/${PV%.*}/pre/${MY_P}.tar.bz2" > > LICENSE="LGPL-2" > SLOT="2" >@@ -16,12 +18,13 @@ > IUSE="debug doc examples" > RESTRICT="test" > >-DEPEND=" >- !<app-crypt/qca-1.0-r3 >+DEPEND="!<app-crypt/qca-1.0-r3 > || ( x11-libs/qt-core:4 > >=x11-libs/qt-4.2.0:4 )" > RDEPEND="${DEPEND}" > >+S="${WORKDIR}/${MY_P}" >+ > pkg_setup() { > if use debug; then > if has_version "<x11-libs/qt-4.4.0_alpha1:4" && ! built_with_use x11-libs/qt:4 debug; then >@@ -36,25 +39,10 @@ > fi > } > >-src_unpack() { >- unpack ${A} >- cd "${S}" >- >- epatch "${FILESDIR}/${P}-debug-same-pkgconfig-file.patch" >-} >- > src_compile() { > _libdir=$(get_libdir) > local myconf >- if use debug; then >- myconf="--debug" >- else >- myconf="--release" >- fi >- >- # Multilib fix. >- sed -e "/pcfiles.path/s:lib:${_libdir}:" \ >- -i "${S}"/configure || die "Multilib fix failed." >+ use debug && myconf="--debug" || myconf="--release" > > ./configure \ > --prefix=/usr \
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225467
:
156011
|
161029