diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-12-19 15:15:58 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-12-19 15:16:38 -0500 |
commit | 011d90897041d46c60002e528b6a307a6cc643cf (patch) | |
tree | 6184204b02de949a90f4f93860eefdc602f9274f /net-libs/libmicrohttpd | |
parent | www-apps/wordpress: 4.4 (bug #568362) (diff) | |
download | gentoo-011d90897041d46c60002e528b6a307a6cc643cf.tar.gz gentoo-011d90897041d46c60002e528b6a307a6cc643cf.tar.bz2 gentoo-011d90897041d46c60002e528b6a307a6cc643cf.zip |
net-libs/libmicrohttpd: version bump to 0.9.48
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.46.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.48.ebuild | 58 |
6 files changed, 63 insertions, 4 deletions
diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest index 78b6b6d8d851..724293fec1e5 100644 --- a/net-libs/libmicrohttpd/Manifest +++ b/net-libs/libmicrohttpd/Manifest @@ -2,3 +2,4 @@ DIST libmicrohttpd-0.9.42.tar.gz 1232516 SHA256 00352073367003da40607319e4090a6a DIST libmicrohttpd-0.9.45.tar.gz 1246332 SHA256 1075def48da9327be22441f4a3460d24159fae2bf4bcfb4ab6e7ca5e95e54a69 SHA512 670d1d1f47ea8657d389302c9bfa8b6d8d12658fb28ce6ed7549db0d4483b1023e7e7d419651f38cef5b024f853d83f336b365624a346b811c2d94ab0d84fb01 WHIRLPOOL 691c1577fd17f6db4bd1990dcfbe4f20cb8944dd51014b349d26bfc8844e367c337eb03c91342b2d9e9923979e36e7464530ed6808636085a2daa006c5295bf6 DIST libmicrohttpd-0.9.46.tar.gz 1249529 SHA256 06dbd2654f390fa1e8196fe063fc1449a6c2ed65a38199a49bf29ad8a93b8979 SHA512 d45cd6e8ca1fb0e4d42110fa6ae5b49823d1b2ce66dd82d8b68757b79bf441e4103301af9437886b2c5d3296102ed8da17933a573da9649e7359305f8e678e46 WHIRLPOOL 09413fd2f39d1da727dc8756b7487dcfd7d7d143af27ac3add70c302b6a8fe5454c328a8a341a5bd69a6a0d52c4153c1dbaad3157f731bf35e4e67a0a2b512a3 DIST libmicrohttpd-0.9.47.tar.gz 1075636 SHA256 96bdab4352a09fd3952a346bc01898536992f50127d0adea1c3096a8ec9f658c SHA512 c6a0d8602246c72bdec63140310fa72f1e73b569ffec5a46bddd92b8be434b334c74f9afb2fab828dd3e0387f02ac5f518580d13c5e7548dc0367e43233196c7 WHIRLPOOL 0087f9856ffd9fae983b7c82d82254f5dc3c416c0cdd9d2b8318793a0d727eb3f1dd038f4d222817cb665d17e912dbbc2f765ae3a06c010d35e53b0d332c108e +DIST libmicrohttpd-0.9.48.tar.gz 1077473 SHA256 87667e158f2bf8c691a002e256ffe30885d4121a9ee4143af0320c47cdf8a2a4 SHA512 67155356b01c2294f5b87db68ac275d8c739e06590fc0ae5bcc0c9b4cfc42027b227fd64862ec3197695727c937b5c5d8c815ffbfc770beba918c0e3ca6a37f0 WHIRLPOOL 6267832952d2f1c1b4222597da2c67a8eb298781e5f1d26fe760f19ca14b4364f35e11a458c580968b6142454cb5969ed067fb2fd55e73ea38583df604eac78e diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild index 603d41acc4a7..8c9e13ae72be 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild @@ -6,7 +6,7 @@ EAPI="5" MY_P="${P/_/}" -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" +DESCRIPTION="Small C library to run an HTTP server as part of another application" HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild index dac0251b6346..a4a6fb71fb3b 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild @@ -6,7 +6,7 @@ EAPI="5" MY_P="${P/_/}" -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" +DESCRIPTION="Small C library to run an HTTP server as part of another application" HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.46.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.46.ebuild index a988b4abd4f3..ce4d3feb9437 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.46.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.46.ebuild @@ -6,7 +6,7 @@ EAPI="5" MY_P="${P/_/}" -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" +DESCRIPTION="Small C library to run an HTTP server as part of another application" HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild index 6133df572af2..4ef571ca68a6 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild @@ -6,7 +6,7 @@ EAPI="5" MY_P="${P/_/}" -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" +DESCRIPTION="Small C library to run an HTTP server as part of another application" HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.48.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.48.ebuild new file mode 100644 index 000000000000..4ef571ca68a6 --- /dev/null +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.48.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_P="${P/_/}" + +DESCRIPTION="Small C library to run an HTTP server as part of another application" +HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" +SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/12" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="epoll messages ssl static-libs test" + +RDEPEND="ssl? ( + dev-libs/libgcrypt:0= + net-libs/gnutls + )" + +# We disable tests below because they're broken, +# but if enabled, we'll need this. +DEPEND="${RDEPEND} + test? ( + ssl? ( net-misc/curl[ssl] ) + )" + +S=${WORKDIR}/${MY_P} + +DOCS="AUTHORS NEWS README ChangeLog" + +src_configure() { + econf \ + --enable-bauth \ + --enable-dauth \ + --disable-examples \ + --enable-postprocessor \ + --runstatedir=/run \ + $(use_enable epoll) \ + $(use_enable test curl) \ + $(use_enable messages) \ + $(use_enable ssl https) \ + $(use_with ssl gnutls) \ + $(use_enable static-libs static) +} + +# tests are broken in the portage environment. +src_test() { + : +} + +src_install() { + default + + use static-libs || find "${ED}" -name '*.la' -delete +} |