public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
Date: Sat, 25 Jun 2011 17:22:10 +0000 (UTC)	[thread overview]
Message-ID: <890d01c1665dd70b1a55fab7af1c5df47fb67ed1.jlec@gentoo> (raw)

commit:     890d01c1665dd70b1a55fab7af1c5df47fb67ed1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 16:58:22 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 16:58:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=890d01c1

Cleaned ebuild

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-misc/praat/ChangeLog           |    6 +++-
 sci-misc/praat/metadata.xml        |    9 +++---
 sci-misc/praat/praat-5.0.38.ebuild |   49 ----------------------------------
 sci-misc/praat/praat-5.0.45.ebuild |   51 ------------------------------------
 sci-misc/praat/praat-5.1.00.ebuild |   23 ++++++++++------
 sci-misc/praat/praat-5.1.15.ebuild |   23 ++++++++++------
 6 files changed, 38 insertions(+), 123 deletions(-)

diff --git a/sci-misc/praat/ChangeLog b/sci-misc/praat/ChangeLog
index 5c21946..eade52d 100644
--- a/sci-misc/praat/ChangeLog
+++ b/sci-misc/praat/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-misc/praat
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> -praat-5.0.38.ebuild,
+  -praat-5.0.45.ebuild, praat-5.1.00.ebuild, praat-5.1.15.ebuild, metadata.xml:
+  Cleaned ebuild
+
 *praat-5.1.15 (07 Sep 2009)
 
   07 Sep 2009; Flammie Pirinen <flammie@gentoo.org> +praat-5.1.15.ebuild:

diff --git a/sci-misc/praat/metadata.xml b/sci-misc/praat/metadata.xml
index aab6dfb..c8cb1bb 100644
--- a/sci-misc/praat/metadata.xml
+++ b/sci-misc/praat/metadata.xml
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>flammie@gentoo.org</email></maintainer>
-<longdescription lang="en">
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>flammie@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
 	Praat is a phonetic program for computer. It includes speech synthesis,
 	analysis and other tools.
 </longdescription>
 </pkgmetadata>
-

diff --git a/sci-misc/praat/praat-5.0.38.ebuild b/sci-misc/praat/praat-5.0.38.ebuild
deleted file mode 100644
index e3d3932..0000000
--- a/sci-misc/praat/praat-5.0.38.ebuild
+++ /dev/null
@@ -1,49 +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
-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
-	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/*
-}
-

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 27c6bff..0000000
--- 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/*
-}
-

diff --git a/sci-misc/praat/praat-5.1.00.ebuild b/sci-misc/praat/praat-5.1.00.ebuild
index 25ae8d3..a71a7d3 100644
--- a/sci-misc/praat/praat-5.1.00.ebuild
+++ b/sci-misc/praat/praat-5.1.00.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+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.
@@ -10,7 +12,16 @@ 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
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	|| (
+		(
+			x11-libs/libXmu
 			x11-libs/libXt
 			x11-libs/libX11
 			x11-libs/libICE
@@ -22,18 +33,13 @@ DEPEND="|| ( ( x11-libs/libXmu
 	)
 	x11-libs/openmotif"
 RDEPEND="${DEPEND}"
-KEYWORDS="~amd64"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
 
 S="${WORKDIR}/sources_${MY_PV}"
 
-src_compile() {
+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"
-	emake || die "emake failed"
 }
 
 src_install() {
@@ -48,4 +54,3 @@ src_install() {
 	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
index 7009e2a..a71a7d3 100644
--- a/sci-misc/praat/praat-5.1.15.ebuild
+++ b/sci-misc/praat/praat-5.1.15.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+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.
@@ -10,7 +12,16 @@ 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
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	|| (
+		(
+			x11-libs/libXmu
 			x11-libs/libXt
 			x11-libs/libX11
 			x11-libs/libICE
@@ -22,18 +33,13 @@ DEPEND="|| ( ( x11-libs/libXmu
 	)
 	x11-libs/openmotif"
 RDEPEND="${DEPEND}"
-KEYWORDS="~x86"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
 
 S="${WORKDIR}/sources_${MY_PV}"
 
-src_compile() {
+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"
-	emake || die "emake failed"
 }
 
 src_install() {
@@ -48,4 +54,3 @@ src_install() {
 	insinto /usr/share/${PN}/logisticRegression
 	doins test/logisticRegression/*
 }
-



             reply	other threads:[~2011-06-25 17:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25 17:22 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-25 17:16 [gentoo-commits] proj/sci:master commit in: sci-misc/praat/ Justin Lecher
2015-09-22 10:06 Justin Lecher
2017-01-29 11:59 Justin Lecher
2017-01-29 11:59 Justin Lecher
2017-03-09 21:22 Christoph Junghans
2018-06-21 19:52 Justin Lecher
2021-01-13 21:06 Andrew Ammerlaan
2021-03-04 10:42 Andrew Ammerlaan
2021-03-04 10:42 Andrew Ammerlaan
2021-03-04 13:53 Andrew Ammerlaan
2021-05-08 13:51 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=890d01c1665dd70b1a55fab7af1c5df47fb67ed1.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox