commit:     6b671e81cb846275198d41f91b6af6a68cbde274
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 05:01:34 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May  3 05:02:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b671e81

dev-perl/SNMP_Session: add 1.160.0

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/SNMP_Session/Manifest                    |  1 +
 dev-perl/SNMP_Session/SNMP_Session-1.160.0.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

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
+}

Reply via email to