The current `net-misc/iputils-99999999` is no longer working. I am proposing the following changes. cp iputils-20160308.ebuild iputils-99999999.ebuild The following changes will happen when 20160308 is copied over 99999999. * Switch upstream to `github.com/iputils/iputils` * Add nettle and openssl use flags * Remove obsolete patches * Adapt `src_configure()` and related functions Apply necessary changes to `iputils-99999999.patch` that are not needed in `iputils-20160308.ebuild` from which it was copied. * Don't use `S` variable when `PV=99999999` * Quote variables to make `repoman -d full` happy * Reflect the rename of `INSTALL` to `INSTALL.md` Drop `021109-uclibc-no-ether_ntohost.patch` from `iputils-99999999.ebuild` as latest uClibc in Gentoo already supports `ether_ntohost()` function and thus doesn't require the work around. Please refer to my pull request: https://github.com/gentoo/gentoo/pull/2289
Created attachment 445414 [details, diff] 0001-net-misc-iputils-update-99999999-to-match-20160308.patch
Created attachment 445416 [details, diff] 0002-net-misc-iputils-make-99999999-buildable.patch
Created attachment 445418 [details, diff] 0003-net-misc-iputils-drop-unnecessary-uClibc-patch.patch
I was told that some maintainers don't like github, so I also attached the patches to bugzilla.
[master 33366e8] net-misc/iputils: Merge GitHub PR #2289