From 06a2593561b5f8054db8d68aa94b4338d2dd2bf6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Aug 2023 00:14:05 +0100 Subject: gentoo auto-resync : 15:08:2023 - 00:14:05 --- net-misc/eventd/Manifest | 2 +- net-misc/eventd/eventd-0.29.0-r1.ebuild | 110 -------------------------------- net-misc/eventd/eventd-0.29.0-r2.ebuild | 103 ++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+), 111 deletions(-) delete mode 100644 net-misc/eventd/eventd-0.29.0-r1.ebuild create mode 100644 net-misc/eventd/eventd-0.29.0-r2.ebuild (limited to 'net-misc/eventd') diff --git a/net-misc/eventd/Manifest b/net-misc/eventd/Manifest index 883434505ebd..2dceac20e754 100644 --- a/net-misc/eventd/Manifest +++ b/net-misc/eventd/Manifest @@ -1,3 +1,3 @@ DIST eventd-0.29.0.tar.xz 196276 BLAKE2B 5d9fd352df65a8bb00e6bf1f7600dadc1bf3d3c98ed02eb3ad3cb6148dc8370dd2bc2ecda7e2b8f60d90b7adebb2187490bb6c934bc0bf8b5d0cd38bb26a8c36 SHA512 32407049df0abba68eb6310a86f8c6ec42774bd55934e5927d92f9eb75fc11f32e790904641a0113d8668c66591a0a82246b3240ba1a9517b243301bb96227b8 -EBUILD eventd-0.29.0-r1.ebuild 2624 BLAKE2B 5d967ee2a64345248d300268dd8fc9cc40c1b3d9adbe32a16261c3c89ef6bf5fb28e616307b139fb060b7bf39ef2ac4389da26e710b03fbc5480db218d7fe8f7 SHA512 22f4b7daf5f5a4d671d546782174fb356be5bff9dfb61a580e02da285ef71d0e48a0ca62f41a665b76aa12ce3dd3f16cf5b038319830d6f59d41bf0d3e120ef7 +EBUILD eventd-0.29.0-r2.ebuild 2503 BLAKE2B 1278141b2dc4be50b84197cceadd3a31ab65d28e16f07393d40d712507a8e66ed286822d07ebeee37f7162884186cee355df1874b1f04fd0e118598e99316ba0 SHA512 159024e231111587be3a73c6cad4638ff7bd26438af6eb631ae32963d797bfd450fcd0e53b53102cec4af8017a518125ede70dd2ca86bf154a4bdb6a2364dc06 MISC metadata.xml 908 BLAKE2B 070d6de6db62dbfecb990dde8a928f4bafe44f25c208f1136a600992c90a7978787df0f77f1ed82cdc203430d428fc4371136ab13ee5672090f6cbd6cf13bf40 SHA512 db11d00d0d0d04b2265340fcf4d28d73ed053135a8c7e40b6f1fbb6c22c23a9cf777c0ba40540d38de103c04744cc4354abf0134fdb3c325e8a733179794073d diff --git a/net-misc/eventd/eventd-0.29.0-r1.ebuild b/net-misc/eventd/eventd-0.29.0-r1.ebuild deleted file mode 100644 index 0733249e9b62..000000000000 --- a/net-misc/eventd/eventd-0.29.0-r1.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-info meson systemd - -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+ ISC MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug fbcon +introspection ipv6 libcanberra libnotify +notification - pulseaudio purple speech systemd test upnp webhook websocket +X zeroconf" - -RESTRICT="!test? ( test )" -REQUIRED_USE=" - X? ( notification ) - fbcon? ( notification ) - notification? ( || ( X fbcon ) ) - test? ( websocket ) -" - -COMMON_DEPEND=" - dev-libs/glib:2 - sys-apps/util-linux - x11-libs/libxkbcommon - introspection? ( dev-libs/gobject-introspection ) - libcanberra? ( media-libs/libcanberra ) - libnotify? ( x11-libs/gdk-pixbuf:2 ) - notification? ( - gnome-base/librsvg - x11-libs/cairo - x11-libs/pango - x11-libs/gdk-pixbuf:2 - X? ( - x11-libs/cairo[X,xcb(+)] - x11-libs/libxcb:=[xkb(+)] - x11-libs/xcb-util - x11-libs/xcb-util-wm - ) - ) - pulseaudio? ( - media-libs/libpulse - media-libs/libsndfile - ) - purple? ( net-im/pidgin ) - speech? ( app-accessibility/speech-dispatcher ) - systemd? ( sys-apps/systemd:= ) - upnp? ( >=net-libs/gssdp-1.2:0= ) - webhook? ( net-libs/libsoup:3.0 ) - websocket? ( net-libs/libsoup:3.0 ) - zeroconf? ( net-dns/avahi[dbus] ) -" -DEPEND=" - ${COMMON_DEPEND} - fbcon? ( virtual/os-headers ) -" -RDEPEND=" - ${COMMON_DEPEND} - net-libs/glib-networking[ssl] -" -BDEPEND=" - app-text/docbook-xml-dtd:4.5 - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - virtual/pkgconfig -" - -pkg_setup() { - if use ipv6; then - CONFIG_CHECK=$(usex test 'IPV6' '~IPV6') - linux-info_pkg_setup - fi -} - -src_configure() { - # wayland disabled due to missing dep in ::gentoo, wayland-wall - local emesonargs=( - -Dsystemduserunitdir="$(systemd_get_userunitdir)" - -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)" - -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services" - -Dnd-wayland=false - -Dvapi=false - $(meson_feature websocket) - $(meson_feature zeroconf dns-sd) - $(meson_feature upnp ssdp) - $(meson_use ipv6) - $(meson_use systemd) - $(meson_use notification notification-daemon) - $(meson_use X nd-xcb) - $(meson_use fbcon nd-fbdev) - $(meson_use purple im) - $(meson_use pulseaudio sound) - $(meson_use speech tts) - $(meson_use webhook) - $(meson_use libnotify) - $(meson_use libcanberra) - $(meson_use introspection gobject-introspection) - $(meson_use debug debug-output) - ) - - meson_src_configure -} - -src_test() { - EVENTD_TESTS_TMP_DIR="${T}" meson_src_test -} diff --git a/net-misc/eventd/eventd-0.29.0-r2.ebuild b/net-misc/eventd/eventd-0.29.0-r2.ebuild new file mode 100644 index 000000000000..0c6729f4ee5b --- /dev/null +++ b/net-misc/eventd/eventd-0.29.0-r2.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info meson systemd + +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+ ISC MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug fbcon +introspection libcanberra libnotify +notification + pulseaudio purple speech systemd test upnp webhook websocket +X zeroconf" + +RESTRICT="!test? ( test )" +REQUIRED_USE=" + X? ( notification ) + fbcon? ( notification ) + notification? ( || ( X fbcon ) ) + test? ( websocket ) +" + +COMMON_DEPEND=" + dev-libs/glib:2 + sys-apps/util-linux + x11-libs/libxkbcommon + introspection? ( dev-libs/gobject-introspection ) + libcanberra? ( media-libs/libcanberra ) + libnotify? ( x11-libs/gdk-pixbuf:2 ) + notification? ( + gnome-base/librsvg + x11-libs/cairo + x11-libs/pango + x11-libs/gdk-pixbuf:2 + X? ( + x11-libs/cairo[X,xcb(+)] + x11-libs/libxcb:=[xkb(+)] + x11-libs/xcb-util + x11-libs/xcb-util-wm + ) + ) + pulseaudio? ( + media-libs/libpulse + media-libs/libsndfile + ) + purple? ( net-im/pidgin ) + speech? ( app-accessibility/speech-dispatcher ) + systemd? ( sys-apps/systemd:= ) + upnp? ( net-libs/gssdp:1.6= ) + webhook? ( net-libs/libsoup:3.0 ) + websocket? ( net-libs/libsoup:3.0 ) + zeroconf? ( net-dns/avahi[dbus] ) +" +DEPEND=" + ${COMMON_DEPEND} + fbcon? ( virtual/os-headers ) +" +RDEPEND=" + ${COMMON_DEPEND} + net-libs/glib-networking[ssl] +" +BDEPEND=" + app-text/docbook-xml-dtd:4.5 + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + virtual/pkgconfig +" + +src_configure() { + # wayland disabled due to missing dep in ::gentoo, wayland-wall + local emesonargs=( + -Dsystemduserunitdir="$(systemd_get_userunitdir)" + -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)" + -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services" + -Dnd-wayland=false + -Dvapi=false + $(meson_feature websocket) + $(meson_feature zeroconf dns-sd) + $(meson_feature upnp ssdp) + -Dipv6=true + $(meson_use systemd) + $(meson_use notification notification-daemon) + $(meson_use X nd-xcb) + $(meson_use fbcon nd-fbdev) + $(meson_use purple im) + $(meson_use pulseaudio sound) + $(meson_use speech tts) + $(meson_use webhook) + $(meson_use libnotify) + $(meson_use libcanberra) + $(meson_use introspection gobject-introspection) + $(meson_use debug debug-output) + ) + + meson_src_configure +} + +src_test() { + EVENTD_TESTS_TMP_DIR="${T}" meson_src_test +} -- cgit v1.2.3