Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650162 - dev-libs/libvldmail-0.1.1 - Your friendly e-mail address validation library
Summary: dev-libs/libvldmail-0.1.1 - Your friendly e-mail address validation library
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/dertuxmalwieder/li...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2018-03-11 03:07 UTC by gentoo
Modified: 2018-03-15 19:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libvldmail-0.1.1.ebuild (libvldmail-0.1.1.ebuild,613 bytes, text/plain)
2018-03-11 03:07 UTC, gentoo
Details
Updated patch: respecting static-libs now (libvldmail-0.1.1.tar.bz2,977 bytes, application/x-bzip2)
2018-03-15 19:04 UTC, gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2018-03-11 03:07:49 UTC
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 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-03-15 15:14:25 UTC
Comment on attachment 523392 [details]
libvldmail-0.1.1.ebuild

>src_install() {
>    dolib.a "${BUILD_DIR}/libvldmail.a"

Gentoo prefers dynamic libraries.
Comment 2 gentoo 2018-03-15 19:04:36 UTC
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.