Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyperscan/
Date: Fri, 07 Feb 2020 06:17:03
Message-Id: 1581056202.499609b38260a45a7ec856b729aa171935356d1b.juippis@gentoo
1 commit: 499609b38260a45a7ec856b729aa171935356d1b
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Feb 4 18:29:37 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 06:16:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499609b3
7
8 dev-libs/hyperscan: update urls
9
10 The official Hyperscan website has moved to hyperscan.io and source code
11 is published in https://github.com/intel/hyperscan.
12
13 Package-Manager: Portage-2.3.84, Repoman-2.3.20
14 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 dev-libs/hyperscan/hyperscan-5.1.0.ebuild | 7 +++----
18 dev-libs/hyperscan/hyperscan-5.1.1.ebuild | 6 +++---
19 dev-libs/hyperscan/hyperscan-5.2.0.ebuild | 6 +++---
20 3 files changed, 9 insertions(+), 10 deletions(-)
21
22 diff --git a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
23 index ec3fa0a718e..52d8497da64 100644
24 --- a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
25 +++ b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -8,9 +8,8 @@ PYTHON_COMPAT=( python2_7 )
33 inherit cmake python-r1
34
35 DESCRIPTION="High-performance regular expression matching library"
36 -HOMEPAGE="https://01.org/hyperscan"
37 -
38 -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 +SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +HOMEPAGE="https://www.hyperscan.io/ https://github.com/intel/hyperscan"
41
42 LICENSE="BSD"
43 SLOT="0"
44
45 diff --git a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
46 index f21c9535c2d..42551e93ced 100644
47 --- a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
48 +++ b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2019 Gentoo Authors
51 +# Copyright 1999-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
56 inherit cmake python-r1 flag-o-matic
57
58 DESCRIPTION="High-performance regular expression matching library"
59 -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 -HOMEPAGE="https://01.org/hyperscan"
61 +SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62 +HOMEPAGE="https://www.hyperscan.io/ https://github.com/intel/hyperscan"
63
64 LICENSE="BSD"
65 SLOT="0"
66
67 diff --git a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
68 index f21c9535c2d..42551e93ced 100644
69 --- a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
70 +++ b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 +# Copyright 1999-2020 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=7
77 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
78 inherit cmake python-r1 flag-o-matic
79
80 DESCRIPTION="High-performance regular expression matching library"
81 -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
82 -HOMEPAGE="https://01.org/hyperscan"
83 +SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
84 +HOMEPAGE="https://www.hyperscan.io/ https://github.com/intel/hyperscan"
85
86 LICENSE="BSD"
87 SLOT="0"