mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -11,7 +11,7 @@ inherit java-pkg-2 java-pkg-simple
|
||||
MY_P="${PN}-r${PV}"
|
||||
DESCRIPTION="A collection of Google's core Java libraries"
|
||||
HOMEPAGE="https://code.google.com/p/guava-libraries/"
|
||||
SRC_URI="http://guava-libraries.googlecode.com/files/${MY_P}.zip"
|
||||
SRC_URI="https://guava-libraries.googlecode.com/files/${MY_P}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Guice is a lightweight dependency injection framework for Java 5 and above"
|
||||
HOMEPAGE="https://code.google.com/p/google-guice/"
|
||||
SRC_URI="http://google-guice.googlecode.com/files/${P}-src.zip"
|
||||
SRC_URI="https://google-guice.googlecode.com/files/${P}-src.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="2"
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos ~x64-solaris"
|
||||
|
||||
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Core library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="${PV}"
|
||||
|
||||
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Code generator for Hamcrest's library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Code generator for Hamcrest's library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="${PV}"
|
||||
|
||||
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Integration library of hamcrest"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="${PV}"
|
||||
|
||||
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Core library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Core library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="${PV}"
|
||||
|
||||
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source test"
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Tool for repackaging third-party jars"
|
||||
SRC_URI="http://jarjar.googlecode.com/files/${PN}-src-${PV}.zip"
|
||||
SRC_URI="https://jarjar.googlecode.com/files/${PN}-src-${PV}.zip"
|
||||
HOMEPAGE="http://jarjar.sourceforge.net"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="1"
|
||||
|
||||
@@ -12,7 +12,7 @@ MY_P=${PN/-/.}-${PV}
|
||||
|
||||
DESCRIPTION="Dependency injection for Java (JSR-330)"
|
||||
HOMEPAGE="https://code.google.com/p/atinject/"
|
||||
SRC_URI="http://atinject.googlecode.com/files/${MY_P}-bundle.jar"
|
||||
SRC_URI="https://atinject.googlecode.com/files/${MY_P}-bundle.jar"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,8 +9,8 @@ JAVA_PKG_IUSE="doc source"
|
||||
inherit eutils java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Java binding for libinklevel"
|
||||
HOMEPAGE="http://mso.googlecode.com/"
|
||||
SRC_URI="http://mso.googlecode.com/files/${P}.tar.bz2"
|
||||
HOMEPAGE="https://mso.googlecode.com/"
|
||||
SRC_URI="https://mso.googlecode.com/files/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.json.org"
|
||||
|
||||
MY_PN="${PN/-/_}"
|
||||
MY_P="${MY_PN}-${PV}-all"
|
||||
SRC_URI="http://json-simple.googlecode.com/files/${MY_P}.zip"
|
||||
SRC_URI="https://json-simple.googlecode.com/files/${MY_P}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="JvYAMLb, YAML processor extracted from JRuby"
|
||||
HOMEPAGE="https://code.google.com/p/jvyamlb/"
|
||||
SRC_URI="http://jvyamlb.googlecode.com/files/jvyamlb-src-${PV}.tar.gz"
|
||||
SRC_URI="https://jvyamlb.googlecode.com/files/jvyamlb-src-${PV}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
|
||||
@@ -9,8 +9,8 @@ JAVA_PKG_IUSE="doc source"
|
||||
inherit eutils java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Java library to detect printers"
|
||||
HOMEPAGE="http://mso.googlecode.com/"
|
||||
SRC_URI="http://mso.googlecode.com/files/${P}.tar.bz2"
|
||||
HOMEPAGE="https://mso.googlecode.com/"
|
||||
SRC_URI="https://mso.googlecode.com/files/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -13,7 +13,7 @@ inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="BLAS and LAPACK-derived matrix data structures and linear algebra methods"
|
||||
HOMEPAGE="https://code.google.com/p/matrix-toolkits-java/"
|
||||
SRC_URI="http://matrix-toolkits-java.googlecode.com/files/mtj-${PV}.zip"
|
||||
SRC_URI="https://matrix-toolkits-java.googlecode.com/files/mtj-${PV}.zip"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,8 +9,8 @@ JAVA_PKG_IUSE="source doc"
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A small Java library with one purpose: To instantiate a new object of a class"
|
||||
HOMEPAGE="http://${PN}.googlecode.com/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}-bin.zip"
|
||||
HOMEPAGE="https://${PN}.googlecode.com/"
|
||||
SRC_URI="https://${PN}.googlecode.com/files/${P}-bin.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit eutils java-pkg-2 java-ant-2
|
||||
MY_PN="piccolo"
|
||||
DESCRIPTION="A Structured 2D Graphics Framework"
|
||||
HOMEPAGE="https://code.google.com/p/piccolo2d/"
|
||||
SRC_URI="http://piccolo2d.googlecode.com/files/Piccolo2D.Java-${PV}.zip"
|
||||
SRC_URI="https://piccolo2d.googlecode.com/files/Piccolo2D.Java-${PV}.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A YAML 1.1 parser and emitter for Java 5"
|
||||
HOMEPAGE="https://code.google.com/p/snakeyaml/"
|
||||
SRC_URI="http://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip"
|
||||
SRC_URI="https://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A YAML 1.1 parser and emitter for Java 5"
|
||||
HOMEPAGE="https://code.google.com/p/snakeyaml/"
|
||||
SRC_URI="http://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip"
|
||||
SRC_URI="https://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="1.9"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A YAML 1.1 parser and emitter for Java 5"
|
||||
HOMEPAGE="https://code.google.com/p/snakeyaml/"
|
||||
SRC_URI="http://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip"
|
||||
SRC_URI="https://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit eutils java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Zemberek NLP library"
|
||||
HOMEPAGE="https://code.google.com/p/zemberek/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}-nolibs-src.zip"
|
||||
SRC_URI="https://${PN}.googlecode.com/files/${P}-nolibs-src.zip"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user