diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-02-12 16:23:53 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-02-12 16:23:53 +0100 |
commit | e3e97382faef9ad5f8b9095e37d5e066580c9684 (patch) | |
tree | 40a366f3b2a547d36dc93f238911d103106bec34 /media-libs | |
parent | media-libs/phat: Stabilize 0.4.1-r2 sparc, #833172 (diff) | |
download | gentoo-e3e97382faef9ad5f8b9095e37d5e066580c9684.tar.gz gentoo-e3e97382faef9ad5f8b9095e37d5e066580c9684.tar.bz2 gentoo-e3e97382faef9ad5f8b9095e37d5e066580c9684.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/phat/phat-0.4.1-r1.ebuild | 42 |
1 files changed, 0 insertions, 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 -} |