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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99BA215800A for ; Tue, 25 Jul 2023 06:13:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D99E08D9; Tue, 25 Jul 2023 06:13:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 869B4E08D9 for ; Tue, 25 Jul 2023 06:13:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A59B3341518 for ; Tue, 25 Jul 2023 06:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC184BD3 for ; Tue, 25 Jul 2023 06:13:18 +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: <1690265570.e6190c127b789bda07944316b8f3a174e7e14025.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/orpheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/orpheus/orpheus-1.6-r3.ebuild X-VCS-Directories: media-sound/orpheus/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e6190c127b789bda07944316b8f3a174e7e14025 X-VCS-Branch: master Date: Tue, 25 Jul 2023 06:13:18 +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: 78abba76-1411-4aca-be1a-3fccf97dfe6d X-Archives-Hash: 1f952a62dbb205b1e9f81d0a93da28a8 commit: e6190c127b789bda07944316b8f3a174e7e14025 Author: Miroslav Šulc gentoo org> AuthorDate: Tue Jul 25 06:12:42 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Jul 25 06:12:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6190c12 media-sound/orpheus: dropped obsolete 1.6-r3 Bug: https://bugs.gentoo.org/910709 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/orpheus/orpheus-1.6-r3.ebuild | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/media-sound/orpheus/orpheus-1.6-r3.ebuild b/media-sound/orpheus/orpheus-1.6-r3.ebuild deleted file mode 100644 index 2c29e8793369..000000000000 --- a/media-sound/orpheus/orpheus-1.6-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Command line MP3 player" -HOMEPAGE="http://konst.org.ua/en/orpheus" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND="sys-libs/ncurses:0= - media-libs/libvorbis - media-sound/mpg123 - media-sound/vorbis-tools[ogg123]" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/1.5-amd64.patch - "${FILESDIR}"/101_fix-buffer-overflow.diff - "${FILESDIR}"/${P}-fix-buildsystem.patch - "${FILESDIR}"/${P}-cppflags.patch - "${FILESDIR}"/${P}-bufsize.patch - "${FILESDIR}"/${P}-gcc47.patch - "${FILESDIR}"/${P}-constify.patch - "${FILESDIR}"/${P}-musl-stdint.patch -) - -src_prepare() { - default - - cp config.rpath kkstrtext-0.1/ || die - - mv configure.{in,ac} || die - mv kkstrtext-0.1/configure.{in,ac} || die - mv kkconsui-0.1/configure.{in,ac} || die - - eautoreconf -}