Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 330888 Details for
Bug 445152
net-misc/sks-1.1.4 - Bump version, see attachments.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/sks-1.1.4.ebuild
sks-1.1.4.ebuild (text/plain), 1.27 KB, created by
Emery Hemingway
on 2012-11-29 06:24:32 UTC
(
hide
)
Description:
net-misc/sks-1.1.4.ebuild
Filename:
MIME Type:
Creator:
Emery Hemingway
Created:
2012-11-29 06:24:32 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/sks/sks-1.1.2.ebuild,v 1.4 2012/02/07 00:34:06 kingtaco Exp $ > >EAPI=4 > >inherit eutils multilib > >DESCRIPTION="SKS Keyserver" >HOMEPAGE="http://code.google.com/p/sks-keyserver/" >SRC_URI="https://bitbucket.org/skskeyserver/sks-keyserver/downloads/${P}.tgz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="optimize" > >DEPEND="dev-lang/ocaml > dev-ml/cryptokit > sys-libs/db:4.6" >RDEPEND="${DEPEND}" > >src_prepare() { > cp Makefile.local.unused Makefile.local || die > sed -i \ > -e "s:^BDBLIB=.*$:BDBLIB=-L/usr/$(get_libdir):g" \ > -e "s:^BDBINCLUDE=.*$:BDBINCLUDE=-I/usr/include/db4.6/:g" \ > -e "s:^PREFIX=.*$:PREFIX=${D}/usr:g" \ > -e "s:^MANDIR=.*$:MANDIR=${D}/usr/share/man:g" \ > Makefile.local || die > sed -i \ > -e 's:^CAMLINCLUDE= -I lib -I bdb$:CAMLINCLUDE= -I lib -I bdb -I +cryptokit:g' \ > -e 's:-Werror-implicit-function-declaration::g' \ > Makefile bdb/Makefile || die >} > >src_compile() { > emake dep > emake -j1 all > if use optimize; then > emake all.bc > fi >} > >src_install() { > if use optimize; then > emake install.bc > dosym /usr/bin/sks.bc usr/bin/sks > dosym /usr/bin/sks_add_mail.bc usr/bin/sks_add_mail > else > emake install > fi >}
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 445152
:
330888
|
330890
|
330900
|
330902
|
330904
|
330906
|
330908
|
330962
|
330964
|
330970
|
330972
|
330974