Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SNMP_Session/
Date: Tue, 01 Sep 2015 19:21:04
Message-Id: 1441134986.2aae3f55112b803adc58925762ceb15592410524.klausman@gentoo
1 commit: 2aae3f55112b803adc58925762ceb15592410524
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:16:26 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:16:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aae3f55
7
8 dev-perl/SNMP_Session: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
16 index ecbec5e..6b2c6ab 100644
17 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
18 +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
19 @@ -8,7 +8,7 @@ inherit perl-module
20
21 DESCRIPTION="A SNMP Perl Module"
22 SRC_URI="https://snmp-session.googlecode.com/files/${P}.tar.gz"
23 -HOMEPAGE="https://code.google.com/p/snmp-session/"
24 +HOMEPAGE="https://github.com/sleinen/snmp-session"
25
26 LICENSE="Artistic-2"
27 SLOT="0"