Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/gluegen/
Date: Wed, 13 Jan 2021 21:07:00
Message-Id: 1610571352.648f4c0152613f7079c77ff75ff398cf92726d8d.andrewammerlaan@gentoo
1 commit: 648f4c0152613f7079c77ff75ff398cf92726d8d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jan 13 20:55:52 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jan 13 20:55:52 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=648f4c01
7
8 dev-java/gluegen: use https for homepage
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-java/gluegen/gluegen-2.1.4.ebuild | 4 ++--
14 dev-java/gluegen/gluegen-2.2.4.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-java/gluegen/gluegen-2.1.4.ebuild b/dev-java/gluegen/gluegen-2.1.4.ebuild
18 index ee09ffbdc..578be9b15 100644
19 --- a/dev-java/gluegen/gluegen-2.1.4.ebuild
20 +++ b/dev-java/gluegen/gluegen-2.1.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -9,7 +9,7 @@ WANT_ANT_TASKS="ant-antlr ant-contrib dev-java/cpptasks:0"
28 inherit java-pkg-2 java-ant-2
29
30 DESCRIPTION="Automatically generate the JNI code necessary to call C libraries"
31 -HOMEPAGE="http://jogamp.org/gluegen/www/"
32 +HOMEPAGE="https://jogamp.org/gluegen/www/"
33 SRC_URI="https://github.com/sgothel/gluegen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="BSD"
36
37 diff --git a/dev-java/gluegen/gluegen-2.2.4.ebuild b/dev-java/gluegen/gluegen-2.2.4.ebuild
38 index 77874b6cc..a1992bcf2 100644
39 --- a/dev-java/gluegen/gluegen-2.2.4.ebuild
40 +++ b/dev-java/gluegen/gluegen-2.2.4.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -9,7 +9,7 @@ WANT_ANT_TASKS="ant-antlr ant-contrib dev-java/cpptasks:0"
48 inherit java-pkg-2 java-ant-2
49
50 DESCRIPTION="Automatically generate the JNI code necessary to call C libraries"
51 -HOMEPAGE="http://jogamp.org/gluegen/www/"
52 +HOMEPAGE="https://jogamp.org/gluegen/www/"
53 SRC_URI="https://github.com/sgothel/gluegen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54
55 LICENSE="BSD"