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 2D403138334 for ; Thu, 2 May 2019 22:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03DDBE07C7; Thu, 2 May 2019 22:23:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB3AAE07C7 for ; Thu, 2 May 2019 22:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 80839343299 for ; Thu, 2 May 2019 22:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC9FA8 for ; Thu, 2 May 2019 22:23:44 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1556835590.32ead82c6990472ab9898f48c81baa6c9abe0558.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mp3splt/Manifest media-sound/mp3splt/mp3splt-2.6.1a.ebuild X-VCS-Directories: media-sound/mp3splt/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 32ead82c6990472ab9898f48c81baa6c9abe0558 X-VCS-Branch: master Date: Thu, 2 May 2019 22:23:44 +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: 2322855e-7f99-43e5-82de-f76ccbc89e1a X-Archives-Hash: c5f474a5f012f82bc4dd0e0b5703decb commit: 32ead82c6990472ab9898f48c81baa6c9abe0558 Author: Aaron Bauman gentoo org> AuthorDate: Thu May 2 22:19:50 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu May 2 22:19:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ead82c media-sound/mp3splt: drop old Signed-off-by: Aaron Bauman gentoo.org> media-sound/mp3splt/Manifest | 1 - media-sound/mp3splt/mp3splt-2.6.1a.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/media-sound/mp3splt/Manifest b/media-sound/mp3splt/Manifest index bb3b9ba847d..89424e5d430 100644 --- a/media-sound/mp3splt/Manifest +++ b/media-sound/mp3splt/Manifest @@ -1,2 +1 @@ -DIST mp3splt-2.6.1a.tar.gz 260476 BLAKE2B d40555eb98886ef229baade1c390498d2fb3bdb79f9efb3e8ff286c7db70165b9c18d5bf4c331c175fad937d2eb85d1419f5e15b8fc31fb60d07ed02d7e39e24 SHA512 5c0f6a56e09c0b33f83360bc4ea5d4c9398fa6ec9bc39e7e9ab34b0ff19e46ddacbbc69ff51953ee399f1a172f2d634c57c256abdfe51def593e5f981490cc17 DIST mp3splt-2.6.2.tar.gz 260901 BLAKE2B 49b45f53fd1a646993aadb6c18fb0cf7530b61f3ab5ddcf7bf220a6cdbde9844dfa048f22c10c1c89ceff2a5f77744b17c70e1aae7120300c606316b0a48eb0a SHA512 c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b diff --git a/media-sound/mp3splt/mp3splt-2.6.1a.ebuild b/media-sound/mp3splt/mp3splt-2.6.1a.ebuild deleted file mode 100644 index f562912f62d..00000000000 --- a/media-sound/mp3splt/mp3splt-2.6.1a.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit multilib - -DESCRIPTION="a command line utility to split mp3 and ogg files without decoding" -HOMEPAGE="http://mp3splt.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86" -IUSE="flac" - -RDEPEND="~media-libs/libmp3splt-0.9.1a[flac?]" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_configure() { - econf \ - --enable-oggsplt_symlink \ - $(use_enable flac flacsplt_symlink) \ - --disable-dependency-tracking -} - -src_install() { - default - dodoc AUTHORS ChangeLog NEWS README TODO -}