From d087665a0d6764fc223d2f88a04db01d76af9cc0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 10 Aug 2023 09:32:05 +0100 Subject: gentoo auto-resync : 10:08:2023 - 09:32:05 --- media-sound/cmusfm/cmusfm-0.4.1.ebuild | 47 ---------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 media-sound/cmusfm/cmusfm-0.4.1.ebuild (limited to 'media-sound/cmusfm/cmusfm-0.4.1.ebuild') diff --git a/media-sound/cmusfm/cmusfm-0.4.1.ebuild b/media-sound/cmusfm/cmusfm-0.4.1.ebuild deleted file mode 100644 index 058994785776..000000000000 --- a/media-sound/cmusfm/cmusfm-0.4.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools readme.gentoo-r1 - -DESCRIPTION="Last.fm scrobbler for cmus music player" -HOMEPAGE="https://github.com/Arkq/cmusfm" -SRC_URI="https://github.com/Arkq/cmusfm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="libnotify" - -DEPEND=" - net-misc/curl - dev-libs/openssl:0= - libnotify? ( x11-libs/libnotify ) -" -RDEPEND=" - ${DEPEND} - media-sound/cmus -" -BDEPEND="virtual/pkgconfig" - -DOC_CONTENTS="Please refer to the README.md file before running cmusfm the first time." - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf $(use_enable libnotify) -} - -src_install() { - default - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_pkg_postinst -} -- cgit v1.2.3