diff options
author | Thomas D <whissi@whissi.de> | 2016-03-14 19:20:07 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-14 20:08:13 +0000 |
commit | 4955b514a285683db8a8d8cf50c103d4a2094026 (patch) | |
tree | dd6114566788f377906451f4aef4d19f861e30a7 /dev-libs/libestr | |
parent | www-client/firefox-45.0: fix runtime crashes when built with USE=-jit (diff) | |
download | gentoo-4955b514a285683db8a8d8cf50c103d4a2094026.tar.gz gentoo-4955b514a285683db8a8d8cf50c103d4a2094026.tar.bz2 gentoo-4955b514a285683db8a8d8cf50c103d4a2094026.zip |
dev-libs/libestr: Bumped to v0.1.10
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1049
Diffstat (limited to 'dev-libs/libestr')
-rw-r--r-- | dev-libs/libestr/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libestr/libestr-0.1.10.ebuild | 41 | ||||
-rw-r--r-- | dev-libs/libestr/metadata.xml | 32 |
3 files changed, 62 insertions, 12 deletions
diff --git a/dev-libs/libestr/Manifest b/dev-libs/libestr/Manifest index 6c05559e38b5..ccc4a722309e 100644 --- a/dev-libs/libestr/Manifest +++ b/dev-libs/libestr/Manifest @@ -1,3 +1,4 @@ +DIST libestr-0.1.10.tar.gz 336122 SHA256 bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c SHA512 477b06e2b6ea9b2e34fe0d91328c9191a678b173751e595359c05772db50a4d348ac132bec0c926fba91ceccc013e15cd4cc57a6b734874c06073bf23151bac7 WHIRLPOOL b3b278e28c93bac59541d337b348a049458fea1e0b0e06bfc80a06b3d66b01e965025e0f83e0fb82abb090ef70ee05eb3b30181072244437571271f510665b7b DIST libestr-0.1.2.tar.gz 315615 SHA256 0e8b95374fa271dc2afdfadfc9afc0f5826252a1b698ddea1474d5600a7c66ca SHA512 dd423f534d4aad72819d6ed27b0b29a66afd3955acfda4051a389398e58cb2b6f25d47b79729df19e86fdf3cbd2a6e4814e670e4d8d27eaa07f6c40bd01e5667 WHIRLPOOL 7718e33ed6b9cea413146a0c34e4860610169df1a67a08a2efec1f356bfc740aed2d670247694acb8e7db540d080357f7ab0db0cc8a1924da7e8e4488d4fdd99 DIST libestr-0.1.3.tar.gz 329298 SHA256 25a4a97942818ceacd8b47370d74a8e09dad2dfeb3c4534e76523e5408973919 SHA512 586130d90dbc0bda032a3b81e6a560fa8f4cf7670b86ec3ad3b196252d5309cabfdd1f5c5cf7f3a7cde273a631bd11afabccf2fd766ecf2656e7e68fa96c6d76 WHIRLPOOL a1b78cdc5c4588041faf36bbc6cf487b3bb22e069e2e9e1f0e8eb3f0e1c6cd6a26d09261653237b834459f8fa8046e7f63dae686e25983ef9896be374d911a10 DIST libestr-0.1.4.tar.gz 329510 SHA256 e30b05bc3091e2c35464d7ac736b2d4e5c054cc883e244c920b571e533de85e3 SHA512 b6aad598f5679badd9e26feb4a59c7163d4202dd65440726de73a4f4d27151d8256f7b34e50cc82d436f9324d2a40bd5f1a521358e2858bb0826c84c08f57592 WHIRLPOOL 197de707e7f4029cac372d5e7689e5f2e9b5476adf66bafacce5430d2e63e3c1ae5b8ba852d3b1946f58035acae7e669706f6632322fd55ca42c484f1a3a9bb7 diff --git a/dev-libs/libestr/libestr-0.1.10.ebuild b/dev-libs/libestr/libestr-0.1.10.ebuild new file mode 100644 index 000000000000..6a57f7bb574e --- /dev/null +++ b/dev-libs/libestr/libestr-0.1.10.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="Library for some string essentials" +HOMEPAGE="http://libestr.adiscon.com/" +SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~x86" +IUSE="debug static-libs test" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + local myeconfargs=( + $(use_enable debug) + $(use_enable static-libs static) + $(use_enable test testbench) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${ED}"usr/lib* -name '*.la' -delete || die +} diff --git a/dev-libs/libestr/metadata.xml b/dev-libs/libestr/metadata.xml index b7f04d35bc45..55012aaaac1f 100644 --- a/dev-libs/libestr/metadata.xml +++ b/dev-libs/libestr/metadata.xml @@ -1,16 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>andreis.vinogradovs@gmail.com</email> - <name>Andreis Vinogradovs</name> -</maintainer> -<maintainer type="person"> - <email>maksbotan@gentoo.org</email> - <name>Maxim Koltsov</name> -</maintainer> -<maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> -</maintainer> + <maintainer type="person"> + <email>andreis.vinogradovs@gmail.com</email> + <name>Andreis Vinogradovs</name> + </maintainer> + <maintainer type="person"> + <email>maksbotan@gentoo.org</email> + <name>Maxim Koltsov</name> + </maintainer> + <maintainer type="person"> + <email>whissi@whissi.de</email> + <name>Thomas D. (Whissi)</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/rsyslog/libestr/issues</bugs-to> + <remote-id type="github">rsyslog/libestr</remote-id> + </upstream> </pkgmetadata> |