mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
bump(net-libs/libmicrohttpd): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
bdc600abd6
commit
78d2c0731f
@ -1,12 +1,12 @@
|
||||
DEFINED_PHASES=configure install
|
||||
DEPEND=ssl? ( dev-libs/libgcrypt:0 net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) )
|
||||
DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application.
|
||||
DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/
|
||||
IUSE=epoll messages ssl static-libs test
|
||||
KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=ssl? ( dev-libs/libgcrypt:0 net-libs/gnutls )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.32.tar.gz
|
||||
_md5_=d90102524836316e813ebef7f037bb03
|
||||
SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.39.tar.gz
|
||||
_md5_=306aaeda8a6dd8c295ab59c6fa4bf45e
|
@ -1,6 +1,6 @@
|
||||
DEFINED_PHASES=configure install
|
||||
DEPEND=ssl? ( dev-libs/libgcrypt:0 net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) )
|
||||
DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application.
|
||||
DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/
|
||||
IUSE=epoll messages ssl static-libs test
|
||||
@ -8,5 +8,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=ssl? ( dev-libs/libgcrypt:0 net-libs/gnutls )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.33.tar.gz
|
||||
_md5_=0e059a0a4ef82cd20c89fcbdc9afc40a
|
||||
SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.40.tar.gz
|
||||
_md5_=0e3422a591bbbf9c2c53999c0a61b13d
|
@ -1,6 +1,6 @@
|
||||
DEFINED_PHASES=configure install
|
||||
DEPEND=ssl? ( dev-libs/libgcrypt:0 net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) )
|
||||
DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application.
|
||||
DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/
|
||||
IUSE=epoll messages ssl static-libs test
|
||||
@ -8,5 +8,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=ssl? ( dev-libs/libgcrypt:0 net-libs/gnutls )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.34.tar.gz
|
||||
_md5_=63a519229f5598d5fe0e61bc1afd9e2e
|
||||
SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.41.tar.gz
|
||||
_md5_=a6679266f7cae0158cf35e201bad18d6
|
@ -1,6 +1,124 @@
|
||||
# ChangeLog for net-libs/libmicrohttpd
|
||||
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.63 2014/03/27 14:54:26 floppym Exp $
|
||||
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.92 2015/04/30 11:35:47 blueness Exp $
|
||||
|
||||
30 Apr 2015; Anthony G. Basile <blueness@gentoo.org>
|
||||
-libmicrohttpd-0.9.37.ebuild, -libmicrohttpd-0.9.38.ebuild:
|
||||
Remove older versions.
|
||||
|
||||
*libmicrohttpd-0.9.41 (30 Apr 2015)
|
||||
|
||||
30 Apr 2015; Anthony G. Basile <blueness@gentoo.org>
|
||||
+libmicrohttpd-0.9.41.ebuild:
|
||||
Version bump.
|
||||
|
||||
28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.39.ebuild:
|
||||
Stable for sparc, wrt bug #545814
|
||||
|
||||
19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.39.ebuild:
|
||||
Stable for x86, wrt bug #545814
|
||||
|
||||
14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.39.ebuild:
|
||||
Stable for ia64, wrt bug #545814
|
||||
|
||||
13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.39.ebuild:
|
||||
Stable for alpha, wrt bug #545814
|
||||
|
||||
08 Apr 2015; Jeroen Roovers <jer@gentoo.org> libmicrohttpd-0.9.39.ebuild:
|
||||
Stable for HPPA (bug #545814).
|
||||
|
||||
08 Apr 2015; Anthony G. Basile <blueness@gentoo.org>
|
||||
libmicrohttpd-0.9.39.ebuild:
|
||||
Stable for arm, ppc and ppc64. Bug #545814.
|
||||
|
||||
08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.39.ebuild:
|
||||
Stable for amd64, wrt bug #545814
|
||||
|
||||
*libmicrohttpd-0.9.40 (07 Apr 2015)
|
||||
|
||||
07 Apr 2015; Anthony G. Basile <blueness@gentoo.org>
|
||||
+libmicrohttpd-0.9.40.ebuild:
|
||||
Version bump.
|
||||
|
||||
*libmicrohttpd-0.9.39 (27 Dec 2014)
|
||||
|
||||
27 Dec 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
+libmicrohttpd-0.9.39.ebuild:
|
||||
Version bump
|
||||
|
||||
24 Dec 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
-libmicrohttpd-0.9.32.ebuild, -libmicrohttpd-0.9.33.ebuild,
|
||||
-libmicrohttpd-0.9.34.ebuild, -libmicrohttpd-0.9.35.ebuild,
|
||||
-libmicrohttpd-0.9.36.ebuild:
|
||||
Remove older versions
|
||||
|
||||
02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.37.ebuild:
|
||||
Stable for alpha, wrt bug #524760
|
||||
|
||||
29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.37.ebuild:
|
||||
Stable for sparc, wrt bug #524760
|
||||
|
||||
28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.37.ebuild:
|
||||
Stable for ia64, wrt bug #524760
|
||||
|
||||
10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.37.ebuild:
|
||||
Stable for x86, wrt bug #524760
|
||||
|
||||
09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.37.ebuild:
|
||||
Stable for amd64, wrt bug #524760
|
||||
|
||||
08 Oct 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
libmicrohttpd-0.9.37.ebuild:
|
||||
Stable on arm/ppc/ppc64, bug #524760
|
||||
|
||||
*libmicrohttpd-0.9.38 (08 Oct 2014)
|
||||
|
||||
08 Oct 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
+libmicrohttpd-0.9.38.ebuild:
|
||||
Version bump
|
||||
|
||||
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
|
||||
libmicrohttpd-0.9.32.ebuild, libmicrohttpd-0.9.33.ebuild,
|
||||
libmicrohttpd-0.9.34.ebuild, libmicrohttpd-0.9.35.ebuild,
|
||||
libmicrohttpd-0.9.36.ebuild, libmicrohttpd-0.9.37.ebuild:
|
||||
QA: drop trailing '.' from DESCRIPTION
|
||||
|
||||
*libmicrohttpd-0.9.37 (02 Jun 2014)
|
||||
|
||||
02 Jun 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
+libmicrohttpd-0.9.37.ebuild:
|
||||
Version bump
|
||||
|
||||
*libmicrohttpd-0.9.36 (26 May 2014)
|
||||
|
||||
26 May 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
+libmicrohttpd-0.9.36.ebuild:
|
||||
Version bump
|
||||
|
||||
25 May 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.34.ebuild:
|
||||
Stable for sparc, wrt bug #509094
|
||||
|
||||
25 May 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.34.ebuild:
|
||||
Stable for ia64, wrt bug #509094
|
||||
|
||||
25 May 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.34.ebuild:
|
||||
Stable for alpha, wrt bug #509094
|
||||
|
||||
25 May 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.34.ebuild:
|
||||
Stable for x86, wrt bug #509094
|
||||
|
||||
25 May 2014; Agostino Sarubbo <ago@gentoo.org> libmicrohttpd-0.9.34.ebuild:
|
||||
Stable for amd64, wrt bug #509094
|
||||
|
||||
03 May 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
libmicrohttpd-0.9.34.ebuild:
|
||||
Stable on ppc, ppc64, arm. Bug #509094
|
||||
|
||||
*libmicrohttpd-0.9.35 (03 May 2014)
|
||||
|
||||
03 May 2014; Anthony G. Basile <blueness@gentoo.org>
|
||||
+libmicrohttpd-0.9.35.ebuild:
|
||||
Version bump
|
||||
|
||||
27 Mar 2014; Mike Gilbert <floppym@gentoo.org> libmicrohttpd-0.9.33.ebuild,
|
||||
libmicrohttpd-0.9.34.ebuild:
|
||||
|
@ -1,18 +1,28 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
DIST libmicrohttpd-0.9.32.tar.gz 1124859 SHA256 e554b8e1313b336616a460aca0ac1fc8c96552320bc1d4dc503ce00bfb70d89c SHA512 66ed77782e880378e476348b85554f7b70324d4dc51b8fa2fadd1c3f46ae3467b1acb3a1fe23804b65a5db5aa79e5b748e46a7486cf70bf14b74ffe77abd0f71 WHIRLPOOL 4be16f9cdf3dce663586a38ac6cd8bba23dfb744c553e6de2742b5153a52443139dd05ed07117062bde8a8235823fa7ebcb860c95dbdd3dd14c6165f01d2e39b
|
||||
DIST libmicrohttpd-0.9.33.tar.gz 1104292 SHA256 d9587e8497548f820650cd607daf3615ea3272435779378983032c570f1cd559 SHA512 4ca8dc37b59e5b3df2426b763420d88ae7691c57bace4bdb6bb766a135904c895892236a21da45bb636b8fcf0835fa101ce82484dec272e850b7627719c6e0f8 WHIRLPOOL 8ca8593f25637b0db7c837fbc8f7d9abc5aa3e935501b7bc886f0152d7acdeac5f49c8130d77c1bbdb68e019a3927c6cc0345ba46364d8ee33bb70dfa6d812df
|
||||
DIST libmicrohttpd-0.9.34.tar.gz 1141536 SHA256 29a2bfd4fd2ddf60c756b8c283291a134898e3cc143843be421a040be1b25a88 SHA512 ca4403adb89251abefc85cfd5dafa2a391db1cdff529b7056ca6429cc6f1ba99f510a9fbc34dbbb2c99ef006fe4be56ea6aa97c0a3a2ec94af03a2b6c3a7419f WHIRLPOOL 593ae1228c437163670e506e26de1321448bfb4d772dd7f0bd1a0ca999fa158ae34434bb7865e22e24173f3078a5e9ad463b1ba1289f33493fecf0f356522b11
|
||||
EBUILD libmicrohttpd-0.9.32.ebuild 1185 SHA256 4066be97ee38419f8dd8f8d195a87203b57b8a8bfd21fa923ff120ab6d91815a SHA512 0372d32284c7f5aa5faf50cdcc5d124b051a5e1999f92c235a097795124b6f016c80a824481549715e87557d5591a6953ff93bfbea9dae8a32ebdf3ece13f2a9 WHIRLPOOL 8690bdf309a4ef9a6d75b2d427a7e12a396379ccdd403b2d0560453394b425fd8c66cff0a86d4f314ec4ce323e2f249d8fb23d9e4d0f99aa2cad4bc7795ed1bf
|
||||
EBUILD libmicrohttpd-0.9.33.ebuild 1193 SHA256 01068c40a1ca281d7c112da9129a3db82910877deb5283e29287099eb6dc0ebd SHA512 8649c287b507adcef717fbeea7c824d17e8efcb79041196791a411f69223761e135519152e9f52d07feb5db84669172addd32332e90ed085d568eb3d1646a8fd WHIRLPOOL 3fc6cb08b368a2f116fdecc95904a41746c740d976ef6e0323db91e7d1e88f9a6a87fdd70cccde6876a2be77a8d24374358f503ddbda3a2a0c7a2ffbbe35a104
|
||||
EBUILD libmicrohttpd-0.9.34.ebuild 1193 SHA256 afba9ae3db81236d48fb3b964980f3cd3dd6d8c571e39d03a06962ed0b2cbea2 SHA512 e967fc070fc027cacc11a45b6cf14487a2f21a361b6fe4f9da6a9a2fc1cd3f9b3464c3acd8fbed94d8b29180c7c1248c8cf227a7f521e51933620877a659085a WHIRLPOOL e2e55f333a7460f9f7b614c7d7e8e9e9a3ad8fc68924983987b99a5b2c73e4f4610c3ee0b91c435ad2483de7ffa11652f5b886e27c15544fd894fa61be3e53ce
|
||||
MISC ChangeLog 9372 SHA256 96e5399037bfe15947fc3351aa149db99a908b99e9e56a0606440339886e9c6d SHA512 b4d8d6ab3d126b46a353161246e7b77401a7af4524928123dbe311936e7c3b495c49dccce3bfdcf6faed16347a96fd11f286fcf849b574af969a5da0b0638656 WHIRLPOOL 65031f85971af3bea802b58e765168dfe954d5716517316b8a4a79bef8349df6d446ac8c3919813e00c054396c6be5e006858e0b57d081255a88179b049a111d
|
||||
DIST libmicrohttpd-0.9.39.tar.gz 1205722 SHA256 4f937b6065c366d776be86b1d24b8fc400ebc7ea006a9d77c49a8f2f0cd7e373 SHA512 f7a526803fd5bbd28c817836340f91569542c3f8db6f04ffc8e60cf794cd5a7f1da3beda782fa80b2f6c07bb48cd09454c5bbcae1ad81b00f0df2985740a927a WHIRLPOOL a2dc5f2303bf7fd042d9f5ca58f946e0e506232870b00d7a7cb65127cc1769fdbc9a5b12145d47d7ab4d32d48ab6b311f320c350adbc071d18aae810156073c0
|
||||
DIST libmicrohttpd-0.9.40.tar.gz 1222222 SHA256 403d4d46a8690ad8382bd9f156be3eaf4e80869a75b39f03d48bbcb124c7b7a6 SHA512 69ac43a5fbed477b65c9abe8972a5a77ac03e28ffc9605a0b6c4a88d683ce58549b4599eda5706f48b4c5d98b53979265b4dbe153c2a0729d3ba354a61e23615 WHIRLPOOL 1bb3759b79c1add8c5944f961554437212d4200a165b4221bc718dab931567061bac44a739224a43bc8590fa087145d8128ba5ceb8636321966deb803d05a619
|
||||
DIST libmicrohttpd-0.9.41.tar.gz 1234550 SHA256 9798be637d4a1d76a377e1d805d142e6edcfd3ec99c443926448f647af1a7a7c SHA512 c87f4dad21d71a42522d779f2c75fb0e2b3da068350da7e3a31fc4cf6aea2e89da8f5418ef846f7e1e1d93e0b4f26dc6989d53e55842e5918e3cfde26badd037 WHIRLPOOL f6cf97cdd619637a18b09043c9a443168c8ed6b9b607f800355418520c10a19c9386a412ae57325d8948eaf98da491348299ade5099b786bcca402b207125de7
|
||||
EBUILD libmicrohttpd-0.9.39.ebuild 1179 SHA256 3d717b5226958404669fa4464c4feca3f091b6d7bd54ead6631225710a1d8a92 SHA512 90a6e9b94ab7a3f3bd6720dd518600396f9867f19cf9184564496afbeb2a492e150141c62f5a7e0351ede360e179105be47d560555fa97e46010926e8f25961c WHIRLPOOL 07584d1d803267a75e87e81664f10efcca14562061b0e2fb29257f43af4d1d60b56b7ecb1d26ea4591b96af9fb2b6460ee67c42d68c8843ef0a83f93c684e6b3
|
||||
EBUILD libmicrohttpd-0.9.40.ebuild 1193 SHA256 b6e8d536d3a9db459b6e49c5d78d15c4030898be8a26b2c9918c5b7880378266 SHA512 0d3d8c1a0069be03103ba4e4b52130c7541e49908378f232794dcc623f8e0e00cfa5d0cdc9ba33528af0e92c76187a02c490a8f19ca2bb20af281686980ba192 WHIRLPOOL 997f1c40520cdaac06ec7fe27cf6b8b3d98d2e17c6db72f6658077da50394d758473ee5a241e4cf51b7ac6d598cba0fc92303a230bd28ec74e6bf39175454730
|
||||
EBUILD libmicrohttpd-0.9.41.ebuild 1193 SHA256 81b110006eed1da60d049098c41a1bd72ab814776f0ff7bb6a935e459214703b SHA512 7f43a90673e31d6e8c28909102d5b31660929a40aabcb50373a311d3c8f416caa2784a89a01c53a44ee8eb49393dd8d85c9086817b2d61678851c0a320d7a6be WHIRLPOOL c3418619ae49cf21f94eadddc34fc016d78c9318305bc90fe3baa3a51d65dbdc93a77afd8bd01deff653fe960704f6964eb122cac3a629af3fd6247562710660
|
||||
MISC ChangeLog 13224 SHA256 f8e4f036ede5a686ccb7c0fa2168d85b1bf9e2c6b4b6a8c56f95ece87296dc33 SHA512 6345d72eb3e3435fedcd7c0b8ebe6b96080ae66f232f1d44081b7f48bc9e0e40ea8d6db98053c593af44951bdf32198b0e63f66c3ef74dc0f58458ee8434bbd9 WHIRLPOOL 2c424984f02e9218347233b059719555cfa67ab44beeca55a864b3977950950e8304ebb0ec1950e9332a8ec63a5b71d7dd9d3898feda9078fc80eb1a35550272
|
||||
MISC metadata.xml 359 SHA256 99f8013d4996905dc53e27191e9fff66c21e3b3ae2a912f14b9881b52689fcee SHA512 28d6502d6a724c5f63ab3c9b0917c7e513463b533bef7daa4c50256a6c1cf6c026897b21016f26eb2eaf999ed0b4c7561c9d59e6dcd33ef950466d394f9aacbe WHIRLPOOL bc31516b0cd0fa502b3463dbad6d7a5240f0d427086cde4189dd7cf6b3b1e58ca710398ebd4be4183e7f390dfb1420158d9758fabc8882abb45ef4b9bed8fc30
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||
Version: GnuPG v2
|
||||
|
||||
iF4EAREIAAYFAlM0O6UACgkQC77qH+pIQ6RFTgD+I0uZjujGa08FiPjM1Wu1SU4q
|
||||
KdfdidGBzUvrb6tbbxQA/1ZMHtbwezc3p7WxHlvVEc6OrUXOyIU+BKCGoX0R6oev
|
||||
=3Xlj
|
||||
iQIcBAEBCAAGBQJVQhQjAAoJEJOE+m71LUu6eiUQAKlEJJ0/Q+kJRNTOnaFdUkMG
|
||||
Oeyh6eYXYGqK2fKVsXaCuOOSkjJL5nlqVGLbz3IOBuxBPNh4TfO1IlCtqKNdQUZx
|
||||
ZK6wD6tIXIkZQIXEhCvdRIU8n0skfMqY6S4UJ829eT1+O7V5f+iWDcb6ff0v/HY9
|
||||
7uZgJHbOBVIpzoCVLZH5Zca6unLMgNfvi7INa0Pk6ZJF6WJw9e787BfrmM8Eod8V
|
||||
pIdswi6gK3Ff+Dq8A69YjI16ERplbkhCXu49e54SQnyKnapB/sVAK7JQE70uvao0
|
||||
LUhgYM9yFWrSRk3zbK16sAj9aqjSKabfkUrOzcd1/zVkAOvl/VZ84pYG4W+8JWq+
|
||||
XUPAdfMe0eMfZF9IoIXaHzuPYneWyzAd7HsP6Rc/dvOuvL7LTixefwhcnVbgYJ/f
|
||||
Gju4QBK3q8kSW8aV4o20v24rzvotBmGVhMJmr5veg6VPOC72MSdISPY2vTMvCNuC
|
||||
81TcZxhJNj/HEWx34qDZbVoYJFoazXTGECR1d7Mjy2FHzhsDWibO+r4vQWmkXrWA
|
||||
OV6LLge94wrFFfBehUwG235dSRGcL+V83xFAIiZsVOyD9UoI6GUOS9K/MluyNXl+
|
||||
Mk6CncXF/4nztSdbeePAuIZhm2/Wd3jrL5TrUv1zF6tmZ8Hw5NZ+DGW9XmQSlnBm
|
||||
+d6f8C4KYR3pW4BzzQ1k
|
||||
=Z1aG
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,17 +1,17 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.32.ebuild,v 1.11 2014/03/01 22:28:57 mgorny Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild,v 1.8 2015/04/28 09:46:26 ago Exp $
|
||||
|
||||
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="A small C library that makes it easy to run an HTTP server as part of another application"
|
||||
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/"
|
||||
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
IUSE="epoll messages ssl static-libs test"
|
||||
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.33.ebuild,v 1.4 2014/03/27 14:54:26 floppym Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.40.ebuild,v 1.1 2015/04/07 11:21:05 blueness Exp $
|
||||
|
||||
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="A small C library that makes it easy to run an HTTP server as part of another application"
|
||||
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/"
|
||||
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.34.ebuild,v 1.3 2014/03/27 14:54:26 floppym Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.41.ebuild,v 1.1 2015/04/30 11:27:48 blueness Exp $
|
||||
|
||||
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="A small C library that makes it easy to run an HTTP server as part of another application"
|
||||
HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/"
|
||||
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user