Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223209 Details for
Bug 309051
www-misc/shibboleth-2.3.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xmltooling-1.3.3.ebuild (shibboleth-2.3 dependency)
xmltooling-1.3.3.ebuild (text/plain), 1.09 KB, created by
daavelino
on 2010-03-11 20:17:26 UTC
(
hide
)
Description:
xmltooling-1.3.3.ebuild (shibboleth-2.3 dependency)
Filename:
MIME Type:
Creator:
daavelino
Created:
2010-03-11 20:17:26 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >#EAPI=0 > >inherit eutils > >DESCRIPTION="The OpenSAML low-level library dependency." > >HOMEPAGE="http://shibboleth.internet2.edu/" > >SRC_URI="http://shibboleth.internet2.edu/downloads/opensaml/xmltooling-1.3.3.tar.gz" > >LICENSE="Apache-2.0" > >SLOT="0" > >KEYWORDS="~x86 ~amd64" > >IUSE="debug log4shib log4cpp xerces xmlsec" > >DEPEND="log4shib? ( >=dev-libs/log4shib-1.0.4 ) > log4cpp? ( >=dev-libs/log4cpp-0.3.4 ) > xerces? ( >=dev-libs/xerces-c-3.0.1 ) > xmlsec? ( >=dev-libs/xmlsec=1.2.14 )" > >RDEPEND="${DEPEND}" > >src_compile() { > myconf="-C" > > if use log4shib; then > myconf="${myconf} --with-log4shib=/usr" > elif use log4cpp; then > myconf="${myconf} --with-log4cpp=/usr" > elif use xerces; then > myconf="${myconf} --with-xerces=/usr" > elif use xmlsec; then > myconf="${myconf} --with-xmlsec=/usr" > elif use debug; then > myconf="${myconf} --enable-debug" > else > myconf="${myconf}" > fi > > econf ${myconf} > > emake || die "emake failed" >} > >src_install() { > einstall || die "einstall failed" >}
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 309051
:
223199
|
223201
|
223203
|
223205
|
223207
|
223209
|
223215
|
223269
|
231075
|
245738
|
245780
|
245782
|
245783