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 AC9C9138239 for ; Mon, 7 Oct 2019 09:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83718E0814; Mon, 7 Oct 2019 09:09:33 +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 6E232E0814 for ; Mon, 7 Oct 2019 09:09:33 +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 174AB34B78D for ; Mon, 7 Oct 2019 09:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A9F082F for ; Mon, 7 Oct 2019 09:09:30 +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: <1570439362.16c006d640af5537dd5658e8ff5b657778535b57.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/fil-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild X-VCS-Directories: media-plugins/fil-plugins/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 16c006d640af5537dd5658e8ff5b657778535b57 X-VCS-Branch: master Date: Mon, 7 Oct 2019 09:09:30 +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: 113d0fda-022c-495d-855c-4ac9e533f839 X-Archives-Hash: f18f2e99e9b82ae83571d4365eff8126 commit: 16c006d640af5537dd5658e8ff5b657778535b57 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 09:04:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 7 09:09:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c006d6 media-plugins/fil-plugins: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild b/media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild deleted file mode 100644 index 2eeea6a69fc..00000000000 --- a/media-plugins/fil-plugins/fil-plugins-0.3.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit multilib toolchain-funcs eutils - -MY_P=${P/fil/FIL} - -DESCRIPTION="FIL-plugins ladspa plugin package. Filters by Fons Adriaensen" -HOMEPAGE="http://www.kokkinizita.net/linuxaudio/" -SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="media-libs/ladspa-sdk" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-makefile.patch" -} - -src_compile() { - tc-export CXX - emake || die -} - -src_install() { - dodoc AUTHORS README || die - insinto /usr/$(get_libdir)/ladspa - insopts -m0755 - doins *.so || die -}