From 4392d53af7ce45ccfe6eb14146479ef0e2bd790a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 14 Oct 2022 19:44:42 +0100 Subject: gentoo auto-resync : 14:10:2022 - 19:44:42 --- x11-libs/libnotify/Manifest | 2 - x11-libs/libnotify/libnotify-0.7.12.ebuild | 63 ------------------------------ 2 files changed, 65 deletions(-) delete mode 100644 x11-libs/libnotify/libnotify-0.7.12.ebuild (limited to 'x11-libs/libnotify') diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest index 62f5c31aac5d..0944364c7e2c 100644 --- a/x11-libs/libnotify/Manifest +++ b/x11-libs/libnotify/Manifest @@ -1,5 +1,3 @@ -DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf SHA512 1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b DIST libnotify-0.8.1.tar.xz 105368 BLAKE2B 840b56941e9773b4db5ce1ffba7ca3fc04e76877349c53ed1c985acf7405a575bc9709e0255edf4562b5596de97fcd7e9dbef32d99bc853b94b203a7da0c03e4 SHA512 464b7ff9f2f6268919f336bd9c6f8c243c29282ba6ada7e491ab514b3630977a319dfa522705c68e17fff2d87effc75e009d656bc46c5e92917ad64e66b25320 -EBUILD libnotify-0.7.12.ebuild 1493 BLAKE2B 17916af79d59e58fbca0c1d6730e53f783c235964894fad7d17be3e4bfb443f45153eca65e66ab18af2d1c6077658a540ffc2aea457c89d91b23bead898de461 SHA512 44ed0adecaf966eae9e6a616dc83afa1c54fca02c27b9ae987b7aefd3a0a72c7c64c7c6a8103e35e28b4b7f9200736eaa97ae6f9ed935807060ad367bfbbe156 EBUILD libnotify-0.8.1.ebuild 1493 BLAKE2B 3b7db9d6bca4853a249fdde959f5f590902f6cb26a867dc32c3ffc88e3488b8bec477aad1c03e3f71e0e077b7b415fa7fcca8ee027710e5a5bd8f36bbd74903d SHA512 10d74808045e92755dbc4fb7c633f0c0036c5cfe3ddd3aa95b116eb1b3c99dc8c884574eced9c69518641cb4295c086439bd80b043d2200e1854288d70480c44 MISC metadata.xml 397 BLAKE2B ed17366f7a815c49a838fef999ccf115e109a3ed9eb88d527e464c49692abca943f8c8971f2a263012cb12c2c1426b3747b733cc8c20926ff0139446b1c6e685 SHA512 89e5213048893402d277dd137d4236164d0cd47cc6e5208bade85cc67303f0d754259a5ccee789e2b5e77aae2188baa09f631e5ed1a0e216215bd091539cc0be diff --git a/x11-libs/libnotify/libnotify-0.7.12.ebuild b/x11-libs/libnotify/libnotify-0.7.12.ebuild deleted file mode 100644 index f538d6ab8280..000000000000 --- a/x11-libs/libnotify/libnotify-0.7.12.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson-multilib xdg-utils - -DESCRIPTION="A library for sending desktop notifications" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="gtk-doc +introspection test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-libs/gobject-introspection-common-1.32 - dev-util/glib-utils - virtual/pkgconfig - app-text/docbook-xsl-ns-stylesheets - dev-libs/libxslt - gtk-doc? ( dev-util/gtk-doc - app-text/docbook-xml-dtd:4.1.2 ) - test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) -" -IDEPEND="app-eselect/eselect-notify-send" -PDEPEND="virtual/notification-daemon" - -src_prepare() { - default - xdg_environment_reset -} - -multilib_src_configure() { - local emesonargs=( - $(meson_use test tests) - $(meson_native_use_feature introspection) - $(meson_native_use_bool gtk-doc gtk_doc) - -Ddocbook_docs=disabled - ) - meson_src_configure -} - -multilib_src_install() { - meson_src_install - - mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941 -} - -pkg_postinst() { - eselect notify-send update ifunset -} - -pkg_postrm() { - eselect notify-send update ifunset -} -- cgit v1.2.3