diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-06 15:44:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-06 15:44:11 +0000 |
commit | e242154d8e9574ffe09fbaa92282297957d1b25a (patch) | |
tree | 22e48c4350140b04a124dcafde068888cacd4168 /dev-perl/SNMP_Session | |
parent | updated formatting, SLOT, and LICENSE (diff) | |
download | historical-e242154d8e9574ffe09fbaa92282297957d1b25a.tar.gz historical-e242154d8e9574ffe09fbaa92282297957d1b25a.tar.bz2 historical-e242154d8e9574ffe09fbaa92282297957d1b25a.zip |
version bump and eclassed
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/files/digest-SNMP_Session-0.92 | 1 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index fbb592352ca2..96d5c2c6420d 100644 --- a/dev-perl/SNMP_Session/ChangeLog +++ b/dev-perl/SNMP_Session/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/SNMP_Session # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.1 2002/02/01 21:53:27 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.2 2002/05/06 15:44:11 seemant Exp $ + +*SNMP_Session-0.92 (6 May 2002) + + 6 May 2002; Seemant Kulleen <seemant@gentoo.org> SNMP-Session-0.92.ebuild + files/digest-SNMP-Session-0.92 : + + Version bump and conversion to eclass. *SNMP_Session-0.83 (1 Feb 2002) diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild new file mode 100644 index 000000000000..c9e7b4cd97d9 --- /dev/null +++ b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry Alexandratos <jerry@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.1 2002/05/06 15:44:11 seemant Exp $ + +. /usr/portage/eclass/inherit.eclass || die +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="A SNMP Perl Module" +SRC_URI="ftp://ftp.switch.ch/software/sources/network/snmp/perl/${P}.tar.gz" +HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/" +mydoc="README.SNMP_util" + +src_install() { + + base_src_install + dohtml *.html +} diff --git a/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.92 b/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.92 new file mode 100644 index 000000000000..10ecaef3ea3a --- /dev/null +++ b/dev-perl/SNMP_Session/files/digest-SNMP_Session-0.92 @@ -0,0 +1 @@ +MD5 81c30187f07bf7cbf9dc16a011419aa1 SNMP_Session-0.92.tar.gz 54962 |