From 499609b38260a45a7ec856b729aa171935356d1b Mon Sep 17 00:00:00 2001 From: Petr Vaněk Date: Tue, 4 Feb 2020 19:29:37 +0100 Subject: dev-libs/hyperscan: update urls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Joonas Niilola --- dev-libs/hyperscan/hyperscan-5.1.0.ebuild | 7 +++---- dev-libs/hyperscan/hyperscan-5.1.1.ebuild | 6 +++--- dev-libs/hyperscan/hyperscan-5.2.0.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) (limited to 'dev-libs') 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" -- cgit v1.2.3-65-gdbad