From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3A9D11387B1 for ; Tue, 22 Sep 2015 10:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A46921C041; Tue, 22 Sep 2015 10:07:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E505821C036 for ; Tue, 22 Sep 2015 10:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1521134098F for ; Tue, 22 Sep 2015 10:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F0E9243 for ; Tue, 22 Sep 2015 10:06:56 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442916364.d1f65d818bfcd48df13d4adee3b4626dcf1fbe8d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/praat/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/praat/praat-5.1.00.ebuild sci-misc/praat/praat-5.1.15.ebuild sci-misc/praat/praat-5.4.19.ebuild X-VCS-Directories: sci-misc/praat/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d1f65d818bfcd48df13d4adee3b4626dcf1fbe8d X-VCS-Branch: master Date: Tue, 22 Sep 2015 10:06:56 +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: 5e4ba4dc-f9c4-4781-a2ea-e00aee4927e2 X-Archives-Hash: 311eff703cdb99603ea3575b14094b82 commit: d1f65d818bfcd48df13d4adee3b4626dcf1fbe8d Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 10:05:45 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 10:06:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1f65d81 sci-misc/praat: Version Bump Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-misc/praat/praat-5.1.00.ebuild | 51 -------------------------------------- sci-misc/praat/praat-5.1.15.ebuild | 51 -------------------------------------- sci-misc/praat/praat-5.4.19.ebuild | 37 +++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 102 deletions(-) diff --git a/sci-misc/praat/praat-5.1.00.ebuild b/sci-misc/praat/praat-5.1.00.ebuild deleted file mode 100644 index 1bca0b0..0000000 --- a/sci-misc/praat/praat-5.1.00.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit versionator -# FIXME: for versions with last part < 10 pad with zeroes -# e.g 4 => 4000, 5.1 => 5100, 5.2.7 => 5207. -MY_PV=$(delete_all_version_separators) - -DESCRIPTION="Speech analysis and synthesis" -SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz" -HOMEPAGE="http://www.fon.hum.uva.nl/praat/" - -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" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/sources_${MY_PV}" - -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.dynamic" "${S}/makefile.defs" -} - -src_install() { - dobin praat - dodir /usr/share/${PN} - insinto /usr/share/${PN} - doins test/* - dodir /usr/share/${PN}/texio - insinto /usr/share/${PN}/texio - doins test/texio/* - dodir /usr/share/${PN}/logisticRegression - insinto /usr/share/${PN}/logisticRegression - doins test/logisticRegression/* -} diff --git a/sci-misc/praat/praat-5.1.15.ebuild b/sci-misc/praat/praat-5.1.15.ebuild deleted file mode 100644 index 1bca0b0..0000000 --- a/sci-misc/praat/praat-5.1.15.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit versionator -# FIXME: for versions with last part < 10 pad with zeroes -# e.g 4 => 4000, 5.1 => 5100, 5.2.7 => 5207. -MY_PV=$(delete_all_version_separators) - -DESCRIPTION="Speech analysis and synthesis" -SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz" -HOMEPAGE="http://www.fon.hum.uva.nl/praat/" - -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" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/sources_${MY_PV}" - -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.dynamic" "${S}/makefile.defs" -} - -src_install() { - dobin praat - dodir /usr/share/${PN} - insinto /usr/share/${PN} - doins test/* - dodir /usr/share/${PN}/texio - insinto /usr/share/${PN}/texio - doins test/texio/* - dodir /usr/share/${PN}/logisticRegression - insinto /usr/share/${PN}/logisticRegression - doins test/logisticRegression/* -} diff --git a/sci-misc/praat/praat-5.4.19.ebuild b/sci-misc/praat/praat-5.4.19.ebuild new file mode 100644 index 0000000..aa51771 --- /dev/null +++ b/sci-misc/praat/praat-5.4.19.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +}