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 842461382C5 for ; Sun, 27 Dec 2020 10:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D10E0C03; Sun, 27 Dec 2020 10:50:53 +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 BACEFE0C03 for ; Sun, 27 Dec 2020 10:50:53 +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 7B8033415FD for ; Sun, 27 Dec 2020 10:50:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE00D4B for ; Sun, 27 Dec 2020 10:50:50 +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: <1609066246.81bcc01a41f01ac106fa325eb9f71de1b4b6bbb9.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rip/rip-1.07.ebuild X-VCS-Directories: media-sound/rip/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 81bcc01a41f01ac106fa325eb9f71de1b4b6bbb9 X-VCS-Branch: master Date: Sun, 27 Dec 2020 10:50:50 +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: e37887f5-5ebb-4900-83d9-a2f881244b53 X-Archives-Hash: 40e01221c598c95af921d232d1000d85 commit: 81bcc01a41f01ac106fa325eb9f71de1b4b6bbb9 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Dec 27 10:50:39 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Dec 27 10:50:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bcc01a media-sound/rip: removed obsolete 1.07 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/rip/rip-1.07.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/media-sound/rip/rip-1.07.ebuild b/media-sound/rip/rip-1.07.ebuild deleted file mode 100644 index 68ad2fb0382..00000000000 --- a/media-sound/rip/rip-1.07.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A command-line based audio CD ripper and mp3 encoder" -SRC_URI="http://rip.sourceforge.net/download/${P}.tar.gz" -HOMEPAGE="http://rip.sourceforge.net" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" - -RDEPEND="media-sound/cdparanoia - virtual/eject - dev-lang/perl - >=dev-perl/CDDB_get-2.10 - >=dev-perl/MP3-Info-0.91 - || ( media-sound/vorbis-tools media-sound/lame media-libs/flac media-sound/bladeenc )" - -src_install() { - dobin rip - einstalldocs -}