commit:     1fbcd7e0e9b38debce2ec9dd069399867d425369
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 06:38:57 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 06:39:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbcd7e0

net-libs/libnet: Update live ebuild

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-libs/libnet/libnet-1.2.9999.ebuild | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/net-libs/libnet/libnet-1.2.9999.ebuild 
b/net-libs/libnet/libnet-1.2.9999.ebuild
index 107f73751b5..33f91d1bf65 100644
--- a/net-libs/libnet/libnet-1.2.9999.ebuild
+++ b/net-libs/libnet/libnet-1.2.9999.ebuild
@@ -11,16 +11,12 @@ EGIT_REPO_URI="https://github.com/libnet/libnet";
 LICENSE="BSD BSD-2 HPND"
 SLOT="1.1"
 KEYWORDS=""
-IUSE="doc static-libs"
+IUSE="static-libs"
 
 DOCS=(
-       README.md doc/{CHANGELOG,CONTRIB,DESIGN_NOTES,MIGRATION}
-       doc/{PACKET_BUILDING,PORTED,RAWSOCKET_NON_SEQUITUR,TODO}
+       ChangeLog.md README.md doc/{MIGRATION,RAWSOCKET_NON_SEQUITUR,TODO}
 )
 S=${WORKDIR}/${P/_/-}
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.2-socklen_t.patch
-)
 
 src_prepare() {
        default
@@ -35,12 +31,5 @@ src_configure() {
 src_install() {
        default
 
-       if use doc ; then
-               docinto html
-               dodoc -r doc/html/*
-               docinto sample
-               dodoc sample/*.[ch]
-       fi
-
        find "${D}" -name '*.la' -delete || die
 }

Reply via email to