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 BEA65138335 for ; Mon, 7 Oct 2019 08:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6D95E0809; Mon, 7 Oct 2019 08:12: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 8BADDE0809 for ; Mon, 7 Oct 2019 08:12: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 C243D34B9FE for ; Mon, 7 Oct 2019 08:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EFB9836 for ; Mon, 7 Oct 2019 08:12:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570435941.011865f9a0f4bb3180567962803cf18ca7445fcf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnut/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnut/Manifest media-libs/libnut/libnut-661.ebuild media-libs/libnut/metadata.xml profiles/package.mask X-VCS-Directories: media-libs/libnut/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 011865f9a0f4bb3180567962803cf18ca7445fcf X-VCS-Branch: master Date: Mon, 7 Oct 2019 08:12: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: 4dfbbfc3-58a8-4d4a-a939-f29572b7c562 X-Archives-Hash: c7e77c9a91598237c85a269463c7cde2 commit: 011865f9a0f4bb3180567962803cf18ca7445fcf Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 08:09:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 7 08:12:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011865f9 media-libs/libnut: Remove last-rited pkg Closes: https://bugs.gentoo.org/313087 Signed-off-by: Michał Górny gentoo.org> media-libs/libnut/Manifest | 1 - media-libs/libnut/libnut-661.ebuild | 26 -------------------------- media-libs/libnut/metadata.xml | 10 ---------- profiles/package.mask | 7 ------- 4 files changed, 44 deletions(-) diff --git a/media-libs/libnut/Manifest b/media-libs/libnut/Manifest deleted file mode 100644 index 2a3d7a6e66d..00000000000 --- a/media-libs/libnut/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libnut-661.tar.bz2 41997 BLAKE2B 99c6768a5828f53d138aee69c386840a46e345853b9a41bf2804217427e55ef08bc307d7455ccef9fdc8df21557529f3d291282294fda82583d6d26314a6fa4b SHA512 5982244c0bfe3cd81ec9dd03288f51abb2a736508ad966746d16439cf5abd50ec2829f5d75da160b88484da7e246232f994ac2aaba8427a1370ad3fd95144c06 diff --git a/media-libs/libnut/libnut-661.ebuild b/media-libs/libnut/libnut-661.ebuild deleted file mode 100644 index 024eed8a0b3..00000000000 --- a/media-libs/libnut/libnut-661.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit flag-o-matic - -DESCRIPTION="Library and tools to create NUT multimedia files" -HOMEPAGE="http://svn.mplayerhq.hu/nut/ - http://wiki.multimedia.cx/index.php?title=NUT - http://www.nut-container.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" -DEPEND="" -RDEPEND="" - -src_install() { - emake PREFIX="${D}/usr" install || die "make install died" - dodoc README - cd "${S}"/nututils - dobin nutindex nutmerge nutparse -} diff --git a/media-libs/libnut/metadata.xml b/media-libs/libnut/metadata.xml deleted file mode 100644 index 95e3c8e9377..00000000000 --- a/media-libs/libnut/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - -media-video@gentoo.org - - -NUT is a container format under construction by MPlayer and FFmpeg developers. - - diff --git a/profiles/package.mask b/profiles/package.mask index d3946edd46a..49b83568506 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1128,13 +1128,6 @@ media-libs/sdif # Removal in 30 days. Bug #693642. media-libs/libopendaap -# Michał Górny (2019-09-07) -# Does not install correctly on multilib systems. EAPI 0. Multiple -# other QA issues. Obscure format with unlikely real use. The domain -# for homepage expired. Last upstream commit in 2013. -# Removal in 30 days. Bug #313087. -media-libs/libnut - # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.