public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
Date: Fri, 28 Dec 2018 10:53:53 +0000 (UTC)	[thread overview]
Message-ID: <1545994430.c5a20ddbd7923ea3db512bbd21392dc069b0025c.jer@gentoo> (raw)

commit:     c5a20ddbd7923ea3db512bbd21392dc069b0025c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 10:53:36 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 10:53:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a20ddb

net-libs/http-parser: Version 2.9.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-libs/http-parser/Manifest                                      | 2 +-
 ...http-parser-2.8.1_p20181224.ebuild => http-parser-2.9.0.ebuild} | 7 ++-----
 net-libs/http-parser/http-parser-99999.ebuild                      | 6 +++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-libs/http-parser/Manifest b/net-libs/http-parser/Manifest
index 70587f99d5f..2a37d6b5abb 100644
--- a/net-libs/http-parser/Manifest
+++ b/net-libs/http-parser/Manifest
@@ -1,2 +1,2 @@
 DIST http-parser-2.8.1.tar.gz 50731 BLAKE2B 1c4f3f61550f7f8e86d7b47e3986754a108dc979c6232d87ac418f9f8295b88ee43c4a5af150460f707e6ade01f5d435801f980ccbff93369ee0a9dc2eb60656 SHA512 6f52f543d979f39688ccefae236527a8183929b3d30f5370570107b01cf89d0338b448249a81102b78d31615d2e8f6e7c708f8961f55ece08e7d3a40e5ad0883
-DIST http-parser-2.8.1_p20181224.tar.gz 51363 BLAKE2B ada4bc8e4143c45fc03ae18a16426cbd7ee2c945ea01806e2e6527ee8080ae1f23c72f101e4d20d12fc5995794ab0c0beca358e42daa1c429c5db74253b0f1c3 SHA512 7b721bf5283510d106544a120c51779d7fc85ae9149ab0bffc07bed17b398db506ce75e994e5b11856ef1a9576979948c04400e7e9a33942a3017dcf9b21a174
+DIST http-parser-2.9.0.tar.gz 51324 BLAKE2B 5607f3b3da087ba7d7352e896e209a4fd118428f526cf5465fe86253cc01779c79c867f5db6467df8e3b7bad2ca8675050ef9ed1877a945ced8d3fdd47bfabde SHA512 40acecbf71b9f0b4ae857c74c3ec0784d7f341a0cb83cf82b308387d0c5b56d38b282241aaf8ca93816970f2a9e67989f3d9d456459f3986c29fe51ab520155e

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
similarity index 83%
rename from net-libs/http-parser/http-parser-2.8.1_p20181224.ebuild
rename to net-libs/http-parser/http-parser-2.9.0.ebuild
index 43deb42fdd8..5220fa0c36c 100644
--- a/net-libs/http-parser/http-parser-2.8.1_p20181224.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.0.ebuild
@@ -1,21 +1,18 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit toolchain-funcs multilib-minimal
 
-HP_COMMIT="350258965909f249f9c59823aac240313e0d0120"
 DESCRIPTION="HTTP request/response parser for C"
 HOMEPAGE="https://github.com/nodejs/http-parser"
-SRC_URI="https://github.com/nodejs/http-parser/archive/${HP_COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/2.8.0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
 IUSE="static-libs"
 
-S=${WORKDIR}/${PN}-${HP_COMMIT}
-
 src_prepare() {
 	default
 	tc-export CC AR

diff --git a/net-libs/http-parser/http-parser-99999.ebuild b/net-libs/http-parser/http-parser-99999.ebuild
index 06a3f2fa0dc..08127047fc3 100644
--- a/net-libs/http-parser/http-parser-99999.ebuild
+++ b/net-libs/http-parser/http-parser-99999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit git-r3 toolchain-funcs multilib-minimal
 
 DESCRIPTION="HTTP request/response parser for C"
 HOMEPAGE="https://github.com/nodejs/http-parser"
-EGIT_REPO_URI="https://github.com/nodejs/http-parser/"
+EGIT_REPO_URI="${HOMEPAGE}"
 
 LICENSE="MIT"
 SLOT="0"


             reply	other threads:[~2018-12-28 10:53 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-28 10:53 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-13 19:38 [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/ Arthur Zamarin
2022-09-09  7:59 David Seifert
2021-07-24 23:02 Marek Szuba
2020-11-18  8:28 Michał Górny
2020-11-17 18:50 Agostino Sarubbo
2020-11-17 16:22 Michał Górny
2020-11-15  5:19 Sam James
2020-11-13  4:57 Sam James
2020-11-12 23:09 Thomas Deutschmann
2020-11-10 21:25 Sam James
2020-11-04 20:24 Sam James
2020-11-04  8:16 Sergei Trofimovich
2020-11-03 22:23 Michał Górny
2020-11-03 22:23 Michał Górny
2020-11-03 22:23 Michał Górny
2020-03-25  8:12 Agostino Sarubbo
2020-03-24 11:57 Jeroen Roovers
2020-03-22 11:58 Mart Raudsepp
2020-03-22 10:36 Agostino Sarubbo
2020-03-20 20:17 Thomas Deutschmann
2020-02-11 13:06 Agostino Sarubbo
2020-02-06  9:45 Jeroen Roovers
2019-11-19 10:36 Agostino Sarubbo
2019-11-11 17:59 Aaron Bauman
2019-11-01 21:03 Thomas Deutschmann
2019-05-27 21:04 Aaron Bauman
2019-04-16  9:47 Jeroen Roovers
2019-04-16  9:47 Jeroen Roovers
2019-04-11  6:17 Jeroen Roovers
2018-12-29 10:55 Jeroen Roovers
2018-12-27 21:26 Jeroen Roovers
2018-12-12 13:04 Mikle Kolyada
2018-11-17 15:28 Mikle Kolyada
2018-10-05 15:13 Mikle Kolyada
2018-09-17 18:33 Matt Turner
2018-09-17 18:33 Matt Turner
2018-09-12 20:47 Thomas Deutschmann
2018-04-15 19:19 Jeroen Roovers
2018-04-15  9:48 Jeroen Roovers
2018-04-15  9:48 Jeroen Roovers
2018-04-15  8:55 Jeroen Roovers
2018-04-11  6:21 Jeroen Roovers
2018-02-24 10:54 Jeroen Roovers
2018-02-24 10:54 Jeroen Roovers
2017-10-30  0:01 Jonas Stein
2017-08-23  4:38 Tim Harder
2017-02-27 18:55 Michael Weber
2017-01-15  3:12 Göktürk Yüksek
2016-07-08  8:17 Agostino Sarubbo
2016-05-25 11:25 Agostino Sarubbo
2016-05-25  9:48 Agostino Sarubbo
2016-05-18  8:46 Fabian Groffen
2016-04-03 13:00 Jeroen Roovers
2016-03-09  7:01 Patrick Lauer
2016-03-04  3:28 Stephen Klimaszewski
2016-02-10  8:01 Ian Delaney
2016-01-23 11:14 Fabian Groffen
2015-11-07 20:25 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1545994430.c5a20ddbd7923ea3db512bbd21392dc069b0025c.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox