From 3fde9b188dea83760eec8ac1a9f682b2c7fcc36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 May 2024 12:49:04 +0200 Subject: [PATCH] media-libs/libmpris2client: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../libmpris2client-0.1.0-r1.ebuild | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 media-libs/libmpris2client/libmpris2client-0.1.0-r1.ebuild diff --git a/media-libs/libmpris2client/libmpris2client-0.1.0-r1.ebuild b/media-libs/libmpris2client/libmpris2client-0.1.0-r1.ebuild deleted file mode 100644 index 154f078fd7fa0..0000000000000 --- a/media-libs/libmpris2client/libmpris2client-0.1.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2-utils - -DESCRIPTION="A library to control MPRIS2 compatible players" -HOMEPAGE="https://github.com/matiasdelellis/libmpris2client" -SRC_URI="https://github.com/matiasdelellis/${PN}/releases/download/V${PV}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=">=dev-libs/glib-2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS NEWS README TODO ) - -src_configure() { - econf --disable-static -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}