diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:09:48 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:54:48 -0400 |
commit | 11361d08a470a8e59921f17111ea4e46d148ecfe (patch) | |
tree | 72e78fd67c872336cfc1f99d27ea52fed8a90aa9 | |
parent | dev-libs/vala-common: Drop old versions (diff) | |
download | gentoo-11361d08a470a8e59921f17111ea4e46d148ecfe.tar.gz gentoo-11361d08a470a8e59921f17111ea4e46d148ecfe.tar.bz2 gentoo-11361d08a470a8e59921f17111ea4e46d148ecfe.zip |
dev-util/d-spy: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-util/d-spy/Manifest | 1 | ||||
-rw-r--r-- | dev-util/d-spy/d-spy-1.4.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-util/d-spy/Manifest b/dev-util/d-spy/Manifest index 561351041b7a..2d0d90a0a37f 100644 --- a/dev-util/d-spy/Manifest +++ b/dev-util/d-spy/Manifest @@ -1,2 +1 @@ -DIST d-spy-1.4.0.tar.xz 215428 BLAKE2B 8641ebc77c2829f77ef563773da242deb512fc9c85ba4c3c16a4c5ff27fb5e61e55c71abc265abcf8d3c4a0c85704af52e0651d63e1b90a8e4b570d9ecb0f357 SHA512 748ba922ff77bfb6a186e155b5f83d833f7c9085322b37a972fc4e024a4125c07d393e72436c7235a2c94d8504afecd3c21b9d22765f35968bb56554e0ae648f DIST d-spy-1.6.0.tar.xz 215844 BLAKE2B 4811591024d3b599e5e10354db8aa14d5b80bf6fb3c8bfbeadcf5d9c14501af0d00368643cb58eac5ad9452b541743ce3ff9f8376202270f635078876a1012b3 SHA512 7a65bd64320a69eb54077a359381bda35f285b42f4181bf972bc790a8002a773b66c23303e5e94c3dec8c7b9bfc7b8aa60a5ce60f2eb47459ce3dfd634a05703 diff --git a/dev-util/d-spy/d-spy-1.4.0.ebuild b/dev-util/d-spy/d-spy-1.4.0.ebuild deleted file mode 100644 index e926096c9dfc..000000000000 --- a/dev-util/d-spy/d-spy-1.4.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson xdg - -DESCRIPTION="D-spy is a blisteringly fast D-Bus debugger" -HOMEPAGE="https://wiki.gnome.org/Apps/d-spy https://gitlab.gnome.org/GNOME/d-spy" - -LICENSE="GPL-3+ LGPL-3+" -SLOT="1" -KEYWORDS="amd64" - -DEPEND=" - >=dev-libs/glib-2.68:2 - >=gui-libs/gtk-4.6:4 - >=gui-libs/libadwaita-1.0:1 -" -RDEPEND=" - ${DEPEND} - >=sys-apps/dbus-1 -" -BDEPEND=" - dev-libs/appstream-glib - dev-util/desktop-file-utils - sys-devel/gettext - virtual/pkgconfig -" - -src_install() { - meson_src_install - mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} |