From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/
Date: Sun, 24 Sep 2023 20:18:29 +0000 (UTC) [thread overview]
Message-ID: <1695586697.f42f42c92c31fa01474ad0a3d4712746dba0b0be.fordfrog@gentoo> (raw)
commit: f42f42c92c31fa01474ad0a3d4712746dba0b0be
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 20:18:17 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 20:18:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42f42c9
media-sound/ncmpc: dropped obsolete 0.48
Bug: https://bugs.gentoo.org/913607
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/ncmpc/Manifest | 1 -
media-sound/ncmpc/ncmpc-0.48.ebuild | 69 -------------------------------------
2 files changed, 70 deletions(-)
diff --git a/media-sound/ncmpc/Manifest b/media-sound/ncmpc/Manifest
index b7fcdcac2904..3c2aa611ee2b 100644
--- a/media-sound/ncmpc/Manifest
+++ b/media-sound/ncmpc/Manifest
@@ -1,2 +1 @@
-DIST ncmpc-0.48.tar.xz 296320 BLAKE2B ee25298af9d50eff646d74aa8908358a3df7b5ca7cf0666b6d3d31027e66d1219c2a48c5097e160d728db2965e2113a0915accac0d97f246d6e75152a2c9a1b3 SHA512 71739fefe696402d4a594a0c931bae0d6fc26f2b7203c51b3d6664c703276ad55f32ea247e1100224a3072386b6de067c1c2e43aa8b6cfac564f7f215ec11f7b
DIST ncmpc-0.49.tar.xz 296012 BLAKE2B c87c07bcf107e20224982a99fdedb09468ed510f7e6138e6e35386c636bdf62a3fd79e609670f7931966e3be09de668d1119ade950f2b8e4cd7c546d47a405be SHA512 9913f08d90b229af59c8da0ac737445661dc69f0174f996dedbd0c9d9c4833004dbd9319f6bc08dc8b35a191ae167c090a3f31b43167e1918c5fad8f044a4c17
diff --git a/media-sound/ncmpc/ncmpc-0.48.ebuild b/media-sound/ncmpc/ncmpc-0.48.ebuild
deleted file mode 100644
index 327075ddcd81..000000000000
--- a/media-sound/ncmpc/ncmpc-0.48.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Ncurses client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc"
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- virtual/pkgconfig
- doc? ( dev-python/sphinx )
-"
-RDEPEND="
- media-libs/libmpdclient
- sys-libs/ncurses:=[unicode(+)]
- lirc? ( app-misc/lirc )
- pcre? ( dev-libs/libpcre2 )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
-
- # use correct docdir and don't install license file
- sed -e "/^docdir =/s/meson.project_name()/'${PF}'/" \
- -e "s/'COPYING', //" \
- -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=(
- -Dcurses=ncursesw
- -Dcolors=true
- -Dmini=false
- -Dlyrics_plugin_dir="${EPREFIX}/usr/$(get_libdir)/ncmpc/lyrics"
- -Dasync_connect=$(usex async-connect true false)
- -Dchat_screen=$(usex chat-screen true false)
- -Ddocumentation=$(usex doc enabled disabled)
- -Dhelp_screen=$(usex help-screen true false)
- -Dkey_screen=$(usex key-screen true false)
- -Dlibrary_screen=$(usex library-screen true false)
- -Dlirc=$(usex lirc enabled disabled)
- -Dlocale=$(usex nls enabled disabled)
- -Dlyrics_screen=$(usex lyrics-screen true false)
- -Dmouse=$(usex mouse enabled disabled)
- -Dmultibyte=$(usex nls true false)
- -Dnls=$(usex nls enabled disabled)
- -Doutputs_screen=$(usex outputs-screen true false)
- -Dregex=$(usex pcre enabled disabled)
- -Dsearch_screen=$(usex search-screen true false)
- -Dsong_screen=$(usex song-screen true false)
- $(meson_use test)
- )
-
- meson_src_configure
-}
next reply other threads:[~2023-09-24 20:18 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-24 20:18 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 7:28 [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/ Miroslav Šulc
2024-10-25 11:26 Arthur Zamarin
2024-10-25 11:26 Arthur Zamarin
2024-10-25 10:09 Arthur Zamarin
2024-10-25 10:09 Arthur Zamarin
2024-10-17 9:51 Miroslav Šulc
2024-10-15 8:07 Sam James
2024-10-15 8:07 Sam James
2024-10-15 8:07 Sam James
2024-10-15 8:07 Sam James
2024-09-25 6:44 Miroslav Šulc
2024-09-24 7:51 Miroslav Šulc
2024-09-14 9:34 Miroslav Šulc
2023-09-04 12:31 Sam James
2023-09-04 12:31 Sam James
2023-09-04 12:31 Sam James
2023-08-05 7:29 Miroslav Šulc
2023-05-10 5:13 Miroslav Šulc
2023-05-09 17:46 Sam James
2023-05-08 12:24 Arthur Zamarin
2023-05-08 12:24 Arthur Zamarin
2023-05-08 7:40 Sam James
2023-05-08 7:40 Sam James
2023-04-07 8:26 Miroslav Šulc
2022-08-04 4:58 Miroslav Šulc
2022-08-04 0:13 Sam James
2022-08-03 7:51 Agostino Sarubbo
2022-08-03 7:50 Agostino Sarubbo
2022-08-03 7:49 Agostino Sarubbo
2022-07-02 4:06 Miroslav Šulc
2022-03-17 9:08 Miroslav Šulc
2022-03-15 9:39 Jakov Smolić
2022-03-15 9:38 Jakov Smolić
2022-03-15 7:40 Agostino Sarubbo
2022-02-10 19:58 Miroslav Šulc
2021-04-23 4:53 Miroslav Šulc
2021-04-22 23:01 Sam James
2021-04-22 20:15 Sam James
2021-04-22 12:18 Sam James
2021-04-22 2:59 Sam James
2020-09-27 20:21 James Le Cuirot
2020-03-20 21:53 Matt Turner
2019-06-14 15:01 Agostino Sarubbo
2019-06-14 9:18 Agostino Sarubbo
2019-06-13 15:15 Agostino Sarubbo
2019-06-13 14:58 Agostino Sarubbo
2019-05-13 0:18 Andreas Sturmlechner
2019-04-28 22:41 Pacho Ramos
2019-04-28 22:06 Thomas Deutschmann
2019-04-07 23:19 Aaron Bauman
2019-04-07 21:34 Sergei Trofimovich
2019-02-09 18:17 Andreas Sturmlechner
2019-02-09 18:17 Andreas Sturmlechner
2019-02-09 18:17 Andreas Sturmlechner
2019-02-09 18:17 Andreas Sturmlechner
2019-02-09 18:17 Andreas Sturmlechner
2019-02-09 18:17 Andreas Sturmlechner
2019-01-04 8:06 Tim Harder
2018-09-21 10:35 Mikle Kolyada
2018-09-21 10:35 Mikle Kolyada
2018-09-20 5:12 Jeroen Roovers
2018-09-19 11:01 Mikle Kolyada
2018-09-09 6:16 Mikle Kolyada
2018-09-08 20:10 Mikle Kolyada
2017-04-26 5:33 Tim Harder
2016-08-21 1:11 Tim Harder
2016-08-06 11:33 Pacho Ramos
2015-10-20 4:30 Jeroen Roovers
2015-09-20 11:33 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=1695586697.f42f42c92c31fa01474ad0a3d4712746dba0b0be.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