From 1f2f15ef2177725914831748d7355e19c016d15d Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Sat, 19 Jun 2021 10:24:32 +0200 Subject: media-sound/cmusfm: bump to 0.4.0, dropped 0.3.3 due to api change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/792447 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Šulc --- media-sound/cmusfm/Manifest | 2 +- media-sound/cmusfm/cmusfm-0.3.3.ebuild | 47 ---------------------------------- media-sound/cmusfm/cmusfm-0.4.0.ebuild | 47 ++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 media-sound/cmusfm/cmusfm-0.3.3.ebuild create mode 100644 media-sound/cmusfm/cmusfm-0.4.0.ebuild (limited to 'media-sound') diff --git a/media-sound/cmusfm/Manifest b/media-sound/cmusfm/Manifest index ea606266f132..aa4b36bd0a30 100644 --- a/media-sound/cmusfm/Manifest +++ b/media-sound/cmusfm/Manifest @@ -1 +1 @@ -DIST cmusfm-0.3.3.tar.gz 37553 BLAKE2B f266d83edbed960d8c466cba80ce57d645c5c9cdfceac27c29d0ef424c8135f22377dc0490462d3107dfcfd32ac9d15fa6142269b453c8a80818da9bd10a28fd SHA512 6537905bdf09d04f09783237997536a1ee231ee4e589826d87f435c0dd7542dbd7d97167990bf949d2a9eb73c4a9a4da1bab17888de0aecedb2a63deaa873f39 +DIST cmusfm-0.4.0.tar.gz 41451 BLAKE2B 02fe95079b902c23b594d25c93e99da4ff9a62437a3edb0ff0812db6d490a6320da5e6b5387aa49a55490b02c17b7982d48b3d773687ccffa5d85adee6b54aeb SHA512 dba2ca51953186ca21bd5074367da21c74a371b1ae7578cc851badf3f225274bfe7f3e5f5d7a322c50be9d839af2568339d10fae2d402548e5246a11f6acf9ae diff --git a/media-sound/cmusfm/cmusfm-0.3.3.ebuild b/media-sound/cmusfm/cmusfm-0.3.3.ebuild deleted file mode 100644 index 83f80380a2a0..000000000000 --- a/media-sound/cmusfm/cmusfm-0.3.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 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 ~x86" -IUSE="libnotify" - -DEPEND=" - net-misc/curl - dev-libs/openssl:0= - libnotify? ( >=x11-libs/libnotify-0.7 ) -" -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 -} diff --git a/media-sound/cmusfm/cmusfm-0.4.0.ebuild b/media-sound/cmusfm/cmusfm-0.4.0.ebuild new file mode 100644 index 000000000000..b2cac96f9c33 --- /dev/null +++ b/media-sound/cmusfm/cmusfm-0.4.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 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 ~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-65-gdbad