Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SNMP_Session/
Date: Wed, 06 Sep 2017 20:53:12
Message-Id: 1504731157.976b1d70a85aea0635b8bc50e4856eae9f0983a2.mgorny@gentoo
1 commit: 976b1d70a85aea0635b8bc50e4856eae9f0983a2
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 16:03:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:52:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976b1d70
7
8 dev-perl/SNMP_Session: use HTTPS for links to dev.gentoo.org
9
10 dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
14 index d09e6968f8c..64fc52034cf 100644
15 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
16 +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -6,7 +6,7 @@ EAPI=5
24 inherit perl-module
25
26 DESCRIPTION="A SNMP Perl Module"
27 -SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
28 +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
29 HOMEPAGE="https://github.com/sleinen/snmp-session"
30
31 LICENSE="Artistic-2"