diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2020-02-04 19:29:37 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-07 08:16:42 +0200 |
commit | 499609b38260a45a7ec856b729aa171935356d1b (patch) | |
tree | c509620a4a133b1515d8e57f7a9060e7990d24ca /dev-libs/hyperscan | |
parent | sys-fs/zfs: update live ebuild (diff) | |
download | gentoo-499609b38260a45a7ec856b729aa171935356d1b.tar.gz gentoo-499609b38260a45a7ec856b729aa171935356d1b.tar.bz2 gentoo-499609b38260a45a7ec856b729aa171935356d1b.zip |
dev-libs/hyperscan: update urls
The official Hyperscan website has moved to hyperscan.io and source code
is published in https://github.com/intel/hyperscan.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/hyperscan')
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.1.0.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.2.0.ebuild | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild index ec3fa0a718e4..52d8497da64c 100644 --- a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,9 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake python-r1 DESCRIPTION="High-performance regular expression matching library" -HOMEPAGE="https://01.org/hyperscan" - -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.hyperscan.io/ https://github.com/intel/hyperscan" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild index f21c9535c2df..42551e93ced8 100644 --- a/dev-libs/hyperscan/hyperscan-5.1.1.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake python-r1 flag-o-matic DESCRIPTION="High-performance regular expression matching library" -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://01.org/hyperscan" +SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.hyperscan.io/ https://github.com/intel/hyperscan" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild index f21c9535c2df..42551e93ced8 100644 --- a/dev-libs/hyperscan/hyperscan-5.2.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake python-r1 flag-o-matic DESCRIPTION="High-performance regular expression matching library" -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://01.org/hyperscan" +SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.hyperscan.io/ https://github.com/intel/hyperscan" LICENSE="BSD" SLOT="0" |