Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
Date: Fri, 28 Dec 2018 10:53:59
Message-Id: 1545994430.c5a20ddbd7923ea3db512bbd21392dc069b0025c.jer@gentoo
1 commit: c5a20ddbd7923ea3db512bbd21392dc069b0025c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 10:53:36 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 10:53:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a20ddb
7
8 net-libs/http-parser: Version 2.9.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-libs/http-parser/Manifest | 2 +-
14 ...http-parser-2.8.1_p20181224.ebuild => http-parser-2.9.0.ebuild} | 7 ++-----
15 net-libs/http-parser/http-parser-99999.ebuild | 6 +++---
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/net-libs/http-parser/Manifest b/net-libs/http-parser/Manifest
19 index 70587f99d5f..2a37d6b5abb 100644
20 --- a/net-libs/http-parser/Manifest
21 +++ b/net-libs/http-parser/Manifest
22 @@ -1,2 +1,2 @@
23 DIST http-parser-2.8.1.tar.gz 50731 BLAKE2B 1c4f3f61550f7f8e86d7b47e3986754a108dc979c6232d87ac418f9f8295b88ee43c4a5af150460f707e6ade01f5d435801f980ccbff93369ee0a9dc2eb60656 SHA512 6f52f543d979f39688ccefae236527a8183929b3d30f5370570107b01cf89d0338b448249a81102b78d31615d2e8f6e7c708f8961f55ece08e7d3a40e5ad0883
24 -DIST http-parser-2.8.1_p20181224.tar.gz 51363 BLAKE2B ada4bc8e4143c45fc03ae18a16426cbd7ee2c945ea01806e2e6527ee8080ae1f23c72f101e4d20d12fc5995794ab0c0beca358e42daa1c429c5db74253b0f1c3 SHA512 7b721bf5283510d106544a120c51779d7fc85ae9149ab0bffc07bed17b398db506ce75e994e5b11856ef1a9576979948c04400e7e9a33942a3017dcf9b21a174
25 +DIST http-parser-2.9.0.tar.gz 51324 BLAKE2B 5607f3b3da087ba7d7352e896e209a4fd118428f526cf5465fe86253cc01779c79c867f5db6467df8e3b7bad2ca8675050ef9ed1877a945ced8d3fdd47bfabde SHA512 40acecbf71b9f0b4ae857c74c3ec0784d7f341a0cb83cf82b308387d0c5b56d38b282241aaf8ca93816970f2a9e67989f3d9d456459f3986c29fe51ab520155e
26
27 diff --git a/net-libs/http-parser/http-parser-2.8.1_p20181224.ebuild b/net-libs/http-parser/http-parser-2.9.0.ebuild
28 similarity index 83%
29 rename from net-libs/http-parser/http-parser-2.8.1_p20181224.ebuild
30 rename to net-libs/http-parser/http-parser-2.9.0.ebuild
31 index 43deb42fdd8..5220fa0c36c 100644
32 --- a/net-libs/http-parser/http-parser-2.8.1_p20181224.ebuild
33 +++ b/net-libs/http-parser/http-parser-2.9.0.ebuild
34 @@ -1,21 +1,18 @@
35 # Copyright 1999-2018 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=6
39 +EAPI=7
40 inherit toolchain-funcs multilib-minimal
41
42 -HP_COMMIT="350258965909f249f9c59823aac240313e0d0120"
43 DESCRIPTION="HTTP request/response parser for C"
44 HOMEPAGE="https://github.com/nodejs/http-parser"
45 -SRC_URI="https://github.com/nodejs/http-parser/archive/${HP_COMMIT}.tar.gz -> ${P}.tar.gz"
46 +SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47
48 LICENSE="MIT"
49 SLOT="0/2.8.0"
50 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
51 IUSE="static-libs"
52
53 -S=${WORKDIR}/${PN}-${HP_COMMIT}
54 -
55 src_prepare() {
56 default
57 tc-export CC AR
58
59 diff --git a/net-libs/http-parser/http-parser-99999.ebuild b/net-libs/http-parser/http-parser-99999.ebuild
60 index 06a3f2fa0dc..08127047fc3 100644
61 --- a/net-libs/http-parser/http-parser-99999.ebuild
62 +++ b/net-libs/http-parser/http-parser-99999.ebuild
63 @@ -1,12 +1,12 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 -EAPI=6
69 +EAPI=7
70 inherit git-r3 toolchain-funcs multilib-minimal
71
72 DESCRIPTION="HTTP request/response parser for C"
73 HOMEPAGE="https://github.com/nodejs/http-parser"
74 -EGIT_REPO_URI="https://github.com/nodejs/http-parser/"
75 +EGIT_REPO_URI="${HOMEPAGE}"
76
77 LICENSE="MIT"
78 SLOT="0"