From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/freetts/
Date: Tue, 1 Jun 2021 07:18:51 +0000 (UTC) [thread overview]
Message-ID: <1622531927.9197930cb9bf2e2ecd0c6e39a230f65c208db462.fordfrog@gentoo> (raw)
commit: 9197930cb9bf2e2ecd0c6e39a230f65c208db462
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 07:18:40 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 07:18:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9197930c
app-accessibility/freetts: removed obsolete 1.2.2
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-accessibility/freetts/freetts-1.2.2.ebuild | 84 --------------------------
1 file changed, 84 deletions(-)
diff --git a/app-accessibility/freetts/freetts-1.2.2.ebuild b/app-accessibility/freetts/freetts-1.2.2.ebuild
deleted file mode 100644
index 31b68c3c7b2..00000000000
--- a/app-accessibility/freetts/freetts-1.2.2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc examples source"
-inherit eutils epatch java-pkg-2 java-ant-2
-
-DESCRIPTION="A speech synthesis system written entirely in Java"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
-HOMEPAGE="http://freetts.sourceforge.net/"
-
-RDEPEND=">=virtual/jre-1.4
- mbrola? ( >=app-accessibility/mbrola-3.0.1h-r6 ) "
-
-DEPEND=">=virtual/jdk-1.4
- ${RDEPEND}
- jsapi? ( app-arch/sharutils )
- app-arch/unzip"
-
-LICENSE="jsapi? ( sun-bcla-jsapi ) freetts"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE="jsapi mbrola"
-
-# Tests aren't present.
-RESTRICT="test"
-
-java_prepare() {
- # 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."
- epatch "${FILESDIR}"/jsapi-gentoo.diff
-
- 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() {
- 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
-
- dodoc ANNOUNCE.txt README.txt RELEASE_NOTES
-
- if use doc ; then
- insinto /usr/share/doc/${PF}/html
- doins -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:[~2021-06-01 7:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-01 7:18 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-17 8:18 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/freetts/ Miroslav Šulc
2024-08-16 13:58 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-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=1622531927.9197930cb9bf2e2ecd0c6e39a230f65c208db462.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