summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-03 16:01:34 +1100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-03 16:02:20 +1100
commit6b671e81cb846275198d41f91b6af6a68cbde274 (patch)
treeea1dd102215036f4b9b9679c70d2a4cfeebbb54a /dev-perl
parentsys-fs/zfs-kmod: add 2.2.4 (diff)
downloadgentoo-6b671e81cb846275198d41f91b6af6a68cbde274.tar.gz
gentoo-6b671e81cb846275198d41f91b6af6a68cbde274.tar.bz2
gentoo-6b671e81cb846275198d41f91b6af6a68cbde274.zip
dev-perl/SNMP_Session: add 1.160.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SNMP_Session/Manifest1
-rw-r--r--dev-perl/SNMP_Session/SNMP_Session-1.160.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/SNMP_Session/Manifest b/dev-perl/SNMP_Session/Manifest
index f40e5b321a74..05b082de576d 100644
--- a/dev-perl/SNMP_Session/Manifest
+++ b/dev-perl/SNMP_Session/Manifest
@@ -1 +1,2 @@
DIST SNMP_Session-1.13.tar.gz 65738 BLAKE2B 0b0232003abc1528b4de1ab20b14421d0e5fc8845f1a6956fbccb87842b0d3aff3d8d0b6d9460d4beae16020f5ea1c6e2a0170da376eb23abd70451ddf89deae SHA512 5185739cfe1c37f7087136b23f3fb1eb5daa9d1ab2036d8bbf36438b0a9ede354daca73567529c96297f2621842dfb4c7832101306cee1540ee950b4d0bfe6a8
+DIST SNMP_Session-1.16.tar.gz 181439 BLAKE2B eb80cd47e0d35ae5166435d42e40c3dfcc823c80f7bd3a46fc81b9639cd6a9a447b96b91de665fdd65415de4b954cdeb9f473d6b0c7078277f5292e20774a377 SHA512 bdcf7f7532c884b86e841eeb7d6c52b68d1161ba663370d9f47d7722d3bea1213bb4b501f951d06e73ea8742d0dd6b7a822ab868fe80d6b0f389fdcbde9cf372
diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.160.0.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.160.0.ebuild
new file mode 100644
index 000000000000..b0619f0f7043
--- /dev/null
+++ b/dev-perl/SNMP_Session/SNMP_Session-1.160.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SKIM
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="A SNMP Perl Module"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+src_install() {
+ perl-module_src_install
+ docinto html
+ dodoc index.html
+}