From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/
Date: Fri, 6 Dec 2024 08:03:20 +0000 (UTC) [thread overview]
Message-ID: <1733472197.6513d149a30d2de4de1cd7b8e2b5ecf2f4af1976.fordfrog@gentoo> (raw)
commit: 6513d149a30d2de4de1cd7b8e2b5ecf2f4af1976
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 08:03:12 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 08:03:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6513d149
media-sound/cmus: dropped obsolete 2.11.0
Bug: https://bugs.gentoo.org/945479
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/cmus/Manifest | 1 -
media-sound/cmus/cmus-2.11.0.ebuild | 151 ------------------------------------
2 files changed, 152 deletions(-)
diff --git a/media-sound/cmus/Manifest b/media-sound/cmus/Manifest
index 13cf42ec0023..37ea2a5ba9c8 100644
--- a/media-sound/cmus/Manifest
+++ b/media-sound/cmus/Manifest
@@ -1,2 +1 @@
-DIST cmus-2.11.0.tar.gz 335367 BLAKE2B 69584b929afcf82e540e8a4382bc3b3ee4a24dc00fe27d0956941ceb0d446395f824068405c52732c4f684d7b32b5436b246cf7b97c73ba9ebbabbb479e2326f SHA512 370c8eea6e67b328befb24d98ef3945fabc65b33d0bb9ae09cedd1c453b18a307061c042b2119f37f3684a4a39b86b3535efaa2c955e58c8e680628ef0a03452
DIST cmus-2.12.0.tar.gz 348685 BLAKE2B 44cc3acf676faa9deb4496351154b597a6ef079e4fb07b2a316988c2b84d414e61032ddc787f3d8d8b4f117fb2439c0f1012f4bfca5c735116c98fd043a7a045 SHA512 95dc35e76bb220476986470977d4affc3b7d81a4d057057d62d3f8015abb3c24ec371ece8d3d77fd0e59062c9f3b1bd73dd438ace1eadf3ce39aa86b209a7de5
diff --git a/media-sound/cmus/cmus-2.11.0.ebuild b/media-sound/cmus/cmus-2.11.0.ebuild
deleted file mode 100644
index f92745566c40..000000000000
--- a/media-sound/cmus/cmus-2.11.0.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 toolchain-funcs
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/cmus/cmus.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/cmus/cmus/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Ncurses based music player with plugin support for many formats"
-HOMEPAGE="https://cmus.github.io/"
-
-S="${WORKDIR}/${P/_/-}"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="aac alsa ao cddb cdio debug discid elogind examples ffmpeg +flac jack libsamplerate
- +mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio sndio systemd tremor +unicode
- +vorbis wavpack"
-
-# Both CONFIG_TREMOR=y and CONFIG_VORBIS=y are required to link to tremor libs instead of vorbis libs
-REQUIRED_USE="
- ?? ( elogind systemd )
- tremor? ( vorbis )
- mp4? ( aac )" # enabling mp4 adds -lfaad
-
-BDEPEND="
- virtual/pkgconfig
-"
-DEPEND="
- sys-libs/ncurses:=[unicode(+)?]
- aac? ( media-libs/faad2 )
- alsa? ( media-libs/alsa-lib )
- ao? ( media-libs/libao )
- cddb? ( media-libs/libcddb )
- cdio? ( dev-libs/libcdio-paranoia )
- discid? ( media-libs/libdiscid )
- elogind? ( sys-auth/elogind )
- ffmpeg? ( media-video/ffmpeg:= )
- flac? ( media-libs/flac:= )
- jack? ( virtual/jack )
- libsamplerate? ( media-libs/libsamplerate )
- mad? ( media-libs/libmad )
- mikmod? ( media-libs/libmikmod:0 )
- modplug? ( media-libs/libmodplug )
- mp4? ( media-libs/libmp4v2:0 )
- musepack? ( media-sound/musepack-tools )
- opus? ( media-libs/opusfile )
- pulseaudio? ( media-libs/libpulse )
- sndio? ( media-sound/sndio )
- systemd? ( sys-apps/systemd )
- tremor? ( media-libs/tremor )
- !tremor? ( vorbis? ( media-libs/libvorbis ) )
- wavpack? ( media-sound/wavpack )
-"
-RDEPEND="${DEPEND}
- pidgin? (
- dev-python/dbus-python
- net-im/pidgin
- )
-"
-
-DOCS=( AUTHORS README.md )
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.9.1-atomic.patch"
-)
-
-src_configure() {
- my_config() {
- local value
- use ${1} && value=a || value=n
- myconf+=( ${2}=${value} )
- }
-
- local debuglevel=1
- use debug && debuglevel=2
- local myconf=(
- CONFIG_CUE=y
- CONFIG_ARTS=n
- CONFIG_SUN=n
- CONFIG_SNDIO=n
- CONFIG_WAVEOUT=n
- CONFIG_VTX=n
- CONFIG_ROAR=n
- )
-
- my_config cddb CONFIG_CDDB
- my_config cdio CONFIG_CDIO
- my_config discid CONFIG_DISCID
- my_config flac CONFIG_FLAC
- my_config mad CONFIG_MAD
- my_config modplug CONFIG_MODPLUG
- my_config mikmod CONFIG_MIKMOD
- my_config musepack CONFIG_MPC
- my_config vorbis CONFIG_VORBIS
- my_config tremor CONFIG_TREMOR
- my_config opus CONFIG_OPUS
- my_config wavpack CONFIG_WAVPACK
- my_config mp4 CONFIG_MP4
- my_config aac CONFIG_AAC
- my_config ffmpeg CONFIG_FFMPEG
- my_config pulseaudio CONFIG_PULSE
- my_config alsa CONFIG_ALSA
- my_config jack CONFIG_JACK
- my_config sndio CONFIG_SNDIO
- my_config libsamplerate CONFIG_SAMPLERATE
- my_config ao CONFIG_AO
- my_config oss CONFIG_OSS
-
- if use elogind || use systemd; then
- myconf+=( CONFIG_MPRIS=a )
- else
- myconf+=( CONFIG_MPRIS=n )
- fi
-
- ./configure prefix="${EPREFIX}"/usr "${myconf[@]}" \
- exampledir="${EPREFIX}"/usr/share/doc/${PF}/examples \
- libdir="${EPREFIX}"/usr/$(get_libdir) DEBUG=${debuglevel} || die
-}
-
-src_compile() {
- tc-export_build_env BUILD_CC
- emake V=2 \
- CC="$(tc-getCC)" LD="$(tc-getCC)" \
- HOSTCC="${BUILD_CC}" HOSTLD="${BUILD_CC}" \
- HOST_CFLAGS="${BUILD_CFLAGS}" HOST_LDFLAGS="${BUILD_LDFLAGS}"
-}
-
-src_install() {
- default
-
- if ! use examples; then
- rm -rf "${ED}"/usr/share/doc/${PF}/examples || die
- fi
-
- insinto /usr/share/zsh/site-functions
- doins contrib/_cmus
-
- newbashcomp contrib/${PN}.bash-completion ${PN}
-
- if use pidgin; then
- newbin contrib/cmus-updatepidgin.py cmus-updatepidgin
- fi
-}
next reply other threads:[~2024-12-06 8:03 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 8:03 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-30 22:49 [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/ Sam James
2024-11-30 18:58 Arthur Zamarin
2024-11-30 18:58 Arthur Zamarin
2024-11-30 18:58 Arthur Zamarin
2024-10-30 11:54 Miroslav Šulc
2024-06-21 7:52 Miroslav Šulc
2024-06-20 20:28 Arthur Zamarin
2024-06-17 12:57 Arthur Zamarin
2024-06-17 11:26 Arthur Zamarin
2024-06-17 11:26 Arthur Zamarin
2024-06-17 10:19 Jakov Smolić
2024-05-17 11:34 Miroslav Šulc
2024-05-17 11:34 Miroslav Šulc
2023-09-19 17:48 Arthur Zamarin
2023-07-26 2:53 Sam James
2023-05-29 13:11 Andreas Sturmlechner
2022-09-10 8:41 Sam James
2022-08-13 4:10 Miroslav Šulc
2022-08-12 11:55 Agostino Sarubbo
2022-08-08 12:34 Agostino Sarubbo
2022-08-06 15:51 Arthur Zamarin
2022-08-06 15:51 Arthur Zamarin
2022-08-06 6:12 Arthur Zamarin
2022-07-06 3:45 Miroslav Šulc
2021-09-15 2:34 Sam James
2021-09-04 10:17 Yixun Lan
2021-04-29 0:22 Sam James
2021-04-26 19:11 Sam James
2021-04-22 23:03 Sam James
2021-04-22 20:15 Sam James
2021-04-22 12:18 Sam James
2021-03-20 8:18 Miroslav Šulc
2020-07-23 5:15 Kent Fredric
2020-04-04 11:35 Sergei Trofimovich
2020-02-09 20:11 Andreas Sturmlechner
2019-06-22 16:08 Andreas Sturmlechner
2019-06-22 16:02 Sergei Trofimovich
2019-05-20 11:00 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-03-20 12:29 Andreas Sturmlechner
2019-03-20 12:29 Andreas Sturmlechner
2018-12-22 22:00 Tim Harder
2017-08-31 13:12 Tim Harder
2017-01-20 16:21 David Seifert
2016-12-07 10:54 Alexis Ballier
2016-07-21 15:30 Michael Palimaka
2016-07-20 8:15 Sergey Popov
2016-05-28 9:32 Pacho Ramos
2016-05-13 8:41 Agostino Sarubbo
2015-10-04 10:35 Jeroen Roovers
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=1733472197.6513d149a30d2de4de1cd7b8e2b5ecf2f4af1976.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