summaryrefslogtreecommitdiff
path: root/net-misc/eventd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /net-misc/eventd
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'net-misc/eventd')
-rw-r--r--net-misc/eventd/Manifest6
-rw-r--r--net-misc/eventd/eventd-0.21.0.ebuild120
-rw-r--r--net-misc/eventd/eventd-0.24.1.ebuild123
-rw-r--r--net-misc/eventd/eventd-0.27.0.ebuild105
4 files changed, 107 insertions, 247 deletions
diff --git a/net-misc/eventd/Manifest b/net-misc/eventd/Manifest
index 161652675b45..3e2ff3909178 100644
--- a/net-misc/eventd/Manifest
+++ b/net-misc/eventd/Manifest
@@ -1,5 +1,3 @@
-DIST eventd-0.21.0.tar.xz 392080 BLAKE2B 14d01d46e07e650f392abca53716c1fd5a5d70f05fe006e8a230d38be610e36ee0369742d258b46697376317be4ff6a071166a45528ef2840159a1024057d6cc SHA512 5907d453c493c9f2332df506037027ef7df021b1e29a6773cf8bb5c32c7a301b65ca55d3e3ea40982d3e48b837738c97b5420309a45a550f409d8912636d1dae
-DIST eventd-0.24.1.tar.xz 184276 BLAKE2B cd14506d7f539bd6076540c713c7957d52db1fb3a4a09ad52d2b1d4ab4b3d3c31c8245063a85efcef1abbc127fa534c15db1b297f9f651ac113b3723842f76f2 SHA512 c99a42364796cf7421bbb3c8b0d0810e1933b226c8bc4f74240d276d40bd9b96aae5d6016b8da92435222572fd1bf04441a63039f14162702f87aa0bdd4d67ed
-EBUILD eventd-0.21.0.ebuild 2966 BLAKE2B e6d82d1078f3bb0e6fecca2ae8a7809cd0a71744eda832f59b2516adaebbc9b8b88bb5ae3b9b1f644540ca9b773c6d33d79fc0e8805a613cea1f2363dfcdcdad SHA512 c01234e76c5d57a059da82843a3cfd33c088723432e4964a23440c7ab5276755a7e159a23bf10a736e999e7c0566a8d87dd751b58b7112cf19b5abebe5e032a1
-EBUILD eventd-0.24.1.ebuild 3177 BLAKE2B ea39b2cd49d1844241a971ffcb983f7313c638f243dfcc27a31f0a77ef53b181ab20c8d308000fd52af89534a3bacceef1c98ca1b23348f703783b2176bafef6 SHA512 f12e2fde8ec56245287f6c2475d99b999661b30b6b5dd72012fe287516061d995ec6345dd0785528f05dd5fd058dc629d54757557c5e0e63bf90161184a61888
+DIST eventd-0.27.0.tar.xz 188000 BLAKE2B 06779168e9049714aabc051f8a85a5e5764509c3deceddd300c103f4831b6679f082748858bebb9629dcd47fa0b570158c6cf2b665167ab8e20a7dc0f12cc00f SHA512 586fdf36742cfda5a3c5e4cf4600307b8d699701fdf32eec25a7b294c815ded6e7e41210e65c706c34c5f2d911cadec89b677f082dad183f486fb7d1a55a2302
+EBUILD eventd-0.27.0.ebuild 2551 BLAKE2B a24f06ab3ec1df9775820e41f43ea248a0a87fbf3059fbc32dc4769991288ee808a5216c5268d40519e9e36b6614c893942340533a80db86d9df8160dfb08809 SHA512 10380d0efa56e13914e2b2c0d7c6e58f1b682294be9d8e1c7352b9c56c0bc141c427b7ae4cadcbb77fecd35d2de9a118fd65dd693a1e71afe356b75adf989d6f
MISC metadata.xml 907 BLAKE2B f615133974e8aa1afefed00bf6d5e856b18feac63189f8c338de145145c10870de3bf45a764c53c9003fbac6215961ba9e4ca8898c0e2089545a20bc3b147342 SHA512 9132a923a1c3b140374a480473665aa85ab0a9d8f7aa74298a78b4905c5d2bbb97a0fa9d8564c600a9023f64e67151ac47b9443c55e6e7642bbebaf22da061aa
diff --git a/net-misc/eventd/eventd-0.21.0.ebuild b/net-misc/eventd/eventd-0.21.0.ebuild
deleted file mode 100644
index e367b620f030..000000000000
--- a/net-misc/eventd/eventd-0.21.0.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info 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/${PN}/${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 websocket +X zeroconf"
-
-REQUIRED_USE="
- X? ( notification )
- fbcon? ( notification )
- notification? ( || ( X fbcon ) )
-"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.40:2
- sys-apps/util-linux
- 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 )
- systemd? ( sys-apps/systemd:= )
- upnp? ( net-libs/gssdp:= )
- websocket? ( >=net-libs/libsoup-2.50:2.4 )
- zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${COMMON_DEPEND}
- 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
-
- # Workaround Gentoo bug 604398.
- sed -i \
- -e 's|libspeechd|speech-dispatcher/libspeechd|g' \
- plugins/tts/src/tts.c || die
-
- # Prevent access violations from introspection metadata generation.
- xdg_environment_reset
-}
-
-src_configure() {
- local myeconfargs=(
- --with-systemduserunitdir="$(systemd_get_userunitdir)"
- --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
- --with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
- $(use_enable websocket)
- $(use_enable zeroconf dns-sd)
- $(use_enable upnp ssdp)
- $(use_enable introspection)
- $(use_enable ipv6)
- $(use_enable systemd)
- $(use_enable notification notification-daemon)
- # Wayland plugin requires wayland-wall, which is currently WIP.
- # See https://github.com/wayland-wall/wayland-wall/issues/1
- --disable-nd-wayland
- $(use_enable X nd-xcb)
- $(use_enable fbcon nd-fbdev)
- $(use_enable purple im)
- $(use_enable pulseaudio sound)
- $(use_enable speech tts)
- $(use_enable libnotify)
- $(use_enable libcanberra)
- $(use_enable debug)
- )
- econf "${myeconfargs[@]}"
-}
-
-src_test() {
- local -x EVENTD_TESTS_TMP_DIR="${T}"
- default_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.1.ebuild b/net-misc/eventd/eventd-0.24.1.ebuild
deleted file mode 100644
index b981fafccea5..000000000000
--- a/net-misc/eventd/eventd-0.24.1.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://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() {
- 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.27.0.ebuild b/net-misc/eventd/eventd-0.27.0.ebuild
new file mode 100644
index 000000000000..f4197d8b68a3
--- /dev/null
+++ b/net-misc/eventd/eventd-0.27.0.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 wayland webhook websocket
+ +X zeroconf"
+
+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[xcb]
+ x11-libs/libxcb:=[xkb]
+ 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 )
+ systemd? ( sys-apps/systemd:= )
+ upnp? ( net-libs/gssdp:= )
+ wayland? ( dev-libs/wayland )
+ webhook? ( net-libs/libsoup:2.4 )
+ websocket? ( net-libs/libsoup:2.4 )
+ zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.5
+ app-text/docbook-xsl-stylesheets
+ dev-libs/libxslt
+ fbcon? ( virtual/os-headers )
+"
+RDEPEND="${COMMON_DEPEND}
+ net-libs/glib-networking[ssl]
+"
+BDEPEND="virtual/pkgconfig"
+
+pkg_setup() {
+ if use ipv6; then
+ CONFIG_CHECK=$(usex test 'IPV6' '~IPV6')
+ linux-info_pkg_setup
+ fi
+}
+
+src_configure() {
+ local emesonargs=(
+ -Dsystemduserunitdir="$(systemd_get_userunitdir)"
+ -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
+ -Ddbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
+ $(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 wayland nd-wayland)
+ $(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
+}