From 8e48ce95bb2e1ad83b4ff28f3f079890440e2748 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Mon, 26 Aug 2013 15:29:57 +0000 Subject: revbump -> EAPI 5 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) --- dev-perl/SNMP_Session/ChangeLog | 10 ++++++++-- dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild | 21 +++++++++++++++++++++ dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild | 7 +++---- 3 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild (limited to 'dev-perl/SNMP_Session') diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index f522eee2e2a4..b31d2ee64d4b 100644 --- a/dev-perl/SNMP_Session/ChangeLog +++ b/dev-perl/SNMP_Session/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/SNMP_Session -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.28 2012/03/01 16:17:42 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.29 2013/08/26 15:29:57 idella4 Exp $ + +*SNMP_Session-1.13-r1 (26 Aug 2013) + + 26 Aug 2013; Ian Delaney +SNMP_Session-1.13-r1.ebuild, + SNMP_Session-1.13.ebuild: + revbump -> EAPI 5 01 Mar 2012; Torsten Veller metadata.xml: Add missing cpan remote-id tags in metadata.xml (#406287) diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild new file mode 100644 index 000000000000..20312e3e0861 --- /dev/null +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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.1 2013/08/26 15:29:56 idella4 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.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild index 5c09f7a90898..e6784d12ec22 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 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.ebuild,v 1.10 2011/03/30 08:35:27 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild,v 1.11 2013/08/26 15:29:56 idella4 Exp $ inherit perl-module @@ -12,8 +12,7 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~sparc-solaris ~x86-solaris" IUSE="" - -DEPEND="dev-lang/perl" +SRC_TEST="do" mydoc="README.SNMP_util" -- cgit v1.2.3-65-gdbad