commit:     e3e97382faef9ad5f8b9095e37d5e066580c9684
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 15:23:53 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 15:23:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e97382

media-libs/phat: removed obsolete 0.4.1-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/phat/phat-0.4.1-r1.ebuild | 42 ------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/media-libs/phat/phat-0.4.1-r1.ebuild 
b/media-libs/phat/phat-0.4.1-r1.ebuild
deleted file mode 100644
index b7854f4f01a6..000000000000
--- a/media-libs/phat/phat-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="PHAT is a collection of GTK+ widgets geared toward pro-audio apps"
-HOMEPAGE="https://sourceforge.net/projects/phat.berlios/";
-SRC_URI="mirror://sourceforge/phat.berlios/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/gtk+:2
-       x11-libs/libX11
-       gnome-base/libgnomecanvas"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       dev-util/gtk-doc"
-
-PATCHES=(
-       "${FILESDIR}/${P}-underlinking.patch"
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --disable-static \
-               $(use_enable debug)
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to