From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/
Date: Sun, 1 Dec 2019 11:03:27 +0000 (UTC) [thread overview]
Message-ID: <1575198132.463065487e230eade14597c38817d21086d24948.zlogene@gentoo> (raw)
commit: 463065487e230eade14597c38817d21086d24948
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 11:02:12 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 11:02:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46306548
media-sound/mpc: Version bump (v0.33)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
media-sound/mpc/Manifest | 1 +
media-sound/mpc/mpc-0.33.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/media-sound/mpc/Manifest b/media-sound/mpc/Manifest
index 809a3f2f769..03d5d29d971 100644
--- a/media-sound/mpc/Manifest
+++ b/media-sound/mpc/Manifest
@@ -1,3 +1,4 @@
DIST mpc-0.30.tar.xz 41968 BLAKE2B e7d1156f4fe933c360196a1fdaadeb7b51f12b3c6d7bd2f98f80359485acb9d55ea7afb98c82696078b325ab3662bf33b20653d5e0edf0f52c64624c679dd0b6 SHA512 72d6f742de87ca1a9a09c73987786fa7c93b2829242135b210a9a2269e0319ba9e37367dae1043461ea870087faf5c349425025ce6c02aa9dd513ae90cbe8221
DIST mpc-0.31.tar.xz 43896 BLAKE2B 2b65307983dfd0bc2738b3e4b1379b43b6fec712352f25a6158adefd2065eb3ff8be194e482fc441c74b69feeb8fba277d7061fb80ee6d7d72432f3284f61fb2 SHA512 48df7d85df704ae901ee0a07193daf9738b682b71a24ebd5bf4458aa562acd11b582f83adcfca814faa9a014ef565cb6c23df837b83a569fd6050f9f3802e6fe
DIST mpc-0.32.tar.xz 44716 BLAKE2B 66fbbfe886b16382d13eb9409746cd40ed9d01ea422c18d609f956fe9b1d1ae9434aa8ae65a60ce0cfc791141e3b9630adabc2fb0bd0b8bdc61b67b2e5b2e3b3 SHA512 1913249da8b29123005a9877ff2e68f9469f8fd48f5411ea0e651255c93fbe14ef6029dadc7d256a99b566085dc19f4c62bdcf55260b27de3d088b8e9c17fcde
+DIST mpc-0.33.tar.xz 45044 BLAKE2B 220848e088964297fbaddeedf61d5ddc90386df360a6af81b2d3753517f7ee36ff3d9462242f38b17c991996927a7d1fc253e1006253f2f875023ddb75a800c2 SHA512 d3247dfb54ac3c95caf5666088968a952b33eb7e8f941bca4f3715603839cf5a1bc5300488c78fdce6e38f612b243f2252ea682b8d0fec9f230acd760bf3560c
diff --git a/media-sound/mpc/mpc-0.33.ebuild b/media-sound/mpc/mpc-0.33.ebuild
new file mode 100644
index 00000000000..ef6640ae187
--- /dev/null
+++ b/media-sound/mpc/mpc-0.33.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 meson
+
+DESCRIPTION="Commandline client for Music Player Daemon (media-sound/mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/mpc"
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc iconv test"
+
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( dev-python/sphinx )
+ iconv? ( virtual/libiconv )
+ test? ( dev-libs/check )
+"
+DEPEND="media-libs/libmpdclient"
+RDEPEND="${DEPEND}"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=( "${FILESDIR}/${PN}-0.31-nodoc.patch" )
+
+src_prepare() {
+ default
+
+ # use correct docdir
+ sed -e "/install_dir:.*contrib/s/meson.project_name()/'${PF}'/" \
+ -i meson.build || die
+
+ # use correct (html) docdir
+ sed -e "/install_dir:.*doc/s/meson.project_name()/'${PF}'/" \
+ -i doc/meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ -Ddocumentation=$(usex doc enabled disabled)
+ -Diconv=$(usex iconv enabled disabled)
+ -Dtest=$(usex test true false)
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ newbashcomp contrib/mpc-completion.bash mpc
+}
next reply other threads:[~2019-12-01 11:03 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-01 11:03 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-23 9:58 [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/ Miroslav Šulc
2024-01-23 5:00 Sam James
2024-01-22 13:12 Sam James
2024-01-22 11:51 Sam James
2024-01-22 11:51 Sam James
2024-01-22 11:27 Sam James
2023-12-23 9:32 Miroslav Šulc
2023-12-23 9:32 Miroslav Šulc
2022-08-03 10:35 Arthur Zamarin
2022-08-01 4:28 Miroslav Šulc
2022-07-31 11:13 Agostino Sarubbo
2022-07-30 8:59 Agostino Sarubbo
2022-07-30 8:47 Agostino Sarubbo
2022-07-30 8:45 Agostino Sarubbo
2022-07-30 8:45 Agostino Sarubbo
2021-12-03 9:50 Miroslav Šulc
2021-09-02 10:04 Yixun Lan
2021-01-08 10:09 Miroslav Šulc
2021-01-07 19:37 Sam James
2021-01-07 11:15 Sam James
2021-01-06 8:09 Sam James
2021-01-04 1:32 Sam James
2019-08-01 12:47 Mikle Kolyada
2019-03-16 19:59 Sergei Trofimovich
2019-02-28 15:07 Mikle Kolyada
2019-02-24 19:20 Markus Meier
2019-02-15 15:46 Thomas Deutschmann
2019-02-09 21:56 Andreas Sturmlechner
2019-02-09 21:52 Andreas Sturmlechner
2018-11-03 16:50 Mikle Kolyada
2018-11-03 16:50 Mikle Kolyada
2018-10-30 13:25 Mikle Kolyada
2018-10-30 13:25 Mikle Kolyada
2018-09-08 12:42 Mikle Kolyada
2018-09-08 5:10 Mikle Kolyada
2018-09-07 17:32 Mikle Kolyada
2018-09-07 17:29 Mikle Kolyada
2018-09-07 15:12 Mikle Kolyada
2017-05-06 7:26 Markus Meier
2017-04-30 8:22 Jeroen Roovers
2017-04-29 15:02 Agostino Sarubbo
2017-04-26 9:58 Agostino Sarubbo
2016-08-21 1:04 Tim Harder
2016-08-21 1:04 Tim Harder
2016-08-06 11:33 Pacho Ramos
2015-11-10 18:49 Markus Meier
2015-11-05 11:20 Agostino Sarubbo
2015-10-30 10:15 Agostino Sarubbo
2015-10-25 10:57 Mikle Kolyada
2015-10-24 7:49 Jeroen Roovers
2015-10-19 9:27 Agostino Sarubbo
2015-09-16 16:36 Christoph Mende
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=1575198132.463065487e230eade14597c38817d21086d24948.zlogene@gentoo \
--to=zlogene@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