commit: 10b30889fcf18fb98c923c73e0d00e045296143c Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Mar 4 10:42:00 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Mar 4 10:42:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10b30889
sci-misc/praat: drop old Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-misc/praat/praat-6.0.26.ebuild | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/sci-misc/praat/praat-6.0.26.ebuild b/sci-misc/praat/praat-6.0.26.ebuild deleted file mode 100644 index 6872814e4..000000000 --- a/sci-misc/praat/praat-6.0.26.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Speech analysis and synthesis" -HOMEPAGE="https://www.fon.hum.uva.nl/praat/ https://github.com/praat/praat" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="" -LICENSE="GPL-2" -SLOT="0" - -DEPEND=" - x11-libs/gtk+:2 - media-libs/alsa-lib - media-sound/pulseaudio" -RDEPEND="${DEPEND}" - -src_prepare() { - eapply_user - # TODO: following line should be updated for non-linux etc. builds - # (Flammie does not have testing equipment) - cp makefiles/makefile.defs.linux.pulse makefile.defs || die - - cat <<-EOF >> makefile.defs - CFLAGS += ${CFLAGS} - CXXFLAGS += ${CXXFLAGS} - EOF -} - -src_install() { - dobin ${PN} - insinto /usr/share/${PN} - doins -r test -}
