logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: cc6098c688ed98409b08ce7cdbe11df105dc1b71
parent 2c099098656881a2be2453fc25445965e0e145fc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 22 Jun 2021 10:39:53 +0200

app-accessibility/julius: clean old, 4.5

Diffstat:

Mapp-accessibility/julius/Manifest1-
Dapp-accessibility/julius/julius-4.3.1.ebuild46----------------------------------------------
Mapp-accessibility/julius/julius-4.5.ebuild3+--
3 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/app-accessibility/julius/Manifest b/app-accessibility/julius/Manifest @@ -1,2 +1 @@ -DIST julius-4.3.1.tar.gz 1761555 BLAKE2B 48d69cbaa512bdc9e2f696882bb1c3dcc5383ee41083198cfa0ea6e47bfd89e764b82c7ae0f79e09ae5ad984045973137df66f37dc2138c5536646f2b63c994a SHA512 67dca6b1c9e2b18b08cd9ea2c7b1a751c3a26285d59de7e78bd709737c0c44ab8dc3cf78440bc5e603df6a7e7e881ee4cdb8aa10c829f20e4780ffda4b37619b DIST julius-4.5.tar.gz 9281379 BLAKE2B f447aad351e81557fbb757bdb766b0fbb78ef7d91b67e4b9c66c20b3a32f0afac74d42970889b558fc2d7714ed13c664e52e58e52f9dba49c47ba528cf6d6241 SHA512 48bd5fe1e0bd199f10045863d713c82d033d7ecf2e0b9e2a8de6cf0347249e726bf6e756f4fc30a27faa93222066353dd898c6d0069de07c7723994639a84db3 diff --git a/app-accessibility/julius/julius-4.3.1.ebuild b/app-accessibility/julius/julius-4.3.1.ebuild @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="Large Vocabulary Continuous Speech Recognition Engine" -HOMEPAGE="http://julius.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/julius/60273/${P}.tar.gz" - -LICENSE="julius" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+alsa oss portaudio pulseaudio sndfile" -REQUIRED_USE="^^ ( alsa oss portaudio pulseaudio )" - -RDEPEND=" - dev-lang/perl - dev-perl/Jcode - sys-libs/readline:0 - sys-libs/zlib - alsa? ( media-libs/alsa-lib ) - portaudio? ( media-libs/portaudio ) - pulseaudio? ( media-sound/pulseaudio ) - sndfile? ( media-libs/libsndfile )" -DEPEND="${RDEPEND} - sys-devel/flex" - -pkg_setup() { - tc-export CC CXX -} - -src_install() { - default - if ! has ja ${LINGUAS} ; then - rm -r "${ED}"/usr/share/man/ja || die - fi -} - -pkg_postinst() { - eerror "IMPORTANT NOTICE" - elog "/usr/bin/jcontrol has been renamed to /usr/bin/jucontrol" - elog "to avoid file collision with dev-java/java-config." - elog "If this creates a problem with applications, file a gentoo bug." -} diff --git a/app-accessibility/julius/julius-4.5.ebuild b/app-accessibility/julius/julius-4.5.ebuild @@ -1,5 +1,4 @@ -# Copyright 1999-2013 Gentoo Authors -# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7