aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-22 12:05:45 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-22 12:06:04 +0200
commitd1f65d818bfcd48df13d4adee3b4626dcf1fbe8d (patch)
treeaabd7f5f30754751dacb5d288293b66cdcbd9d55 /sci-misc/praat
parentUpdate hashes (diff)
downloadsci-d1f65d818bfcd48df13d4adee3b4626dcf1fbe8d.tar.gz
sci-d1f65d818bfcd48df13d4adee3b4626dcf1fbe8d.tar.bz2
sci-d1f65d818bfcd48df13d4adee3b4626dcf1fbe8d.zip
sci-misc/praat: Version Bump
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc/praat')
-rw-r--r--sci-misc/praat/Manifest3
-rw-r--r--sci-misc/praat/praat-5.1.00.ebuild51
-rw-r--r--sci-misc/praat/praat-5.1.15.ebuild51
-rw-r--r--sci-misc/praat/praat-5.4.19.ebuild37
4 files changed, 38 insertions, 104 deletions
diff --git a/sci-misc/praat/Manifest b/sci-misc/praat/Manifest
index 2540896a0..578c77952 100644
--- a/sci-misc/praat/Manifest
+++ b/sci-misc/praat/Manifest
@@ -1,2 +1 @@
-DIST praat5100_sources.tar.gz 5389639 SHA256 0483badf3a0fd78134595cc868c14c77402bc432b184406557399467a50ba543
-DIST praat5115_sources.tar.gz 5643423 SHA256 680491b18e6f1c083bc74f7544dfa95d9c86d81af2f298331683074cc8cd1d65
+DIST praat-5.4.19.tar.gz 7072754 SHA256 4397d30adf1bb882065c446aa04a3598c381ac754e74405f257e646b73c3b9d0 SHA512 7f560a6264fddeb62da16b6d77f0a2ddb3b4c3ff6305886ea483130afda46a4e6269c9b1ab86cede56a640593287d491eb8933b50d351464c0fde0558c700c39 WHIRLPOOL 1d848440b1b15b503a56e36899ba299a0e6a73f5e6c9ff887497f2dd81a353e33a405b5be8714d87c8d0874b12482325078b2abd7d4ebc7deb9fbeb8b6b83e59
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 1bca0b073..000000000
--- 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 1bca0b073..000000000
--- 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 000000000..aa51771f3
--- /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
+}