Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/puff/
Date: Sat, 20 Apr 2019 23:27:19
Message-Id: 1555723621.fd0618b0769a8a4308008949698e764b643dd3e1.bman@gentoo
1 commit: fd0618b0769a8a4308008949698e764b643dd3e1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 19 18:08:08 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 01:27:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0618b0
7
8 sci-electronics/puff: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11745
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 sci-electronics/puff/puff-20100127-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-electronics/puff/puff-20100127-r1.ebuild b/sci-electronics/puff/puff-20100127-r1.ebuild
18 index 9ea282b9822..0c27ca623e4 100644
19 --- a/sci-electronics/puff/puff-20100127-r1.ebuild
20 +++ b/sci-electronics/puff/puff-20100127-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -6,8 +6,8 @@ EAPI=7
28 inherit flag-o-matic
29
30 DESCRIPTION="microwave CAD software"
31 -HOMEPAGE="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/puff/"
32 -SRC_URI="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz"
33 +HOMEPAGE="https://wwwhome.cs.utwente.nl/~ptdeboer/ham/puff/"
34 +SRC_URI="https://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz"
35
36 LICENSE="GPL-3"
37 SLOT="0"