commit: 5d81bcddc4f674a1d40529ac3aa2ad4a20454b5b Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Jun 21 19:51:20 2018 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Jun 21 19:51:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d81bcdd
sci-misc/praat: Clean old Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-misc/praat/praat-5.4.19.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/sci-misc/praat/praat-5.4.19.ebuild b/sci-misc/praat/praat-5.4.19.ebuild deleted file mode 100644 index 347fe25a8..000000000 --- a/sci-misc/praat/praat-5.4.19.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Speech analysis and synthesis" -HOMEPAGE="http://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/libXmu - x11-libs/libXt - x11-libs/libX11 - x11-libs/libICE - x11-libs/libXext - x11-libs/libSM - x11-libs/libXp - x11-libs/motif:0=" -RDEPEND="${DEPEND}" - -src_prepare() { - # TODO: following line should be updated for non-linux etc. builds - # (Flammie does not have testing equipment) - cp "${S}"/makefiles/makefile.defs.linux.alsa "${S}"/makefile.defs -} - -src_install() { - dobin ${PN} - insinto /usr/share/${PN} - doins -r test -}
