Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 130155 Details for
Bug 191482
net-analyzer/nmap-4.20 should use doicon
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
nmap-4.20.ebuild.patch
nmap-4.20.ebuild.patch (text/plain), 1.39 KB, created by
Petteri Räty (RETIRED)
on 2007-09-06 11:01:34 UTC
(
hide
)
Description:
nmap-4.20.ebuild.patch
Filename:
MIME Type:
Creator:
Petteri Räty (RETIRED)
Created:
2007-09-06 11:01:34 UTC
Size:
1.39 KB
patch
obsolete
>Index: nmap-4.20.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.20.ebuild,v >retrieving revision 1.14 >diff -u -r1.14 nmap-4.20.ebuild >--- nmap-4.20.ebuild 3 Jul 2007 21:31:21 -0000 1.14 >+++ nmap-4.20.ebuild 6 Sep 2007 11:01:22 -0000 >@@ -13,7 +13,7 @@ > KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" > IUSE="gtk ssl" > >-DEPEND="virtual/libc >+DEPEND=" > dev-libs/libpcre > net-libs/libpcap > gtk? ( =x11-libs/gtk+-2* ) >@@ -21,12 +21,12 @@ > > src_unpack() { > unpack ${A} >- cd ${S} >+ cd "${S}" > sed 's:Icon=icon-network:Icon=nmap-logo-64.png:' -i nmapfe.desktop > echo ";" >> nmapfe.desktop >- epatch ${FILESDIR}/nmap-shtool-nls.patch >- epatch ${FILESDIR}/nmap-4.01-nostrip.patch >- epatch ${FILESDIR}/${P}-osscan.patch >+ epatch "${FILESDIR}/nmap-shtool-nls.patch" >+ epatch "${FILESDIR}/nmap-4.01-nostrip.patch" >+ epatch "${FILESDIR}/${P}-osscan.patch" > } > > src_compile() { >@@ -40,12 +40,8 @@ > > src_install() { > einstall -j1 nmapdatadir=${D}/usr/share/nmap install || die >- dodoc CHANGELOG HACKING docs/README docs/*.txt >- dohtml docs/*.html >+ dodoc CHANGELOG HACKING docs/README docs/*.txt || die >+ dohtml docs/*.html || die > >- if use gtk; then >- dodir /usr/share/pixmaps >- insinto /usr/share/pixmaps >- doins ${FILESDIR}/nmap-logo-64.png >- fi >+ use gtk && doicon "${FILESDIR}/nmap-logo-64.png" > }
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 191482
: 130155