Skip to content

Commit

Permalink
dev-cpp/tbb: use HTTPS
Browse files Browse the repository at this point in the history
Closes: gentoo#8421
  • Loading branch information
mm1ke authored and FuzzyGophers committed May 16, 2018
1 parent 7342b2e commit 312e027
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-cpp/tbb/tbb-2017.20161128.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PV2="$(get_version_component_range 2)"
MYP="${PN}${PV1}_${PV2}oss"

DESCRIPTION="High level abstract threading library"
HOMEPAGE="http://www.threadingbuildingblocks.org/"
HOMEPAGE="https://www.threadingbuildingblocks.org"
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz"
LICENSE="Apache-2.0"
SLOT="0"
Expand Down
2 changes: 1 addition & 1 deletion dev-cpp/tbb/tbb-2017.20170226.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PV2=5
MY_PV="${PV1}_U${PV2}"

DESCRIPTION="High level abstract threading library"
HOMEPAGE="http://www.threadingbuildingblocks.org/"
HOMEPAGE="https://www.threadingbuildingblocks.org"
SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
Expand Down
2 changes: 1 addition & 1 deletion dev-cpp/tbb/tbb-2018.20180312.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PV2=3
MY_PV="${PV1}_U${PV2}"

DESCRIPTION="High level abstract threading library"
HOMEPAGE="http://www.threadingbuildingblocks.org/"
HOMEPAGE="https://www.threadingbuildingblocks.org"
SRC_URI="https://github.com/01org/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
Expand Down
4 changes: 2 additions & 2 deletions dev-cpp/tbb/tbb-4.3.20150611.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -11,7 +11,7 @@ PV3="$(get_version_component_range 3)"
MYP="${PN}${PV1}${PV2}_${PV3}oss"

DESCRIPTION="High level abstract threading library"
HOMEPAGE="http://www.threadingbuildingblocks.org/"
HOMEPAGE="https://www.threadingbuildingblocks.org"
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz"
LICENSE="GPL-2-with-exceptions"
SLOT="0"
Expand Down
2 changes: 1 addition & 1 deletion dev-cpp/tbb/tbb-4.4.20160803.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PV3="$(get_version_component_range 3)"
MYP="${PN}${PV1}${PV2}_${PV3}oss"

DESCRIPTION="High level abstract threading library"
HOMEPAGE="http://www.threadingbuildingblocks.org/"
HOMEPAGE="https://www.threadingbuildingblocks.org"
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz"
LICENSE="GPL-2-with-exceptions"
SLOT="0"
Expand Down

0 comments on commit 312e027

Please sign in to comment.