diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:33:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:33:18 +0000 |
commit | 4d2918a6f365378b81930a51a11111cb541da2d2 (patch) | |
tree | 4579fdbb2d35d2170bf1c5a2dcf2156807bc2360 /dev-perl/SNMP_Session | |
parent | Cleanup (diff) | |
download | gentoo-2-4d2918a6f365378b81930a51a11111cb541da2d2.tar.gz gentoo-2-4d2918a6f365378b81930a51a11111cb541da2d2.tar.bz2 gentoo-2-4d2918a6f365378b81930a51a11111cb541da2d2.zip |
Cleanup
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild | 23 |
3 files changed, 5 insertions, 48 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index f379f73ee293..d47ab60a15bd 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.23 2010/07/18 08:22:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.24 2010/10/20 07:33:18 tove Exp $ + + 20 Oct 2010; Torsten Veller <tove@gentoo.org> + -SNMP_Session-0.92-r1.ebuild, -SNMP_Session-1.12.ebuild: + Cleanup 18 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> SNMP_Session-1.13.ebuild: diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild deleted file mode 100644 index b4cc8f6a67c6..000000000000 --- a/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild,v 1.12 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -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/" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="" - -mydoc="README.SNMP_util" - -src_install() { - - perl-module_src_install - dohtml *.html -} - -DEPEND="dev-lang/perl" diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild deleted file mode 100644 index c17e52b872b7..000000000000 --- a/dev-perl/SNMP_Session/SNMP_Session-1.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 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.12.ebuild,v 1.1 2009/01/30 08:02:06 tove Exp $ - -inherit perl-module - -DESCRIPTION="A SNMP Perl Module" -SRC_URI="http://www.switch.ch/misc/leinen/snmp/perl/dist/${P}.tar.gz" -HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/" - -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 -} |