diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:20:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:49 +0200 |
commit | f0f7c6170c37edbc61a1c8581a64e60923aa6c5b (patch) | |
tree | 58f270897c87287826c8a209ba30c788cbccd871 /dev-util/perf | |
parent | dev-java/vecmath: Version bump. Fixes bug 558552. (diff) | |
download | gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.gz gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.bz2 gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.zip |
Use https for kernel.org and redhat.com
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-3.12.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-3.13.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-3.15.5.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-3.8-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-4.1.5-r1.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/perf/perf-3.12.ebuild b/dev-util/perf/perf-3.12.ebuild index af262155bd1a..17af61726e9b 100644 --- a/dev-util/perf/perf-3.12.ebuild +++ b/dev-util/perf/perf-3.12.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV/_/-}" MY_PV="${MY_PV/-pre/-git}" DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="http://perf.wiki.kernel.org/" +HOMEPAGE="https://perf.wiki.kernel.org/" LINUX_V="${PV:0:1}.x" if [[ ${PV/_rc} != ${PV} ]] ; then diff --git a/dev-util/perf/perf-3.13.1-r1.ebuild b/dev-util/perf/perf-3.13.1-r1.ebuild index 33e2f9e4cffb..e11af3b191fc 100644 --- a/dev-util/perf/perf-3.13.1-r1.ebuild +++ b/dev-util/perf/perf-3.13.1-r1.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV/_/-}" MY_PV="${MY_PV/-pre/-git}" DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="http://perf.wiki.kernel.org/" +HOMEPAGE="https://perf.wiki.kernel.org/" LINUX_V="${PV:0:1}.x" if [[ ${PV} == *_rc* ]] ; then diff --git a/dev-util/perf/perf-3.15.5.ebuild b/dev-util/perf/perf-3.15.5.ebuild index dc9dac7a843e..ee4515c3c91f 100644 --- a/dev-util/perf/perf-3.15.5.ebuild +++ b/dev-util/perf/perf-3.15.5.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV/_/-}" MY_PV="${MY_PV/-pre/-git}" DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="http://perf.wiki.kernel.org/" +HOMEPAGE="https://perf.wiki.kernel.org/" LINUX_V="${PV:0:1}.x" if [[ ${PV} == *_rc* ]] ; then diff --git a/dev-util/perf/perf-3.8-r1.ebuild b/dev-util/perf/perf-3.8-r1.ebuild index 74afde049bd6..1f72038e1ebb 100644 --- a/dev-util/perf/perf-3.8-r1.ebuild +++ b/dev-util/perf/perf-3.8-r1.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV/_/-}" MY_PV="${MY_PV/-pre/-git}" DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="http://perf.wiki.kernel.org/" +HOMEPAGE="https://perf.wiki.kernel.org/" LINUX_V="${PV:0:1}.x" if [[ ${PV/_rc} != ${PV} ]] ; then diff --git a/dev-util/perf/perf-4.1.5-r1.ebuild b/dev-util/perf/perf-4.1.5-r1.ebuild index 1323e675b275..ce0e0ba52dca 100644 --- a/dev-util/perf/perf-4.1.5-r1.ebuild +++ b/dev-util/perf/perf-4.1.5-r1.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV/_/-}" MY_PV="${MY_PV/-pre/-git}" DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="http://perf.wiki.kernel.org/" +HOMEPAGE="https://perf.wiki.kernel.org/" LINUX_V="${PV:0:1}.x" if [[ ${PV} == *_rc* ]] ; then |