diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-11-17 18:42:08 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-11-17 19:12:04 +0100 |
commit | 1ece9c57de3be7d5a9daa28153e5df7760d4fb70 (patch) | |
tree | 95263be33ceae6618129c0144b168ff0cd61fc4d /x11-libs | |
parent | x11-misc/notification-daemon: update HOMEPAGE (diff) | |
download | gentoo-1ece9c57de3be7d5a9daa28153e5df7760d4fb70.tar.gz gentoo-1ece9c57de3be7d5a9daa28153e5df7760d4fb70.tar.bz2 gentoo-1ece9c57de3be7d5a9daa28153e5df7760d4fb70.zip |
x11-libs/libnotify: cleanup old revision
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libnotify/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 65 |
2 files changed, 0 insertions, 66 deletions
diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest index c089edd13363..4e7791ed538d 100644 --- a/x11-libs/libnotify/Manifest +++ b/x11-libs/libnotify/Manifest @@ -1,2 +1 @@ -DIST libnotify-0.7.6.tar.xz 280388 BLAKE2B 89b5853f940be94884f6e50b1114bbc3428a5ee1645fc0b72cbfd2ca0f0bb574353ca0b379f0ded077022a478713419654598fdc603652f00c2d772a58666a40 SHA512 5d656ee7ee5caeb95aec4adb973795dc72fc620cd36b9fe3d4f910951945bd5df70ee1c422cd6aca9c38a9ba2760562e479fc8fb9269449924a5b24d762d03df DIST libnotify-0.7.7.tar.xz 285356 BLAKE2B ace0eedb1beecfbb89726960e441821d64f5ac456dfc6294b051479078726aed6fbacbd1e8cb17578933adbc4c94711b0d69a292778ba4bce096552a5197722b SHA512 133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954 diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild deleted file mode 100644 index 765e171e9396..000000000000 --- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils gnome.org multilib-minimal 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 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="+introspection test" - -RDEPEND=" - app-eselect/eselect-notify-send - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.32:= ) -" -DEPEND="${RDEPEND} - >=dev-libs/gobject-introspection-common-1.32 - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.14 - virtual/pkgconfig - test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) -" -PDEPEND="virtual/notification-daemon" - -src_prepare() { - xdg_environment_reset - sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die - - if ! use test; then - sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die - fi - - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE=${S} econf \ - --disable-static \ - $(multilib_native_use_enable introspection) - - # work-around gtk-doc out-of-source brokedness - if multilib_is_native_abi; then - ln -s "${S}"/docs/reference/html docs/reference/html || die - fi -} - -multilib_src_install() { - default - prune_libtool_files - - mv "${ED}"/usr/bin/{,libnotify-}notify-send #379941 -} - -pkg_postinst() { - eselect notify-send update ifunset -} - -pkg_postrm() { - eselect notify-send update ifunset -} |