aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-25 18:58:22 +0200
committerJustin Lecher <jlec@gentoo.org>2011-06-25 18:58:22 +0200
commit890d01c1665dd70b1a55fab7af1c5df47fb67ed1 (patch)
tree65ce0965287d2c23834382231f68081964dc57f8 /sci-misc/praat/praat-5.0.45.ebuild
parentCleaned ebuild (diff)
downloadsci-890d01c1665dd70b1a55fab7af1c5df47fb67ed1.tar.gz
sci-890d01c1665dd70b1a55fab7af1c5df47fb67ed1.tar.bz2
sci-890d01c1665dd70b1a55fab7af1c5df47fb67ed1.zip
Cleaned ebuild
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-misc/praat/praat-5.0.45.ebuild')
-rw-r--r--sci-misc/praat/praat-5.0.45.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/sci-misc/praat/praat-5.0.45.ebuild b/sci-misc/praat/praat-5.0.45.ebuild
deleted file mode 100644
index 27c6bff66..000000000
--- a/sci-misc/praat/praat-5.0.45.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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/"
-DEPEND="|| ( ( x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libX11
- x11-libs/libICE
- x11-libs/libXext
- x11-libs/libSM
- x11-libs/libXp
- )
- virtual/x11
- )
- x11-libs/openmotif"
-RDEPEND="${DEPEND}"
-KEYWORDS="~amd64"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-S="${WORKDIR}/sources_${MY_PV}"
-
-src_compile() {
- # 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"
- emake || die "emake failed"
-}
-
-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/*
-}
-