diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-05 09:06:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-05 09:06:46 +0000 |
commit | db349bda48024c8870fc1582353ac292de72b464 (patch) | |
tree | 21e13ff1eb186523737ec4ea34e432d817ce2916 /dev-perl/SNMP_Session | |
parent | Mark ~ppc64 (bug #510626). (diff) | |
download | gentoo-2-db349bda48024c8870fc1582353ac292de72b464.tar.gz gentoo-2-db349bda48024c8870fc1582353ac292de72b464.tar.bz2 gentoo-2-db349bda48024c8870fc1582353ac292de72b464.zip |
Stable for PPC64 (bug #509992).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild | 6 |
3 files changed, 9 insertions, 26 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index 34ced4c93c97..eb45dc5b9bcf 100644 --- a/dev-perl/SNMP_Session/ChangeLog +++ b/dev-perl/SNMP_Session/ChangeLog @@ -1,6 +1,10 @@ # 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.41 2014/08/13 09:28:14 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.42 2015/05/05 09:06:46 jer Exp $ + + 05 May 2015; Jeroen Roovers <jer@gentoo.org> -SNMP_Session-1.13-r1.ebuild, + SNMP_Session-1.13-r2.ebuild: + Stable for PPC64 (bug #509992). 13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> SNMP_Session-1.13-r2.ebuild: Stable for ppc, wrt bug #509992 diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild deleted file mode 100644 index 782313b62a83..000000000000 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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-r1.ebuild,v 1.5 2014/01/11 16:20:58 zlogene 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" -IUSE="" - -src_install() { - perl-module_src_install - dohtml index.html -} diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild index 838edb971c41..0ed0d6e691b5 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.8 2014/08/13 09:28:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild,v 1.9 2015/05/05 09:06:46 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ 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" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris" PATCHES=( "${FILESDIR}"/${P}-Socket6.patch |