public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mikle Kolyada <zlogene@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH] app-emulation/libvirt-snmp: version bump to 0.0.4
Date: Thu, 25 Oct 2018 20:59:48 +0300	[thread overview]
Message-ID: <d5b3ddfc-9e64-13ec-0793-d6c72cf90fa5@gentoo.org> (raw)
In-Reply-To: <a54d4c30708178dc9929970ab7b41245cd727313.1540481477.git.mprivozn@redhat.com>


[-- Attachment #1.1: Type: text/plain, Size: 3150 bytes --]



On 25.10.2018 18:31, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  app-emulation/libvirt-snmp/Manifest           |  1 +
>  .../libvirt-snmp/libvirt-snmp-0.0.4.ebuild    | 40 +++++++++++++++++++
>  2 files changed, 41 insertions(+)
>  create mode 100644 app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild
>
> diff --git a/app-emulation/libvirt-snmp/Manifest b/app-emulation/libvirt-snmp/Manifest
> index ea3d956712a..b7eb38bce37 100644
> --- a/app-emulation/libvirt-snmp/Manifest
> +++ b/app-emulation/libvirt-snmp/Manifest
> @@ -1,2 +1,3 @@
>  DIST libvirt-snmp-0.0.2.tar.gz 152790 BLAKE2B b2e5eee2d67283112556c52921b14029a90d5cedf0c4575e056475191470a4b6bf5d837f1ca942b848f6509da4aa12daa508bbfc5272e1435e73fbfc290e1967 SHA512 13a522c765d278d3b8f8ab9f32f97c8531f6d131afcb0ce62ae397631db92ed3b585ad221a1f2b3bc17907cc4d61adca4a2071b0458a05f2bff5ca06191e1478
>  DIST libvirt-snmp-0.0.3.tar.gz 161186 BLAKE2B 1b43e7e81a43d4e969e2e30d7d62776743b3c5fb19929fb1606850946c665ad1ca662bee88743f60f202cd92fc42be1cc2cc94e99bf1d137df61bec09850de93 SHA512 6ffda3594ddc513e05e31e7d347a12e371dca3cc698ca790a70e2d01b2ceac6acb5dd6e3cd19723817b41aa62e0c0a49c01c47cb9ce379ac491856a7e88e5a08
> +DIST libvirt-snmp-0.0.4.tar.gz 157859 BLAKE2B e2c8fcdd97ba9b55bd4d318c63f7738024c1360ee10aa4e685c2ea6ca02478206febff30f3e1a82eb1a2dadaa52a377cfbce538e12e33f4ea2fe10b1a089945d SHA512 dbf47e7983f9bd6fcff205fffd1f6006268cca774cf427d39dec84dc7de37b545c0dfcbb2c6f171f55d73487cdec13341097137e24de2dea58ce90494d281162
> diff --git a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild
> new file mode 100644
> index 00000000000..f0eb657001f
> --- /dev/null
> +++ b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild
> @@ -0,0 +1,40 @@
> +# Copyright 1999-2018 Gentoo Foundation
> +# Distributed under the terms of the GNU General Public License v2
> +
> +EAPI=7
> +
> +inherit eutils
> +
> +DESCRIPTION="Provides SNMP functionality for libvirt"
> +HOMEPAGE="http://libvirt.org"
> +SRC_URI="http://www.libvirt.org/sources/snmp/${P}.tar.gz"
> +
> +LICENSE="GPL-2"
> +SLOT="0"
> +KEYWORDS="~amd64 ~x86"
> +IUSE=""
> +
> +DEPEND=""
> +RDEPEND="${DEPEND}
> +	app-emulation/libvirt
> +	net-analyzer/net-snmp"
> +BDEPEND="
> +	virtual/pkgconfig"
> +
> +src_install() {
> +	default
> +	newinitd "${FILESDIR}/libvirt-snmp.initd-r1" "${PN}"
> +	newconfd "${FILESDIR}/libvirt-snmp.confd" "${PN}"
> +}
> +
> +pkg_postinst() {
> +	elog "This daemon runs as an AgentX sub-daemon for snmpd. You should therefore"
> +	elog "enable the AgentX functionality in snmpd by specifying the following"
> +	elog "in /etc/snmp/snmpd.conf:"
> +	elog "  master agentx"
> +	elog "It is further recommended to send traps to the localhost as well using"
> +	elog "this option:"
> +	elog "  trap2sink localhost"
> +	elog "More information is available here:"
> +	elog "  http://wiki.libvirt.org/page/Libvirt-snmp"
> +}
could you please stop sending project related stuff to the -dev mailing
list? It is irrelevant place to provide bump patches


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2018-10-25 17:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-25 15:31 [gentoo-dev] [PATCH] app-emulation/libvirt-snmp: version bump to 0.0.4 Michal Privoznik
2018-10-25 17:59 ` Mikle Kolyada [this message]
2018-10-26  1:04   ` Matthias Maier
2018-10-26  5:52     ` Mikle Kolyada
2018-10-26  8:40       ` Michal Prívozník
2018-10-26 16:42         ` Michael Orlitzky
2018-10-27 11:16           ` Michal Prívozník
2018-10-27 12:18             ` Joonas Niilola
2018-10-27 14:35               ` Fabian Groffen
2018-10-27 16:15                 ` Matthias Maier
2018-10-27 14:45               ` Alec Warner
2018-10-28 16:02               ` William Hubbs
2018-10-25 22:25 ` [gentoo-dev] " Matthias Maier

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=d5b3ddfc-9e64-13ec-0793-d6c72cf90fa5@gentoo.org \
    --to=zlogene@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