jer 14/05/10 18:39:14 Modified: ChangeLog Added: SNMP_Session-1.13-r2.ebuild Log: Add fix for SNMP_Session::pack_sockaddr_in6 redefinition (bug #509986). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.34 dev-perl/SNMP_Session/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SNMP_Session/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 11 Jan 2014 16:20:58 -0000 1.33 +++ ChangeLog 10 May 2014 18:39:14 -0000 1.34 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/SNMP_Session # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.33 2014/01/11 16:20:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.34 2014/05/10 18:39:14 jer Exp $ + +*SNMP_Session-1.13-r2 (10 May 2014) + + 10 May 2014; Jeroen Roovers <j...@gentoo.org> +SNMP_Session-1.13-r2.ebuild, + +files/SNMP_Session-1.13-Socket6.patch: + Add fix for SNMP_Session::pack_sockaddr_in6 redefinition (bug #509986). 11 Jan 2014; <zlog...@gentoo.org> -SNMP_Session-1.13.ebuild, SNMP_Session-1.13-r1.ebuild: 1.1 dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild?rev=1.1&content-type=text/plain Index: SNMP_Session-1.13-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild,v 1.1 2014/05/10 18:39:14 jer Exp $ EAPI=5 inherit perl-module DESCRIPTION="A SNMP Perl Module" SRC_URI="http://snmp-session.googlecode.com/files/${P}.tar.gz" HOMEPAGE="http://code.google.com/p/snmp-session/" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris ~x86-solaris" PATCHES=( "${FILESDIR}"/${P}-Socket6.patch ) src_install() { perl-module_src_install dohtml index.html }