forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profiles: Switch URLs to https if possible
Signed-off-by: Justin Lecher <[email protected]>
- Loading branch information
Showing
12 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,7 @@ gcj | |
ivtv | ||
|
||
# 2007/03/02 Samuli Suominen <[email protected]> | ||
# See http://bugs.gentoo.org/show_bug.cgi?id=157881#c3 | ||
# See https://bugs.gentoo.org/show_bug.cgi?id=157881#c3 | ||
battery | ||
|
||
# 2006/12/01 Gustavo Zacarias <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ USE="cracklib" | |
NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" | ||
|
||
# 2009/09/21 Robin H. Johnson <[email protected]> | ||
# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml | ||
# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml | ||
# Build kernel modules from linux-mod by default: | ||
USE="${USE} modules" | ||
|
||
|
@@ -108,7 +108,7 @@ RUBY_TARGETS="ruby19 ruby20" | |
# Samuli Suominen <[email protected]> (03 Dec 2009) | ||
# Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx | ||
# instead of USE nocxx. | ||
# http://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml | ||
# https://archives.gentoo.org/gentoo-dev/msg_a181cd0d36600067b599f4b996c6989f.xml | ||
USE="${USE} cxx" | ||
|
||
# Tiziano Müller <[email protected]> (24 Jan 2010) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -396,7 +396,7 @@ sys-apps/hwloc cuda gl opencl | |
# Samuli Suominen <[email protected]> (07 Aug 2013) | ||
# There is no support for recent app-pda/libimobiledevice wrt bug #471920 | ||
# Upstream removed entire support in future release: | ||
# http://code.google.com/p/clementine-player/source/detail?r=3d434f1c881890dd77fea6d0e3de3afc86971196 | ||
# https://code.google.com/p/clementine-player/source/detail?r=3d434f1c881890dd77fea6d0e3de3afc86971196 | ||
# Remove this entry once <=media-sound/clementine-1.1.1 has left the building | ||
media-sound/clementine ios | ||
<media-sound/clementine-1.2.0 ipod | ||
|
@@ -492,7 +492,7 @@ gnome-extra/zeitgeist-datasources chromium tomboy | |
|
||
# Alexandre Rostovtsev <[email protected]> (27 Dec 2012) | ||
# Incompatible with evolution-data-server-3.6, blocks upgrade to gnome-3.6 | ||
# See bug #436460 and http://git.gnome.org/browse/tracker/log/?h=evo-new-api | ||
# See bug #436460 and https://git.gnome.org/browse/tracker/log/?h=evo-new-api | ||
app-misc/tracker eds | ||
|
||
# Christoph Jungans <[email protected]> (26 Dec 2012) | ||
|
@@ -652,7 +652,7 @@ gnome-base/gvfs bluray | |
|
||
# Pawel Hajdan jr <[email protected]> (12 Oct 2011) | ||
# Upstream support before 27.x not ready: | ||
# http://code.google.com/p/chromium/issues/detail?id=32757 | ||
# https://code.google.com/p/chromium/issues/detail?id=32757 | ||
<www-client/chromium-27.0.1448.0 pulseaudio | ||
|
||
# Nirbheek Chauhan <[email protected]> (17 Sep 2011) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ media-libs/opencv vtk | |
# Optional (not required by anything in gentoo-x86) and fragile (based on | ||
# host system, like Java JRE version). Keep masked indefinately until | ||
# something starts requiring these. | ||
# http://bugs.gentoo.org/483372 and http://bugs.gentoo.org/508564 | ||
# https://bugs.gentoo.org/483372 and https://bugs.gentoo.org/508564 | ||
media-libs/libcaca java mono | ||
|
||
# Alon Bar-Lev <[email protected]> (21 Jul 2014) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,6 @@ VIDEO_CARDS="dummy fbdev v4l" | |
LDFLAGS="-Wl,-O1 -Wl,--as-needed" | ||
|
||
# 2009/09/21 Robin H. Johnson <[email protected]> | ||
# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml | ||
# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml | ||
# Build kernel modules from linux-mod by default: | ||
USE="${USE} modules" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -464,7 +464,7 @@ app-admin/hwreport | |
|
||
# Samuli Suominen <[email protected]> (23 Aug 2014) | ||
# Some compile problems with media-libs/openexr >= 2.2.0 | ||
# See http://bugs.gentoo.org/520240 for more information | ||
# See https://bugs.gentoo.org/520240 for more information | ||
>=media-libs/ilmbase-2.2.0 | ||
>=media-libs/openexr-2.2.0 | ||
>=media-gfx/openexr_viewers-2.2.0 | ||
|
@@ -700,7 +700,7 @@ net-irc/xchat-otr | |
# package and have no alternative can unmask at their own risk. See bug #473830. | ||
# | ||
# This is continued by Oracle Corporation, which has acquired Sun Microsystems | ||
# in early 2010; as per http://en.wikipedia.org/wiki/Sun_acquisition_by_Oracle | ||
# in early 2010; as per https://en.wikipedia.gentoo.org/wiki/Sun_acquisition_by_Oracle | ||
# | ||
# Users are suggested to upgrade to one of the newer Oracle packages like | ||
# dev-java/oracle-jdk-bin or dev-java/oracle-jre-bin or choose another | ||
|
@@ -813,7 +813,7 @@ kde-misc/kgtk | |
|
||
# Ryan Hill <[email protected]> (30 Mar 2011) | ||
# Masked indefinitely (until 0.40 is released). | ||
# http://bugs.gentoo.org/354423 | ||
# https://bugs.gentoo.org/354423 | ||
>=app-pda/libopensync-0.30 | ||
>=app-pda/libopensync-plugin-file-0.30 | ||
>=app-pda/libopensync-plugin-irmc-0.30 | ||
|
@@ -825,7 +825,7 @@ app-pda/osynctool | |
|
||
# Ryan Hill <[email protected]> (30 Mar 2011) | ||
# Work in progress | ||
# http://bugs.gentoo.org/show_bug.cgi?id=354423 | ||
# https://bugs.gentoo.org/show_bug.cgi?id=354423 | ||
app-pda/libopensync-plugin-gnokii | ||
app-pda/libopensync-plugin-gpe | ||
app-pda/multisync-gui | ||
|
@@ -949,7 +949,7 @@ games-util/hearse | |
# The following packages contain a remotely-exploitable | ||
# security vulnerability and have been hard masked accordingly. | ||
# | ||
# Please see http://bugs.gentoo.org/show_bug.cgi?id=44351 for more info | ||
# Please see https://bugs.gentoo.org/show_bug.cgi?id=44351 for more info | ||
# | ||
games-fps/unreal-tournament-goty | ||
games-fps/unreal-tournament-strikeforce | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters