Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219333 Details for
Bug 278576
dev-libs/libsofthsm-1.0.0_rc2 (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs/softhsm-1.1.3.ebuild
softhsm-1.1.3.ebuild (text/plain), 979 bytes, created by
Tom Hendrikx
on 2010-02-12 15:48:53 UTC
(
hide
)
Description:
dev-libs/softhsm-1.1.3.ebuild
Filename:
MIME Type:
Creator:
Tom Hendrikx
Created:
2010-02-12 15:48:53 UTC
Size:
979 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit autotools eutils > >DESCRIPTION="A software PKCS#11 implementation" >HOMEPAGE="http://www.opendnssec.org/" >SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz" > >KEYWORDS="~amd64 ~x86" >IUSE="debug" >SLOT="0" >LICENSE="BSD" > >RDEPEND=">=dev-libs/botan-1.8.5[threads] > >=dev-db/sqlite-3.4.2" > >DEPEND="${RDEPEND}" > >src_prepare() { > local patches="r2797 r2798" > for patch in $patches; do > epatch "${FILESDIR}"/"${P}"-$patch.patch || die "epatch failed for $patch" > done > eautoreconf >} > >src_configure() { > local myconf > use debug && myconf="--with-loglevel=4" > > econf \ > $(use_enable amd64 64bit) \ > $myconf >} > >src_compile() { > emake || die "emake failed" >} > >src_test() { > emake check || die "emake check failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS NEWS README || die "dodoc 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 278576
:
198710
|
219333
|
219335
|
219337
|
220211
|
229233
|
249101