diff options
-rw-r--r-- | dev-perl/SNMP_Session/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index 5ef9d857e530..a7c46b5260cd 100644 --- a/dev-perl/SNMP_Session/ChangeLog +++ b/dev-perl/SNMP_Session/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SNMP_Session -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.16 2009/01/30 08:02:06 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.17 2010/01/08 21:23:23 patrick Exp $ + +*SNMP_Session-1.13 (08 Jan 2010) + + 08 Jan 2010; Patrick Lauer <patrick@gentoo.org> +SNMP_Session-1.13.ebuild: + Bump for #281501, changed homepage and src_uri *SNMP_Session-1.12 (30 Jan 2009) diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild new file mode 100644 index 000000000000..705ecbbe21cd --- /dev/null +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 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.1 2010/01/08 21:23:23 patrick Exp $ + +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 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" + +mydoc="README.SNMP_util" + +src_install() { + perl-module_src_install + dohtml *.html +} |