From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6149158094 for ; Wed, 27 Jul 2022 04:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B68CE0F2E; Wed, 27 Jul 2022 04:56:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E0BBE0F2E for ; Wed, 27 Jul 2022 04:56:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D422340A5D for ; Wed, 27 Jul 2022 04:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A991F525 for ; Wed, 27 Jul 2022 04:56:01 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1658897755.8450874622957739e90e5531460d7aa05f23e7a4.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/speech-tools/speech-tools-2.5.0.ebuild X-VCS-Directories: app-accessibility/speech-tools/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 8450874622957739e90e5531460d7aa05f23e7a4 X-VCS-Branch: master Date: Wed, 27 Jul 2022 04:56:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 228f3040-c8a3-4698-988b-b4e205e2c57b X-Archives-Hash: e67842716cf1d9404a6d22dad3e7dd90 commit: 8450874622957739e90e5531460d7aa05f23e7a4 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jul 27 04:55:55 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jul 27 04:55:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84508746 app-accessibility/speech-tools: dropped obsolete 2.5.0 Bug: https://bugs.gentoo.org/861107 Signed-off-by: Miroslav Šulc gentoo.org> .../speech-tools/speech-tools-2.5.0.ebuild | 146 --------------------- 1 file changed, 146 deletions(-) diff --git a/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild b/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild deleted file mode 100644 index 1c0615542e77..000000000000 --- a/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild +++ /dev/null @@ -1,146 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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/$(ver_cut 1-2)/${MY_P}-release.tar.gz - https://dev.gentoo.org/~neurogeek/${PN}/speech_tools-2.1-${PATCHSET}-patches.tar.gz" -S="${WORKDIR}/speech_tools" - -LICENSE="FESTIVAL HPND BSD rc regexp-UofT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="nas openmp X" - -RDEPEND=" - media-libs/alsa-lib - sys-libs/ncurses:0= - nas? ( media-libs/nas ) - X? ( - x11-libs/libX11 - x11-libs/libXt - ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( README.md lib/cstrutt.dtd lib/example_data ) - -PATCHES=( - "${WORKDIR}/patch/02_all_gcc42.patch" - "${WORKDIR}/patch/03_all_GentooLinux.patch" - "${WORKDIR}/patch/05_all_sharedlib.patch" - "${WORKDIR}/patch/06_all_gcc43-include.patch" - "${WORKDIR}/patch/09_all_remove-shared-refs.patch" - "${WORKDIR}/patch/10_all_base_class.patch" - "${WORKDIR}/patch/81_all_etcpath.patch" - "${WORKDIR}/patch/91_all_gentoo-config.patch" - "${WORKDIR}/patch/92_all_ldflags_fix.patch" - "${WORKDIR}/patch/94_all_ncurses_tinfo.patch" - - # Fix underlinking, bug #493204 - "${FILESDIR}/${PN}-2.1-underlinking.patch" - "${FILESDIR}/${PN}-2.5.0-fno-common.patch" -) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_prepare() { - default - - sed -i -e '/^CXXFLAGS =/s|CC_OTHER_FLAGS|CXX_OTHER_FLAGS|' \ - config/compilers/gcc_defaults.mak || die - - sed -i -e 's,{{HORRIBLELIBARCHKLUDGE}},"/usr/$(get_libdir)",' \ - main/siod_main.cc || die - - # bug #309983 - sed -i -e "s:\(GCC_SYSTEM_OPTIONS =\).*:\1:" \ - "${S}"/config/systems/sparc_SunOS5.mak || die - - sed -i -e "s|\$(OMP_OPTS)|$(use openmp && echo -fopenmp)|g" \ - -e "s|\$(OMP_DEFS)|$(use openmp && echo -DOMP_WAGON=1)|g" \ - -e "/MAKE_SHARED_LIB =/s|-shared|$(use openmp && echo -fopenmp) -shared|" \ - config/compilers/gcc_defaults.mak || die -} - -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)" \ - CC_OTHER_FLAGS="${CFLAGS}" \ - CXX_OTHER_FLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - AR="$(tc-getAR)" \ - RANLIB="$(tc-getRANLIB)" -} - -src_install() { - default - - dolib.so lib/libest*.so* - - insinto /usr/share/speech-tools - doins -r config base_class - - insinto /usr/share/speech-tools/lib - doins -r lib/siod - - mv include speech-tools || die - doheader -r speech-tools - dosym ../../include/speech-tools /usr/share/speech-tools/include - - for file in bin/*; do - [ "${file}" = "bin/Makefile" ] && continue - dobin ${file} - dstfile="${ED}/usr/${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 - - exeinto /usr/$(get_libdir)/speech-tools - for file in `find main -perm /111 -type f`; do - doexe ${file} - done - - # Remove bcat (only useful for testing on windows, see bug #418301). - rm "${ED}/usr/bin/bcat" || die - rm "${ED}/usr/$(get_libdir)/speech-tools/bcat" || die -}