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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E65221382C5 for ; Fri, 26 Mar 2021 07:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48395E081B; Fri, 26 Mar 2021 07:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 309A8E0866 for ; Fri, 26 Mar 2021 07:46:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25A6833BDF0 for ; Fri, 26 Mar 2021 07:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C8B14A8 for ; Fri, 26 Mar 2021 07:46:15 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1616744769.2c94954b3118dbb351845a85157c517ec9b8ffed.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/moc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/moc/moc-2.6_alpha3-r2.ebuild X-VCS-Directories: media-sound/moc/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 2c94954b3118dbb351845a85157c517ec9b8ffed X-VCS-Branch: master Date: Fri, 26 Mar 2021 07:46:15 +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: 2b2a6ba0-c9e2-4d82-94f1-16fe6ad1aee9 X-Archives-Hash: 2c61512bc94f9c1757e1d91e95368572 commit: 2c94954b3118dbb351845a85157c517ec9b8ffed Author: Miroslav Šulc gentoo org> AuthorDate: Fri Mar 26 07:45:52 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Mar 26 07:46:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c94954b media-sound/moc: removed obsolete 2.6_alpha3-r2 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/moc/moc-2.6_alpha3-r2.ebuild | 105 ------------------------------- 1 file changed, 105 deletions(-) diff --git a/media-sound/moc/moc-2.6_alpha3-r2.ebuild b/media-sound/moc/moc-2.6_alpha3-r2.ebuild deleted file mode 100644 index 08d50ec155f..00000000000 --- a/media-sound/moc/moc-2.6_alpha3-r2.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_P=${PN}-${PV/_/-} -DESCRIPTION="Music On Console - ncurses interface for playing audio files" -HOMEPAGE="https://moc.daper.net" -SRC_URI="http://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 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 - dev-libs/popt - sys-libs/ncurses:0=[unicode?] - aac? ( media-libs/faad2 ) - alsa? ( >=media-libs/alsa-lib-1.0.11 ) - cache? ( >=sys-libs/db-4.1:= ) - curl? ( >=net-misc/curl-7.15.1 ) - ffmpeg? ( >=media-video/ffmpeg-1.2.6-r1 ) - flac? ( >=media-libs/flac-1.1.3 ) - jack? ( virtual/jack ) - libsamplerate? ( >=media-libs/libsamplerate-0.1.0 ) - mad? ( - media-libs/libmad - sys-libs/zlib - media-libs/libid3tag - ) - magic? ( sys-apps/file ) - modplug? ( >=media-libs/libmodplug-0.7 ) - musepack? ( - media-sound/musepack-tools - >=media-libs/taglib-1.5 - ) - sid? ( >=media-libs/libsidplay-2.1.1 ) - sndfile? ( >=media-libs/libsndfile-1.0.0 ) - speex? ( >=media-libs/speex-1.0.0 ) - timidity? ( - >=media-libs/libtimidity-0.1.0 - media-sound/timidity++ - ) - vorbis? ( - >=media-libs/libogg-1.0 - tremor? ( media-libs/tremor ) - !tremor? ( >=media-libs/libvorbis-1.0 ) - ) - wavpack? ( >=media-sound/wavpack-4.31 ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig -" - -S=${WORKDIR}/${MY_P} -PATCHES=( - "${FILESDIR}/ffmpeg4.patch" - "${FILESDIR}/${P}-stdint_uint_types.patch" -) - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} - -src_configure() { - local myconf=( - --without-rcc - $(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) - $(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 "${D}" -name '*.la' -delete || die -}