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 943AC139083 for ; Sun, 17 Dec 2017 12:22:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E81FE0C03; Sun, 17 Dec 2017 12:22:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7C709E0C03 for ; Sun, 17 Dec 2017 12:22:49 +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 2895D33BEBE for ; Sun, 17 Dec 2017 12:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72E2CAE7C for ; Sun, 17 Dec 2017 12:22:46 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1513513358.6b10d38855adc9d8d32b244e18ebdd4b5f259bab.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/amb-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild X-VCS-Directories: media-plugins/amb-plugins/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6b10d38855adc9d8d32b244e18ebdd4b5f259bab X-VCS-Branch: master Date: Sun, 17 Dec 2017 12:22:46 +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-Archives-Salt: 47dabb6e-fbd7-4219-b811-5f55f1a87600 X-Archives-Hash: de21ebf4ba5da148dda6ead175831ace commit: 6b10d38855adc9d8d32b244e18ebdd4b5f259bab Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 17 12:22:38 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 17 12:22:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b10d388 media-plugins/amb-plugins: remove old Package-Manager: Portage-2.3.13, Repoman-2.3.3 media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild b/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild deleted file mode 100644 index 3f8906ac31a..00000000000 --- a/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit base multilib toolchain-funcs eutils - -MY_P=${P/amb/AMB} - -DESCRIPTION="AMB-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 x86" -IUSE="" - -DEPEND="media-libs/ladspa-sdk" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}/${P}-Makefile.patch" ) - -src_compile() { - tc-export CXX - emake || die -} - -src_install() { - dodoc AUTHORS README - insinto /usr/$(get_libdir)/ladspa - insopts -m0755 - doins *.so -}