From 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 13 Mar 2018 16:55:35 +0000 Subject: gentoo resync : 13.03.2018 --- net-misc/eventd/Manifest | 4 +- net-misc/eventd/eventd-0.23.0_p20171112.ebuild | 123 ------------------------ net-misc/eventd/eventd-0.24.0.ebuild | 125 +++++++++++++++++++++++++ 3 files changed, 127 insertions(+), 125 deletions(-) delete mode 100644 net-misc/eventd/eventd-0.23.0_p20171112.ebuild create mode 100644 net-misc/eventd/eventd-0.24.0.ebuild (limited to 'net-misc/eventd') diff --git a/net-misc/eventd/Manifest b/net-misc/eventd/Manifest index 0909677b446a..cce4f244cd11 100644 --- a/net-misc/eventd/Manifest +++ b/net-misc/eventd/Manifest @@ -1,5 +1,5 @@ DIST eventd-0.21.0.tar.xz 392080 BLAKE2B 14d01d46e07e650f392abca53716c1fd5a5d70f05fe006e8a230d38be610e36ee0369742d258b46697376317be4ff6a071166a45528ef2840159a1024057d6cc SHA512 5907d453c493c9f2332df506037027ef7df021b1e29a6773cf8bb5c32c7a301b65ca55d3e3ea40982d3e48b837738c97b5420309a45a550f409d8912636d1dae -DIST eventd-0.23.0_p20171112.tgz 239548 BLAKE2B 690b25f04aec4796117178c0fced9b46aa3b223d8c7c91bdd5dc3623759448c5012985ab5b6de0d24db8e19071f8e66f4f9014f7e7111a65256ad29d593606bb SHA512 1a8409d1292a237db7bc7c10e70b4b1c34e5bd0c7bac1bf144e288dd69718c48041066d190b75ea73670db6031b296d0697b2e41136fbe20878975351c6e8bab +DIST eventd-0.24.0.tar.xz 184140 BLAKE2B 496b91b595d391ab056298b63a75df7be1a7362b960308d24bd950fefa2084d3b1eb04fb45f25cca11116d922ecb835b3f8545e7b3c5099261bc9872a157098f SHA512 204383140a0b6baf23ba148b525de7bcb90bdedd3be9e6cd7e8ce4222a689cd6cdeae8e29afa612afe3fbf8cec68f9bbdff74e826a04ff892e51d6fd4bba2cf2 EBUILD eventd-0.21.0.ebuild 2966 BLAKE2B e6d82d1078f3bb0e6fecca2ae8a7809cd0a71744eda832f59b2516adaebbc9b8b88bb5ae3b9b1f644540ca9b773c6d33d79fc0e8805a613cea1f2363dfcdcdad SHA512 c01234e76c5d57a059da82843a3cfd33c088723432e4964a23440c7ab5276755a7e159a23bf10a736e999e7c0566a8d87dd751b58b7112cf19b5abebe5e032a1 -EBUILD eventd-0.23.0_p20171112.ebuild 3194 BLAKE2B 47e4377b525b0a8276af932c5bc1cd3726be5f74bc6d8d3275d73a6c008c6542486e23a98aad8dcab2509400c18cba3539fbb2e9c8060093aa68f72beb9815ec SHA512 4de380eb22ba24d7b96c2be2e42e2029c06979822aa5998312b0b5fea2e7725f2aa41831b1f3b6c4505f3e16620f287f1e1b7c75d53a1617179237e537c5eebd +EBUILD eventd-0.24.0.ebuild 3277 BLAKE2B b89368449b3e37775087a3770a42612d43081ab796eebd2d202fa699b6ec0dedcb760a2523cc71b1762314b455b875008a84e0a00d3e316ca91c4c2a9c518668 SHA512 49c196f7763013a002ef5d478ee6d1c17e4b54207151d62f57ccb69d1f8d79f10761a1b36660cf6cfc66b337f16cd375d74976e0cbe9a8c10473fb3bf3c77fe2 MISC metadata.xml 1106 BLAKE2B 659cbf6ddc00f8b32c3d4f028f461579bce6388ea62198575863e596207d791a7048a01cd5d8be1b6b8bdbcaa281cd14f5c2c65566e9dfe716524d3075a75455 SHA512 24381bc7069e34eeeb10e3e5c967da13f155ca2a785d04f144f658c97f8734f16fc2f72fa57874b7da4495b24eced2d2607b0f3f8b52bc9d124da29a11c4f254 diff --git a/net-misc/eventd/eventd-0.23.0_p20171112.ebuild b/net-misc/eventd/eventd-0.23.0_p20171112.ebuild deleted file mode 100644 index 94cc96e2e9c8..000000000000 --- a/net-misc/eventd/eventd-0.23.0_p20171112.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit linux-info meson systemd xdg-utils - -DESCRIPTION="A small daemon to act on remote or local events" -HOMEPAGE="https://www.eventd.org/" -SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tgz" - -LICENSE="GPL-3+ LGPL-3+ MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification - pulseaudio purple speech systemd test upnp webhook websocket +X zeroconf" - -REQUIRED_USE=" - X? ( notification ) - fbcon? ( notification ) - notification? ( || ( X fbcon ) ) - test? ( websocket ) -" - -COMMON_DEPEND=" - >=dev-libs/glib-2.40:2 - sys-apps/util-linux - x11-libs/libxkbcommon - introspection? ( >=dev-libs/gobject-introspection-1.42 ) - libcanberra? ( media-libs/libcanberra ) - libnotify? ( x11-libs/gdk-pixbuf:2 ) - notification? ( - x11-libs/cairo - x11-libs/pango - x11-libs/gdk-pixbuf:2 - X? ( - x11-libs/cairo[xcb] - x11-libs/libxcb:= - x11-libs/xcb-util - x11-libs/xcb-util-wm - ) - ) - pulseaudio? ( - media-libs/libsndfile - media-sound/pulseaudio - ) - purple? ( net-im/pidgin ) - speech? ( >=app-accessibility/speech-dispatcher-0.8.7 ) - systemd? ( sys-apps/systemd:= ) - upnp? ( net-libs/gssdp:= ) - webhook? ( >=net-libs/libsoup-2.42:2.4 ) - websocket? ( >=net-libs/libsoup-2.50:2.4 ) - zeroconf? ( net-dns/avahi[dbus] ) -" -DEPEND="${COMMON_DEPEND} - >=dev-util/meson-0.44.1 - app-text/docbook-xml-dtd:4.5 - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - virtual/pkgconfig - fbcon? ( virtual/os-headers ) -" -RDEPEND="${COMMON_DEPEND} - net-libs/glib-networking[ssl] -" - -pkg_setup() { - if use ipv6; then - CONFIG_CHECK=$(usex test 'IPV6' '~IPV6') - linux-info_pkg_setup - fi -} - -src_prepare() { - default_src_prepare - - # Prevent access violations from introspection metadata generation. - xdg_environment_reset -} - -eventd_use_enable() { - echo "-Denable-${2:-${1}}=$(usex ${1} 'true' 'false')" || die -} - -src_configure() { - local emesonargs=( - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)" - -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services" - $(eventd_use_enable websocket) - $(eventd_use_enable zeroconf dns-sd) - $(eventd_use_enable upnp ssdp) - $(eventd_use_enable ipv6) - $(eventd_use_enable systemd) - $(eventd_use_enable notification notification-daemon) - # Wayland plugin requires wayland-wall, which is currently WIP. - # See https://github.com/wayland-wall/wayland-wall/issues/1 - -Denable-nd-wayland="false" - $(eventd_use_enable X nd-xcb) - $(eventd_use_enable fbcon nd-fbdev) - $(eventd_use_enable purple im) - $(eventd_use_enable pulseaudio sound) - $(eventd_use_enable speech tts) - $(eventd_use_enable webhook) - $(eventd_use_enable libnotify) - $(eventd_use_enable libcanberra) - $(eventd_use_enable introspection gobject-introspection) - $(eventd_use_enable debug) - ) - meson_src_configure -} - -src_test() { - EVENTD_TESTS_TMP_DIR="${T}" meson_src_test -} - -pkg_postinst() { - if { use notification || use libnotify; } && ! has_version 'gnome-base/librsvg'; then - elog - elog "For SVG icons in notifications, please install 'gnome-base/librsvg'." - elog - fi -} diff --git a/net-misc/eventd/eventd-0.24.0.ebuild b/net-misc/eventd/eventd-0.24.0.ebuild new file mode 100644 index 000000000000..4580e0a092fb --- /dev/null +++ b/net-misc/eventd/eventd-0.24.0.ebuild @@ -0,0 +1,125 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit linux-info meson systemd xdg-utils + +DESCRIPTION="A small daemon to act on remote or local events" +HOMEPAGE="https://www.eventd.org/" +SRC_URI="https://www.eventd.org/download/eventd/${P}.tar.xz" + +LICENSE="GPL-3+ LGPL-3+ MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification + pulseaudio purple speech systemd test upnp webhook websocket +X zeroconf" + +REQUIRED_USE=" + X? ( notification ) + fbcon? ( notification ) + notification? ( || ( X fbcon ) ) + test? ( websocket ) +" + +COMMON_DEPEND=" + >=dev-libs/glib-2.40:2 + sys-apps/util-linux + x11-libs/libxkbcommon + introspection? ( >=dev-libs/gobject-introspection-1.42 ) + libcanberra? ( media-libs/libcanberra ) + libnotify? ( x11-libs/gdk-pixbuf:2 ) + notification? ( + x11-libs/cairo + x11-libs/pango + x11-libs/gdk-pixbuf:2 + X? ( + x11-libs/cairo[xcb] + x11-libs/libxcb:= + x11-libs/xcb-util + x11-libs/xcb-util-wm + ) + ) + pulseaudio? ( + media-libs/libsndfile + media-sound/pulseaudio + ) + purple? ( net-im/pidgin ) + speech? ( >=app-accessibility/speech-dispatcher-0.8.7 ) + systemd? ( sys-apps/systemd:= ) + upnp? ( net-libs/gssdp:= ) + webhook? ( >=net-libs/libsoup-2.42:2.4 ) + websocket? ( >=net-libs/libsoup-2.50:2.4 ) + zeroconf? ( net-dns/avahi[dbus] ) +" +DEPEND="${COMMON_DEPEND} + >=dev-util/meson-0.44.1 + app-text/docbook-xml-dtd:4.5 + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + virtual/pkgconfig + fbcon? ( virtual/os-headers ) +" +RDEPEND="${COMMON_DEPEND} + net-libs/glib-networking[ssl] +" + +pkg_setup() { + if use ipv6; then + CONFIG_CHECK=$(usex test 'IPV6' '~IPV6') + linux-info_pkg_setup + fi +} + +src_prepare() { + default_src_prepare + + # Prevent access violations from introspection metadata generation. + xdg_environment_reset +} + +eventd_use_enable() { + echo "-D${2:-${1}}=$(usex ${1} 'true' 'false')" || die +} + +src_configure() { + local emesonargs=( + -Dsystemduserunitdir="$(systemd_get_userunitdir)" + -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)" + -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services" + $(eventd_use_enable websocket) + $(eventd_use_enable zeroconf dns-sd) + $(eventd_use_enable upnp ssdp) + $(eventd_use_enable ipv6) + $(eventd_use_enable systemd) + $(eventd_use_enable notification notification-daemon) + # Wayland plugin requires wayland-wall, which is currently WIP. + # See https://github.com/wayland-wall/wayland-wall/issues/1 + -Dnd-wayland="false" + $(eventd_use_enable X nd-xcb) + $(eventd_use_enable fbcon nd-fbdev) + $(eventd_use_enable purple im) + $(eventd_use_enable pulseaudio sound) + $(eventd_use_enable speech tts) + $(eventd_use_enable webhook) + $(eventd_use_enable libnotify) + $(eventd_use_enable libcanberra) + $(eventd_use_enable introspection gobject-introspection) + $(eventd_use_enable debug) + ) + meson_src_configure +} + +src_test() { + # Drop LC_NUMERIC=C on next verbump. + # https://github.com/sardemff7/eventd/issues/39 + LC_NUMERIC=C EVENTD_TESTS_TMP_DIR="${T}" meson_src_test +} + +pkg_postinst() { + if { use notification || use libnotify; } && ! has_version 'gnome-base/librsvg'; then + elog + elog "For SVG icons in notifications, please install 'gnome-base/librsvg'." + elog + fi +} -- cgit v1.2.3