diff options
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jogl/jogl-2.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-java/jogl/jogl-2.2.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jogl/jogl-2.1.4.ebuild b/dev-java/jogl/jogl-2.1.4.ebuild index 8811c0a32..b8bb557db 100644 --- a/dev-java/jogl/jogl-2.1.4.ebuild +++ b/dev-java/jogl/jogl-2.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ inherit java-pkg-2 java-ant-2 #MY_P="${PN}-${MY_PV}" DESCRIPTION="Java(TM) Binding fot the OpenGL(TM) API" -HOMEPAGE="http://jogamp.org/jogl/www/" +HOMEPAGE="https://jogamp.org/jogl/www/" SRC_URI="https://github.com/sgothel/jogl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-java/jogl/jogl-2.2.4.ebuild b/dev-java/jogl/jogl-2.2.4.ebuild index 3af40058d..64c55a8eb 100644 --- a/dev-java/jogl/jogl-2.2.4.ebuild +++ b/dev-java/jogl/jogl-2.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ WANT_ANT_TASKS="ant-antlr ant-contrib dev-java/cpptasks:0" inherit java-pkg-2 java-ant-2 DESCRIPTION="Java(TM) Binding fot the OpenGL(TM) API" -HOMEPAGE="http://jogamp.org/jogl/www/" +HOMEPAGE="https://jogamp.org/jogl/www/" SRC_URI="https://github.com/sgothel/jogl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |