Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312683 Details for
Bug 417075
net-libs/ldns-1.6.12 should include drill
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ldns-1.6.12-r1.ebuild.patch
ldns-1.6.12-r1.ebuild.patch (text/plain), 1.78 KB, created by
Michael Weber (RETIRED)
on 2012-05-22 12:33:59 UTC
(
hide
)
Description:
ldns-1.6.12-r1.ebuild.patch
Filename:
MIME Type:
Creator:
Michael Weber (RETIRED)
Created:
2012-05-22 12:33:59 UTC
Size:
1.78 KB
patch
obsolete
>--- ldns-1.6.12.ebuild 2012-05-22 05:08:21.769392961 +0200 >+++ ldns-1.6.12-r1.ebuild 2012-05-22 14:29:38.414376959 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild,v 1.4 2012/05/21 09:53:57 phajdan.jr Exp $ > >-EAPI="3" >+EAPI="4" > PYTHON_DEPEND="python? 2:2.5" > > inherit autotools eutils python >@@ -14,7 +14,7 @@ > LICENSE="BSD" > SLOT="0" > KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" >-IUSE="doc gost python ssl static-libs vim-syntax" >+IUSE="doc examples gost python ssl static-libs vim-syntax" > > RESTRICT="test" # 1.6.9 has no test directory > >@@ -26,6 +26,7 @@ > > pkg_setup() { > python_set_active_version 2 >+ python_pkg_setup > } > > src_prepare() { >@@ -36,24 +37,27 @@ > > src_configure() { > econf \ >+ $(use_with examples) \ > $(use_enable gost) \ > $(use_enable ssl sha2) \ > $(use_enable static-libs static) \ > $(use_with ssl) \ > $(use_with python pyldns) \ >- --disable-rpath || die "econf failed" >+ $(use_with python pyldnsx) \ >+ --with-drill \ >+ --disable-rpath > } > > src_compile() { >- emake || die "emake failed" >+ emake > if use doc ; then >- emake doxygen || die "emake doxygen failed" >+ emake doxygen > fi > } > > src_install() { >- emake DESTDIR="${D}" install || die "emake install failed" >- dodoc Changelog README* || die "dodoc failed" >+ emake DESTDIR="${D}" install >+ dodoc Changelog README* > > if use python ; then > find "${ED}$(python_get_sitedir)" "(" -name "*.a" -o -name "*.la" ")" -type f -delete || die >@@ -64,11 +68,11 @@ > fi > > if use doc ; then >- dohtml doc/html/* || die "dohtml failed" >+ dohtml doc/html/* > fi > > if use vim-syntax ; then > insinto /usr/share/vim/vimfiles/ftdetect >- doins libdns.vim || die "doins libdns.vim failed" >+ doins libdns.vim > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417075
:
312679
| 312683