From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31F1A158095 for ; Wed, 17 Aug 2022 16:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 395B5E090E; Wed, 17 Aug 2022 16:21:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFD4AE0920 for ; Wed, 17 Aug 2022 16:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77CB834137C for ; Wed, 17 Aug 2022 16:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1375E58E for ; Wed, 17 Aug 2022 16:21:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1660753266.48a22aea665cab03a5fe015e02b339a819881916.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/moc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/moc/Manifest media-sound/moc/moc-2.5.2-r3.ebuild X-VCS-Directories: media-sound/moc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 48a22aea665cab03a5fe015e02b339a819881916 X-VCS-Branch: master Date: Wed, 17 Aug 2022 16:21:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad62284a-21fc-420c-af4a-36cb50fc9aac X-Archives-Hash: 3e6490ac9dbbf0b9c33f55975dd928bd commit: 48a22aea665cab03a5fe015e02b339a819881916 Author: Matt Turner gentoo org> AuthorDate: Wed Aug 17 13:47:58 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 17 16:21:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a22aea media-sound/moc: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-sound/moc/Manifest | 1 - media-sound/moc/moc-2.5.2-r3.ebuild | 79 ------------------------------------- 2 files changed, 80 deletions(-) diff --git a/media-sound/moc/Manifest b/media-sound/moc/Manifest index 6e4241432fdf..dab264635837 100644 --- a/media-sound/moc/Manifest +++ b/media-sound/moc/Manifest @@ -1,2 +1 @@ -DIST moc-2.5.2.tar.bz2 602728 BLAKE2B 10b568404632f29ed5fd1d04ec424aa364a6e74c1a31d47cb9a3b377ccd04e2be53e57274e76daed29177368c944740fd26cc862fc498f950070f0b83b0acc7a SHA512 992d06809fb52e58dcee63704bde05795b99edbac46edd8381f314c564490013b18e1853926f419c2c3c7f1bb68ff35e97048de03ace3232b800cf4b3b7dbe0f DIST moc-2.6-alpha3.tar.xz 496676 BLAKE2B 3b4f31676c869a0cacd44cce1e4509304e3b00a15e578eb394510fbe0ddaf53f5c5628f2dccd60f4b3925f3e597d9fbc04bc2a8e090e2e05227b822f1aa05ef0 SHA512 e38e277e5e945827308f47a8f3614eb1e52c16271da372f50e7b6427a7dfc994e1c66761a9e46326bf483b91e9127efe7796a329c62e95524609edfb3a7603bf diff --git a/media-sound/moc/moc-2.5.2-r3.ebuild b/media-sound/moc/moc-2.5.2-r3.ebuild deleted file mode 100644 index bab0a7dd9865..000000000000 --- a/media-sound/moc/moc-2.5.2-r3.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P=${P/_/-} -DESCRIPTION="Music On Console - ncurses interface for playing audio files" -HOMEPAGE="https://moc.daper.net" -SRC_URI="http://ftp.daper.net/pub/soft/moc/stable/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic modplug musepack - oss sid sndfile speex timidity tremor +unicode vorbis wavpack" - -RDEPEND=">=dev-libs/libltdl-2:0 - sys-libs/ncurses:=[unicode(+)?] - aac? ( media-libs/faad2 ) - alsa? ( media-libs/alsa-lib ) - cache? ( >=sys-libs/db-4:= ) - curl? ( net-misc/curl ) - ffmpeg? ( media-video/ffmpeg ) - flac? ( media-libs/flac ) - jack? ( media-sound/jack-audio-connection-kit ) - libsamplerate? ( media-libs/libsamplerate ) - mad? ( media-libs/libmad sys-libs/zlib media-libs/libid3tag:= ) - magic? ( sys-apps/file ) - modplug? ( media-libs/libmodplug ) - musepack? ( media-sound/musepack-tools media-libs/taglib ) - sid? ( >=media-libs/libsidplay-2 ) - sndfile? ( media-libs/libsndfile ) - speex? ( media-libs/speex ) - timidity? ( media-libs/libtimidity media-sound/timidity++ ) - vorbis? ( - media-libs/libogg - tremor? ( media-libs/tremor ) - !tremor? ( media-libs/libvorbis ) - ) - wavpack? ( media-sound/wavpack )" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_configure() { - local myconf=( - $(use_enable debug) - $(use_enable cache) - $(use_with oss) - $(use_with alsa) - $(use_with jack) - $(use_with magic) - $(use_with unicode ncursesw) - $(use_with libsamplerate samplerate) - $(use_with aac) - $(use_with ffmpeg) - $(use_with flac) - $(use_with modplug) - $(use_with mad mp3) - --without-rcc - $(use_with musepack) - $(use_with sid sidplay2) - $(use_with sndfile) - $(use_with speex) - $(use_with timidity) - $(use_with vorbis vorbis $(usex tremor tremor "")) - $(use_with wavpack) - $(use_with curl) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -}