diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-01 05:42:26 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-01 05:42:26 +0100 |
commit | aea641b16fe1f5d9c0a01b9b64de8d2dcce0a9b5 (patch) | |
tree | c8eece0e995f55dba5ce77e080b5663fd0ee50f4 /media-plugins | |
parent | media-plugins/gmpc-lyrics: treeclean (diff) | |
download | gentoo-aea641b16fe1f5d9c0a01b9b64de8d2dcce0a9b5.tar.gz gentoo-aea641b16fe1f5d9c0a01b9b64de8d2dcce0a9b5.tar.bz2 gentoo-aea641b16fe1f5d9c0a01b9b64de8d2dcce0a9b5.zip |
media-plugins/gmpc-libnotify: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-libnotify/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild | 36 | ||||
-rw-r--r-- | media-plugins/gmpc-libnotify/metadata.xml | 11 |
3 files changed, 0 insertions, 48 deletions
diff --git a/media-plugins/gmpc-libnotify/Manifest b/media-plugins/gmpc-libnotify/Manifest deleted file mode 100644 index 019922a35b7f..000000000000 --- a/media-plugins/gmpc-libnotify/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gmpc-libnotify-11.8.16.tar.gz 303691 BLAKE2B 6c841caf831b7cd2a4f8037e4b4d2912dd927296c07d1b6da0269f58a2d28a798619f2eacd6d634f2b1edaa992cca14d46b1a4a0590d79ce58ec445c0e0e145b SHA512 a9422e9f2c23c642967f81b75ca6915c54c364e11ff55321052e7db7dafb12bb832f4fc165a844f43c6db464b999f0cc28e7f8731a84afa643108b0633642967 diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild deleted file mode 100644 index f105abb10903..000000000000 --- a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="This plugin sends an announcement to the notification daemon on song change" -HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_LIBNOTIFY" -SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="nls" - -RDEPEND=" - >=media-sound/gmpc-${PV} - dev-libs/libxml2:2 - x11-libs/libnotify" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( - dev-util/intltool - sys-devel/gettext - )" - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - default - - # plugins only - find "${D}" -name '*.la' -delete || die -} diff --git a/media-plugins/gmpc-libnotify/metadata.xml b/media-plugins/gmpc-libnotify/metadata.xml deleted file mode 100644 index 41c26cd44097..000000000000 --- a/media-plugins/gmpc-libnotify/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">musicpd</remote-id> - </upstream> -</pkgmetadata> |