commit:     8b4db45930730df07128f3bc8dbd2b259763c167
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 23:45:09 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 00:12:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4db459

media-sound/ncmpcpp: drop 0.10_p20240912

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/ncmpcpp/Manifest                      |  1 -
 media-sound/ncmpcpp/ncmpcpp-0.10_p20240912.ebuild | 76 -----------------------
 2 files changed, 77 deletions(-)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index 25fe0bca7526..c70c2f4d5124 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,2 +1 @@
 DIST ncmpcpp-0.10.1.gh.tar.gz 231032 BLAKE2B 
15187d54141803f2db95c807e7ac4a243fd45c436cb75067af7a23a940aa1b244d6fd77246e98c1942f357a5e6018ded3b22af24818722c250492eb3f628bbe6
 SHA512 
f726f46dfca7dd843144babb6efae534b95d3862bdfba522b5a2dee9eb6605eb22bb93521147d42c9df22316fb4512dd33e33831fe23b1202a302110cf27f54c
-DIST ncmpcpp-0.10_p20240912.gh.tar.gz 231708 BLAKE2B 
e695975524b890c04cf05c5648e4805a1e6ae31a4c6402c7c925f56ce08fe8a2eb68e7db9f5a5736859b2d2683e2f3e01b29587b97409280c8ed86cde40bcc9f
 SHA512 
40aa37e10203173b1254150f60f2210c8bcb07ffe1174d0a1bb2d6281dfabae86144523021d70cb911e8e03e572f73c62e8e026dc0a57ae9831849deb146dbe5

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.10_p20240912.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.10_p20240912.ebuild
deleted file mode 100644
index 9e7f3f0532bd..000000000000
--- a/media-sound/ncmpcpp/ncmpcpp-0.10_p20240912.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-COMMIT="72d990fe250da1e583677474b3462b9e9894130b"
-
-DESCRIPTION="Featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="
-       https://rybczak.net/ncmpcpp/
-       https://github.com/ncmpcpp/ncmpcpp/
-"
-SRC_URI="https://github.com/ncmpcpp/ncmpcpp/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
-IUSE="clock outputs taglib visualizer"
-
-RDEPEND="
-       >=media-libs/libmpdclient-2.1
-       dev-libs/boost:=[icu,nls]
-       dev-libs/icu:=
-       net-misc/curl
-       sys-libs/ncurses:=[unicode(+)]
-       sys-libs/readline:=
-       taglib? ( media-libs/taglib )
-       visualizer? ( sci-libs/fftw:3.0= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-       default
-       eautoreconf
-
-       sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
-       sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
-}
-
-src_configure() {
-       local myeconfargs=(
-               --without-lto # --with-lto only appends -flto. We need more for 
a dedicated USE flag
-               $(use_enable clock)
-               $(use_enable outputs)
-               $(use_enable visualizer)
-               $(use_with taglib)
-               $(use_with visualizer fftw)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       dodoc doc/{bindings,config}
-}
-
-pkg_postinst() {
-       echo
-       elog "Example configuration files have been installed at"
-       elog "${EROOT}/usr/share/doc/${PF}"
-       elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
-       elog "as user configuration files."
-       echo
-       if use visualizer; then
-               elog "If you want to use the visualizer, mpd needs to be built 
with fifo USE flag."
-               echo
-       fi
-}

Reply via email to