From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SNMP/
Date: Wed, 9 Mar 2016 20:48:37 +0000 (UTC) [thread overview]
Message-ID: <1457556499.33d2eccf99c16c60a9d92513511c0e6f1f0ed1b8.dilfridge@gentoo> (raw)
commit: 33d2eccf99c16c60a9d92513511c0e6f1f0ed1b8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 6 17:26:18 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 20:48:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d2eccf
dev-perl/Net-SNMP: Fix packaging and incorrect dependencies
- EAPI6 instead of EAPI5
- No MY_P=/S= sillyness
- Dependencies that support certain paths that expert
usage could avoid ( ie: non-encrypted SNMP ) migrated to
USE=minimal
- Test dependency added
- Missing Crypt-Rijndael and Socket6 dependencies
added to support features that could require them.
- Examples now regulated by USE=examples
- Dropped keywords for alpha, arm, ppc, ppc64 due to new dep Crypt-Rijndael
Package-Manager: portage-2.2.27
dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild | 43 ++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild b/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
new file mode 100644
index 0000000..0d6c3cf
--- /dev/null
+++ b/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_VERSION=v${PV}
+DIST_AUTHOR=DTOWN
+inherit perl-module
+
+DESCRIPTION="A SNMP Perl Module"
+
+SLOT="0"
+KEYWORDS="amd64 hppa ia64 ~mips sparc x86 ~ppc-aix ~sparc-solaris ~x86-solaris"
+# Package warrants IUSE examples
+IUSE="examples test minimal"
+
+RDEPEND="
+ !minimal? (
+ >=dev-perl/Crypt-DES-2.30.0
+ >=dev-perl/Crypt-Rijndael-1.20.0
+ >=dev-perl/Digest-HMAC-1.0
+ >=virtual/perl-Digest-MD5-2.110.0
+ >=dev-perl/Digest-SHA1-1.20.0
+ >=dev-perl/Socket6-0.230.0
+ )
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-IO
+ virtual/perl-Math-BigInt
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.360.0
+ test? ( virtual/perl-Test )
+"
+src_install() {
+ perl-module_src_install
+ if use examples; then
+ docompress -x usr/share/doc/${PF}/examples
+ insinto usr/share/doc/${PF}/
+ doins -r examples/
+ fi
+}
next reply other threads:[~2016-03-09 20:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-09 20:48 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-09 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SNMP/ Andreas Hüttel
2016-03-24 5:54 Markus Meier
2016-05-25 22:48 Matt Turner
2017-06-18 13:25 Alexis Ballier
2018-07-22 9:01 Sergei Trofimovich
2018-07-22 14:51 Thomas Deutschmann
2018-07-23 6:19 Sergei Trofimovich
2018-07-29 10:35 Sergei Trofimovich
2018-07-29 11:15 Sergei Trofimovich
2018-09-08 5:30 Mikle Kolyada
2020-04-15 12:29 Kent Fredric
2021-07-16 18:00 Andreas K. Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457556499.33d2eccf99c16c60a9d92513511c0e6f1f0ed1b8.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox