From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/
Date: Tue, 19 Jun 2018 07:04:27 +0000 (UTC) [thread overview]
Message-ID: <1529391860.d0d66cd2a254be3899835f2722edff688e2e2b8e.pacho@gentoo> (raw)
commit: d0d66cd2a254be3899835f2722edff688e2e2b8e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 07:01:01 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 07:04:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d66cd2
app-accessibility/speech-tools: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../speech-tools/speech-tools-2.1-r2.ebuild | 107 -------------------
.../speech-tools/speech-tools-2.1-r3.ebuild | 117 ---------------------
2 files changed, 224 deletions(-)
diff --git a/app-accessibility/speech-tools/speech-tools-2.1-r2.ebuild b/app-accessibility/speech-tools/speech-tools-2.1-r2.ebuild
deleted file mode 100644
index 0dff90d91bd..00000000000
--- a/app-accessibility/speech-tools/speech-tools-2.1-r2.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-MY_P=${P/speech-/speech_}
-PATCHSET="r3"
-
-DESCRIPTION="Speech tools for Festival Text to Speech engine"
-HOMEPAGE="http://www.cstr.ed.ac.uk/projects/speech_tools/"
-SRC_URI="http://www.festvox.org/packed/festival/${PV}/${MY_P}-release.tar.gz
- https://dev.gentoo.org/~neurogeek/${PN}/${MY_P}-${PATCHSET}-patches.tar.gz"
-
-LICENSE="FESTIVAL HPND BSD rc regexp-UofT"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="nas X"
-
-RDEPEND="
- nas? ( media-libs/nas )
- X? ( x11-libs/libX11
- x11-libs/libXt )
- >=media-libs/alsa-lib-1.0.20-r1
- !<app-accessibility/festival-1.96_beta
- !sys-power/powerman
- >=sys-libs/ncurses-5.6-r2:0=
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/speech_tools"
-
-src_prepare() {
- EPATCH_SUFFIX="patch"
- epatch
-
- sed -i -e 's,{{HORRIBLELIBARCHKLUDGE}},"/usr/$(get_libdir)",' main/siod_main.cc
-
- #WRT bug #309983
- sed -i -e "s:\(GCC_SYSTEM_OPTIONS =\).*:\1:" "${S}"/config/systems/sparc_SunOS5.mak
-
- # Fix underlinking, bug #493204
- epatch "${FILESDIR}"/${PN}-2.1-underlinking.patch
-}
-
-src_configure() {
- local CONFIG=config/config.in
- sed -i -e 's/@COMPILERTYPE@/gcc42/' ${CONFIG}
- if use nas; then
- sed -i -e "s/#.*\(INCLUDE_MODULES += NAS_AUDIO\)/\1/" ${CONFIG}
- fi
- if ! use X; then
- sed -i -e "s/-lX11 -lXt//" config/modules/esd_audio.mak
- fi
- econf
-}
-
-src_compile() {
- emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" CXX_OTHER_FLAGS="${CXXFLAGS}" CC_OTHER_FLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dolib.so lib/libest*.so*
-
- dodoc "${S}"/README
- dodoc "${S}"/lib/cstrutt.dtd
-
- insinto /usr/share/doc/${PF}
- doins -r lib/example_data
-
- insinto /usr/share/speech-tools
- doins -r config base_class
-
- insinto /usr/share/speech-tools/lib
- doins -r lib/siod
-
- cd include
- insinto /usr/include/speech-tools
- doins -r *
- dosym ../../include/speech-tools /usr/share/speech-tools/include
-
- cd ../bin
- for file in *; do
- [ "${file}" = "Makefile" ] && continue
- dobin ${file}
- dstfile="${D}/usr/bin/${file}"
- sed -i -e "s:${S}/testsuite/data:/usr/share/speech-tools/testsuite:g" ${dstfile}
- sed -i -e "s:${S}/bin:/usr/$(get_libdir)/speech-tools:g" ${dstfile}
- sed -i -e "s:${S}/main:/usr/$(get_libdir)/speech-tools:g" ${dstfile}
-
- # This just changes LD_LIBRARY_PATH
- sed -i -e "s:${S}/lib:/usr/$(get_libdir):g" ${dstfile}
- done
-
- cd "${S}"
- exeinto /usr/$(get_libdir)/speech-tools
- for file in `find main -perm +100 -type f`; do
- doexe ${file}
- done
-
- #Remove /usr/bin/resynth as it is broken. See bug #253556
- rm "${D}/usr/bin/resynth"
-}
diff --git a/app-accessibility/speech-tools/speech-tools-2.1-r3.ebuild b/app-accessibility/speech-tools/speech-tools-2.1-r3.ebuild
deleted file mode 100644
index c04286d3513..00000000000
--- a/app-accessibility/speech-tools/speech-tools-2.1-r3.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-MY_P=${P/speech-/speech_}
-PATCHSET="r3"
-
-DESCRIPTION="Speech tools for Festival Text to Speech engine"
-HOMEPAGE="http://www.cstr.ed.ac.uk/projects/speech_tools/"
-SRC_URI="http://www.festvox.org/packed/festival/${PV}/${MY_P}-release.tar.gz
- https://dev.gentoo.org/~neurogeek/${PN}/${MY_P}-${PATCHSET}-patches.tar.gz"
-
-LICENSE="FESTIVAL HPND BSD rc regexp-UofT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="nas X"
-
-RDEPEND="
- nas? ( media-libs/nas )
- X? ( x11-libs/libX11
- x11-libs/libXt )
- >=media-libs/alsa-lib-1.0.20-r1
- !<app-accessibility/festival-1.96_beta
- !sys-power/powerman
- >=sys-libs/ncurses-5.6-r2:0=
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/speech_tools"
-
-src_prepare() {
- EPATCH_SUFFIX="patch"
- epatch
-
- sed -i -e 's,{{HORRIBLELIBARCHKLUDGE}},"/usr/$(get_libdir)",' \
- main/siod_main.cc || die
-
- #WRT bug #309983
- sed -i -e "s:\(GCC_SYSTEM_OPTIONS =\).*:\1:" \
- "${S}"/config/systems/sparc_SunOS5.mak || die
-
- # Fix underlinking, bug #493204
- epatch "${FILESDIR}"/${PN}-2.1-underlinking.patch
-}
-
-src_configure() {
- local CONFIG=config/config.in
- sed -i -e 's/@COMPILERTYPE@/gcc42/' ${CONFIG} || die
- if use nas; then
- sed -i -e "s/#.*\(INCLUDE_MODULES += NAS_AUDIO\)/\1/" \
- ${CONFIG} || die
- fi
- if ! use X; then
- sed -i -e "s/-lX11 -lXt//" config/modules/esd_audio.mak || die
- fi
- econf
-}
-
-src_compile() {
- emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" CXX_OTHER_FLAGS="${CXXFLAGS}" CC_OTHER_FLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dolib.so lib/libest*.so*
-
- dodoc "${S}"/README
- dodoc "${S}"/lib/cstrutt.dtd
-
- insinto /usr/share/doc/${PF}
- doins -r lib/example_data
-
- insinto /usr/share/speech-tools
- doins -r config base_class
-
- insinto /usr/share/speech-tools/lib
- doins -r lib/siod
-
- cd include || die
- insinto /usr/include/speech-tools
- doins -r *
- dosym ../../include/speech-tools /usr/share/speech-tools/include
-
- cd ../bin || die
- for file in *; do
- [ "${file}" = "Makefile" ] && continue
- dobin ${file}
- dstfile="${D}/usr/bin/${file}"
- sed -i -e "s:${S}/testsuite/data:/usr/share/speech-tools/testsuite:g" \
- ${dstfile} || die
- sed -i -e "s:${S}/bin:/usr/$(get_libdir)/speech-tools:g" \
- ${dstfile} || die
- sed -i -e "s:${S}/main:/usr/$(get_libdir)/speech-tools:g" \
- ${dstfile} || die
-
- # This just changes LD_LIBRARY_PATH
- sed -i -e "s:${S}/lib:/usr/$(get_libdir):g" ${dstfile} || die
- done
-
- cd "${S}" || die
- exeinto /usr/$(get_libdir)/speech-tools
- for file in `find main -perm /111 -type f`; do
- doexe ${file}
- done
-
- #Remove /usr/bin/resynth as it is broken. See bug #253556
- rm "${D}/usr/bin/resynth" || die
-
- # Remove bcat (only useful for testing on windows, see bug #418301).
- rm "${D}/usr/bin/bcat" || die
- rm "${D}/usr/$(get_libdir)/speech-tools/bcat" || die
-}
next reply other threads:[~2018-06-19 7:04 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-19 7:04 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-16 7:05 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/ Arthur Zamarin
2023-12-16 4:46 Sam James
2023-12-16 0:46 Sam James
2023-02-13 23:24 Sam James
2022-12-24 2:59 Sam James
2022-07-27 4:56 Miroslav Šulc
2022-07-26 15:20 Agostino Sarubbo
2022-07-26 15:19 Agostino Sarubbo
2022-07-26 7:05 Sam James
2022-07-26 7:04 Sam James
2022-07-26 7:04 Sam James
2021-05-10 6:26 Sam James
2021-05-10 0:07 Sam James
2021-04-28 18:18 Sergei Trofimovich
2021-04-25 9:18 Sergei Trofimovich
2021-04-23 17:46 Sergei Trofimovich
2021-04-01 22:08 Sam James
2021-04-01 22:08 Sam James
2020-09-27 10:20 Miroslav Šulc
2020-08-23 15:33 Miroslav Šulc
2019-06-09 17:20 Andrew Savchenko
2018-05-26 10:19 Mikle Kolyada
2018-04-15 18:40 Sergei Trofimovich
2018-04-06 22:44 Sergei Trofimovich
2018-04-05 23:19 Thomas Deutschmann
2018-04-04 22:26 Sergei Trofimovich
2018-04-04 17:15 Aaron Bauman
2017-08-22 19:59 Michał Górny
2016-08-06 12:47 Pacho Ramos
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=1529391860.d0d66cd2a254be3899835f2722edff688e2e2b8e.pacho@gentoo \
--to=pacho@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