Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 301017 Details for
Bug 402379
net-analyzer/openvas-* version bumps
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openvas-libraries-4.0.6.ebuild
openvas-libraries-4.0.6.ebuild (text/plain), 1.12 KB, created by
Alexander Petrenas
on 2012-02-06 11:49:57 UTC
(
hide
)
Description:
openvas-libraries-4.0.6.ebuild
Filename:
MIME Type:
Creator:
Alexander Petrenas
Created:
2012-02-06 11:49:57 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >EAPI=4 > >inherit cmake-utils > >DESCRIPTION="A remote security scanner for Linux (openvas-libraries)" >HOMEPAGE="http://www.openvas.org/" >SRC_URI="http://wald.intevation.org/frs/download.php/979/${P}.tar.gz" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >RDEPEND=">=dev-libs/glib-2.12 > net-libs/gnutls > net-libs/libpcap > app-crypt/gpgme > !net-analyzer/openvas-libnasl" >DEPEND="${RDEPEND} > sys-devel/bison > sys-devel/flex > dev-util/pkgconfig > dev-util/cmake" > ># Workaround for upstream bug, it doesn't like out-of-tree builds. >CMAKE_BUILD_DIR="${S}" > > >src_configure() { > mycmakeargs="-DLOCALSTATEDIR=/var -DSYSCONFDIR=/etc -OPENVAS_STATE_DIR=/var -OPENVAS_SYSCONF_DIR=/etc" > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > dodoc ChangeLog CHANGES README || die "dodoc failed" > keepdir /var/cache/openvas/ >} > > >src_prepare() { > find ${S} -name "*.txt" -type f | xargs sed -i "s/-Werror//g" || die "sed failed" > find ${S} -name "*.txt" -type f | xargs sed -i "s/-Wall//g" || die "sed 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 402379
: 301017 |
324802
|
324814
|
342120
|
343098
|
343100
|
346368
|
346668