mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -18,7 +18,7 @@ DEPEND=">=virtual/jdk-1.4
|
||||
RDEPEND=">=virtual/jre-1.4"
|
||||
|
||||
# Needs unpackaged deps.
|
||||
# http://bugs.gentoo.org/show_bug.cgi?id=212860
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=212860
|
||||
RESTRICT="test"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
@@ -26,7 +26,7 @@ KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~pp
|
||||
RDEPEND=">=virtual/jre-1.4"
|
||||
|
||||
# build.xml does file version detection that fails for 1.7
|
||||
# http://bugs.gentoo.org/show_bug.cgi?id=213555
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=213555
|
||||
DEPEND="|| ( =virtual/jdk-1.6* =virtual/jdk-1.5* =virtual/jdk-1.4* )
|
||||
app-arch/unzip"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ IUSE=""
|
||||
RDEPEND=">=virtual/jre-1.4"
|
||||
|
||||
# build.xml does file version detection that fails for 1.7
|
||||
# http://bugs.gentoo.org/show_bug.cgi?id=213555
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=213555
|
||||
DEPEND="test? ( =virtual/jdk-1.6* )
|
||||
!test? ( || ( =virtual/jdk-1.6* =virtual/jdk-1.5* =virtual/jdk-1.4* ) )
|
||||
app-arch/unzip"
|
||||
|
||||
@@ -30,7 +30,7 @@ DEPEND=">=virtual/jdk-1.5
|
||||
S="${WORKDIR}/${MY_P}-src/standard"
|
||||
|
||||
# Needs cactus packaged
|
||||
# http://bugs.gentoo.org/show_bug.cgi?id=212890
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=212890
|
||||
RESTRICT="test"
|
||||
|
||||
java_prepare() {
|
||||
|
||||
@@ -38,7 +38,7 @@ CLASSPATH_DIR="/usr/gnu-classpath-${CLASSPATH_SLOT}"
|
||||
|
||||
src_configure() {
|
||||
# Keep libjvm.so out of /usr
|
||||
# http://bugs.gentoo.org/show_bug.cgi?id=181896
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=181896
|
||||
INSTALL_DIR="/usr/$(get_libdir)/${PN}"
|
||||
|
||||
filter-flags "-fomit-frame-pointer"
|
||||
|
||||
@@ -33,7 +33,7 @@ pkg_nofetch() {
|
||||
einfo "If emerge fails because of a checksum error it is possible that"
|
||||
einfo "the upstream release changed without renaming. Try downloading the file"
|
||||
einfo "again (or a newer revision if available). Otherwise report this to"
|
||||
einfo "http://bugs.gentoo.org/67266 and we will make a new revision."
|
||||
einfo "https://bugs.gentoo.org/67266 and we will make a new revision."
|
||||
}
|
||||
|
||||
src_install(){
|
||||
|
||||
@@ -36,7 +36,7 @@ pkg_nofetch() {
|
||||
einfo "If emerge fails because of a checksum error it is possible that"
|
||||
einfo "the upstream release changed without renaming. Try downloading the file"
|
||||
einfo "again (or a newer revision if available). Otherwise report this to"
|
||||
einfo "http://bugs.gentoo.org/67266 and we will make a new revision."
|
||||
einfo "https://bugs.gentoo.org/67266 and we will make a new revision."
|
||||
}
|
||||
|
||||
src_install(){
|
||||
|
||||
@@ -36,7 +36,7 @@ pkg_nofetch() {
|
||||
einfo "If emerge fails because of a checksum error it is possible that"
|
||||
einfo "the upstream release changed without renaming. Try downloading the file"
|
||||
einfo "again (or a newer revision if available). Otherwise report this to"
|
||||
einfo "http://bugs.gentoo.org/67266 and we will make a new revision."
|
||||
einfo "https://bugs.gentoo.org/67266 and we will make a new revision."
|
||||
}
|
||||
|
||||
src_install(){
|
||||
|
||||
@@ -9,7 +9,7 @@ JAVA_PKG_IUSE="doc source"
|
||||
inherit vcs-snapshot java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A Java library for parsing command line options"
|
||||
HOMEPAGE="http://pholser.github.com/jopt-simple/"
|
||||
HOMEPAGE="https://pholser.github.com/jopt-simple/"
|
||||
SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -9,7 +9,7 @@ JAVA_PKG_IUSE="doc source"
|
||||
inherit vcs-snapshot java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A Java library for parsing command line options"
|
||||
HOMEPAGE="http://pholser.github.com/jopt-simple/"
|
||||
HOMEPAGE="https://pholser.github.com/jopt-simple/"
|
||||
SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
@@ -91,7 +91,7 @@ pkg_setup() {
|
||||
echo "rm ${directory}"
|
||||
echo 'emerge -1 $(< /tmp/jruby.fix)'
|
||||
|
||||
eerror "For more information, please see http://bugs.gentoo.org/show_bug.cgi?id=302187"
|
||||
eerror "For more information, please see https://bugs.gentoo.org/show_bug.cgi?id=302187"
|
||||
fail="true"
|
||||
fi
|
||||
done
|
||||
|
||||
@@ -42,6 +42,6 @@ pkg_postinst() {
|
||||
elog " APR should be available with Tomcat, for more information"
|
||||
elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html"
|
||||
elog
|
||||
elog " Please report any bugs to http://bugs.gentoo.org/"
|
||||
elog " Please report any bugs to https://bugs.gentoo.org/"
|
||||
elog
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@ pkg_postinst() {
|
||||
elog " APR should be available with Tomcat, for more information"
|
||||
elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html"
|
||||
elog
|
||||
elog " Please report any bugs to http://bugs.gentoo.org/"
|
||||
elog " Please report any bugs to https://bugs.gentoo.org/"
|
||||
elog
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ java_prepare() {
|
||||
use test && java-pkg_jarfrom --build-only --into lib/gelistirme junit-4 junit.jar
|
||||
# Added hamcrest-core as a workaround
|
||||
# Issue spotted by Markus Meier <maekke@gentoo.org>
|
||||
# See http://bugs.gentoo.org/show_bug.cgi?id=253753#c3
|
||||
# See https://bugs.gentoo.org/show_bug.cgi?id=253753#c3
|
||||
use test && java-pkg_jarfrom --build-only --into lib/gelistirme hamcrest-core
|
||||
epatch "${FILESDIR}"/${P}-classpathfix.patch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user