From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/freetts/
Date: Sat, 17 Aug 2024 08:18:47 +0000 (UTC) [thread overview]
Message-ID: <1723882712.5ffe7113d7c2fdaf3549e582d48e360d76248b20.fordfrog@gentoo> (raw)
commit: 5ffe7113d7c2fdaf3549e582d48e360d76248b20
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Aug 16 18:43:26 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 08:18:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffe7113
app-accessibility/freetts: drop 1.2.2-r2
Closes: https://bugs.gentoo.org/937482
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/38176
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-accessibility/freetts/freetts-1.2.2-r2.ebuild | 86 -----------------------
1 file changed, 86 deletions(-)
diff --git a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild b/app-accessibility/freetts/freetts-1.2.2-r2.ebuild
deleted file mode 100644
index 69d88cd0fd40..000000000000
--- a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc examples source"
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A speech synthesis system written entirely in Java"
-HOMEPAGE="https://freetts.sourceforge.io/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.zip"
-
-LICENSE="jsapi? ( sun-bcla-jsapi ) freetts"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
-IUSE="jsapi mbrola"
-
-DEPEND=">=virtual/jdk-1.8:*
- ${RDEPEND}
- jsapi? ( app-arch/sharutils )"
-RDEPEND=">=virtual/jre-1.8:*
- mbrola? ( >=app-accessibility/mbrola-3.0.1h-r6 ) "
-BDEPEND="app-arch/unzip"
-
-# Tests aren't present.
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/jsapi-gentoo.diff )
-
-DOCS=( ANNOUNCE.txt README.txt RELEASE_NOTES )
-
-src_prepare() {
- default
- # Prepare source directory.
- mkdir src || die "Failed to create source directory."
- mv com de src/ || die "Failed to move files to source directory."
-
- # Prepare library directory.
- cd lib || die "Lib directory not present."
- chmod 0755 jsapi.sh || die "jsapi.sh not present or can't change permissions."
-
- use mbrola && echo "mbrola.base=/usr/share/mbrola/" >> "${S}"/speech.properties
-}
-
-src_compile() {
- if use jsapi; then
- pushd lib
- ./jsapi.sh || die "jsapi.sh failed"
- popd
- fi
-
- eant jars
-}
-
-# Tests aren't present.
-# http://freetts.sourceforge.net/docs/index.php#how_test
-#src_test() {
-# ANT_TASKS="ant-junit" eant junit
-#}
-
-src_install() {
- default
- java-pkg_dojar lib/*.jar mbrola/*.jar
-
- use mbrola && local jflags="--java_args -Dmbrola.base=/usr/share/mbrola"
-
- java-pkg_dolauncher ${PN} --main com.sun.speech.freetts.FreeTTS ${jflags}
-
- insinto /usr/share/${PN}
- doins speech.properties
- doins -r tools
-
- if use doc ; then
- docinto html
- dodoc -r docs/*
- java-pkg_dojavadoc javadoc
- fi
-
- if use examples ; then
- java-pkg_doexamples demo
- fi
-
- if use source ; then
- java-pkg_dosrc src/*
- fi
-}
next reply other threads:[~2024-08-17 8:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-17 8:18 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-16 13:58 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/freetts/ Sam James
2024-08-04 21:27 Jakov Smolić
2024-08-04 21:27 Jakov Smolić
2023-12-29 1:03 Sam James
2022-12-24 2:59 Sam James
2021-07-29 2:58 Sam James
2021-06-01 7:18 Miroslav Šulc
2021-04-01 22:08 Sam James
2019-10-07 13:53 Michał Górny
2019-10-07 9:53 Agostino Sarubbo
2019-10-07 8:59 Agostino Sarubbo
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=1723882712.5ffe7113d7c2fdaf3549e582d48e360d76248b20.fordfrog@gentoo \
--to=fordfrog@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