Created attachment 523392 [details] libvldmail-0.1.1.ebuild Hi, everyone, I decided to provide an official Gentoo ebuild of my e-mail address validation library so other developers have an easier life trying to use it in their applications. (How about dev-libs/libvldmail for this one? Seems fitting!) Thank you for considering it.
Comment on attachment 523392 [details] libvldmail-0.1.1.ebuild >src_install() { > dolib.a "${BUILD_DIR}/libvldmail.a" Gentoo prefers dynamic libraries.
Created attachment 524070 [details] Updated patch: respecting static-libs now Hi, thank you for that information. I attached an updated ebuild that compiles a dynamic library unless USE=static-libs is specified.