Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmusfm/
Date: Fri, 24 Sep 2021 06:45:53
Message-Id: 1632465945.422bfbec607b1bd0713035b390951ce67d34aad2.fordfrog@gentoo
1 commit: 422bfbec607b1bd0713035b390951ce67d34aad2
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 06:45:45 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 06:45:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422bfbec
7
8 media-sound/cmusfm: removed obsolete 0.4.0
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/cmusfm/Manifest | 1 -
14 media-sound/cmusfm/cmusfm-0.4.0.ebuild | 47 ----------------------------------
15 2 files changed, 48 deletions(-)
16
17 diff --git a/media-sound/cmusfm/Manifest b/media-sound/cmusfm/Manifest
18 index 25addb88821..032bfcdc977 100644
19 --- a/media-sound/cmusfm/Manifest
20 +++ b/media-sound/cmusfm/Manifest
21 @@ -1,2 +1 @@
22 -DIST cmusfm-0.4.0.tar.gz 41451 BLAKE2B 02fe95079b902c23b594d25c93e99da4ff9a62437a3edb0ff0812db6d490a6320da5e6b5387aa49a55490b02c17b7982d48b3d773687ccffa5d85adee6b54aeb SHA512 dba2ca51953186ca21bd5074367da21c74a371b1ae7578cc851badf3f225274bfe7f3e5f5d7a322c50be9d839af2568339d10fae2d402548e5246a11f6acf9ae
23 DIST cmusfm-0.4.1.tar.gz 41960 BLAKE2B 4de96b821c56f64c485dae8ff1e4d342e8f1548650a455ec707f01f53afeb7ca3e333ca62b514e2389a884d9138eb5d228a7376c5a1d5cdd163abc8ab9482608 SHA512 994599675822de5f809b3eedc423c37afe24e88df29fe4474d1834bf1e9573464d2bdbb084181db1d6c3bc0541891ccbb4514afa066c034e39035192ebc95211
24
25 diff --git a/media-sound/cmusfm/cmusfm-0.4.0.ebuild b/media-sound/cmusfm/cmusfm-0.4.0.ebuild
26 deleted file mode 100644
27 index efe088bb52b..00000000000
28 --- a/media-sound/cmusfm/cmusfm-0.4.0.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit autotools readme.gentoo-r1
37 -
38 -DESCRIPTION="Last.fm scrobbler for cmus music player"
39 -HOMEPAGE="https://github.com/Arkq/cmusfm"
40 -SRC_URI="https://github.com/Arkq/cmusfm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="libnotify"
46 -
47 -DEPEND="
48 - net-misc/curl
49 - dev-libs/openssl:0=
50 - libnotify? ( x11-libs/libnotify )
51 -"
52 -RDEPEND="
53 - ${DEPEND}
54 - media-sound/cmus
55 -"
56 -BDEPEND="virtual/pkgconfig"
57 -
58 -DOC_CONTENTS="Please refer to the README.md file before running cmusfm the first time."
59 -
60 -src_prepare() {
61 - default
62 -
63 - eautoreconf
64 -}
65 -
66 -src_configure() {
67 - econf $(use_enable libnotify)
68 -}
69 -
70 -src_install() {
71 - default
72 - readme.gentoo_create_doc
73 -}
74 -
75 -pkg_postinst() {
76 - readme.gentoo_pkg_postinst
77 -}