From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmusfm/
Date: Mon, 10 Jul 2023 06:02:42 +0000 (UTC) [thread overview]
Message-ID: <1688968960.45666a000d74babba76279fd2ae998ac74596796.fordfrog@gentoo> (raw)
commit: 45666a000d74babba76279fd2ae998ac74596796
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 06:02:33 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 06:02:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45666a00
media-sound/cmusfm: bump to 0.5.0
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/cmusfm/Manifest | 1 +
media-sound/cmusfm/cmusfm-0.5.0.ebuild | 47 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/media-sound/cmusfm/Manifest b/media-sound/cmusfm/Manifest
index 032bfcdc977f..83cf3ddda253 100644
--- a/media-sound/cmusfm/Manifest
+++ b/media-sound/cmusfm/Manifest
@@ -1 +1,2 @@
DIST cmusfm-0.4.1.tar.gz 41960 BLAKE2B 4de96b821c56f64c485dae8ff1e4d342e8f1548650a455ec707f01f53afeb7ca3e333ca62b514e2389a884d9138eb5d228a7376c5a1d5cdd163abc8ab9482608 SHA512 994599675822de5f809b3eedc423c37afe24e88df29fe4474d1834bf1e9573464d2bdbb084181db1d6c3bc0541891ccbb4514afa066c034e39035192ebc95211
+DIST cmusfm-0.5.0.tar.gz 43491 BLAKE2B 591aab46e98419fb767069786a3423c6190f2adc51884dc85e36560d9a01fc87d9f244953bcdec59ddad48d2e2c449a8afa0a8f1cc63cce686ae2154824aafdf SHA512 497ba0c9f776b8d2f11934a5dbc2ea4b4971511f3c3c4df602d1742ba5fcaf4c0f91d5f8a1ebe849e184718e7090fcf146560445398e85f97722bb62c0976fd3
diff --git a/media-sound/cmusfm/cmusfm-0.5.0.ebuild b/media-sound/cmusfm/cmusfm-0.5.0.ebuild
new file mode 100644
index 000000000000..e891db66beda
--- /dev/null
+++ b/media-sound/cmusfm/cmusfm-0.5.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}
next reply other threads:[~2023-07-10 6:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 6:02 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-10 6:19 [gentoo-commits] repo/gentoo:master commit in: media-sound/cmusfm/ Miroslav Šulc
2023-08-10 2:50 Sam James
2023-08-09 19:14 Sam James
2023-06-03 3:23 Sam James
2021-09-24 6:45 Miroslav Šulc
2021-09-22 6:58 Agostino Sarubbo
2021-09-21 6:35 Agostino Sarubbo
2021-08-05 14:08 Sam James
2021-08-04 18:42 Agostino Sarubbo
2021-08-04 4:49 Miroslav Šulc
2021-06-19 8:24 Miroslav Šulc
2020-11-14 15:06 David Seifert
2019-01-07 19:15 Lars Wendler
2018-05-05 20:51 Aaron Bauman
2017-06-20 12:37 Pacho Ramos
2016-08-22 2:46 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1688968960.45666a000d74babba76279fd2ae998ac74596796.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox