From 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 19 Apr 2018 14:14:48 +0100 Subject: gentoo resync : 19.04.2018 --- app-accessibility/SphinxTrain/Manifest | 4 --- .../SphinxTrain/SphinxTrain-0.9.1-r1.ebuild | 40 ---------------------- app-accessibility/SphinxTrain/files/gcc.patch | 34 ------------------ app-accessibility/SphinxTrain/files/gcc34.patch | 11 ------ 4 files changed, 89 deletions(-) delete mode 100644 app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild delete mode 100644 app-accessibility/SphinxTrain/files/gcc.patch delete mode 100644 app-accessibility/SphinxTrain/files/gcc34.patch (limited to 'app-accessibility/SphinxTrain') diff --git a/app-accessibility/SphinxTrain/Manifest b/app-accessibility/SphinxTrain/Manifest index 9a9f19ae3867..abb0d27f72af 100644 --- a/app-accessibility/SphinxTrain/Manifest +++ b/app-accessibility/SphinxTrain/Manifest @@ -1,7 +1,3 @@ -AUX gcc.patch 816 BLAKE2B 6b78601231b510b588bccc4da44fafcd54372e6abcc6344d6d2a8021aa8f4576243eefcb89b87b5bcfc4afc2e231ede57fc3be8c20921ec00019c6f2cbb19961 SHA512 24684e55ae3f1d419711172439f9a7faf63c8ae661982ea8609d7d054dd1c94d0b2cf6d4bc056165495604e6b6d68f68d051196357bc468f800a48c3edc21016 -AUX gcc34.patch 333 BLAKE2B 04f095edf09c89339c9cfe66abb4b55949565a1121e402bf23b918bdabcb6740741e7659caa502441f7f95452571769d5b97c660bcf68f0abade90b1575a444e SHA512 99199433c702a28451e08270d2388773d65460b00bcc5d68544017d9a99ede9242078c63393d59a945fb54e725bed37987d80d68516b8dbd05911b463f7faa16 -DIST SphinxTrain-0.9.1-beta.tar.gz 469617 BLAKE2B ad1e4456501a46a51c169468e1f29e15eaf40eeea08474e0c786cc4dafbf4d504c91e65644e61939cac96526cba678d025487f736eb99b1ca186ebc822e64dd1 SHA512 1b33a58a6e05069369fe1ba668609e5a25d6a49fbf2fed1f5d86bdc1fc43d4544627c438e61d46003c2dbd8d7fa6f41c686b57cbca215f73b6c4ba0d7682076d DIST sphinxtrain-1.0.8.tar.gz 8925803 BLAKE2B e268c00843445cb69ae2a88f93fb4aa640556179417d44f6297d87f7e509418778b4808885bb19ab163efbd71565a3b6d75d269b420e9e366c0c6553a04b3053 SHA512 465d2c4ade9acc7b49c1d975449c38ac01d5a3ff332f9841be66cd8ca9d2f0b68fd36cc8a46384c8b510042efa91c3887a080481e84f2d0deb9775a598835f2b -EBUILD SphinxTrain-0.9.1-r1.ebuild 928 BLAKE2B 69b975624782fa7812673914455d75b39930b6cb52f38673fa160e6ba19b465d7a0b2bdaab71f965af5d0c94ca92461903637481c0dab09e827d6ca613576c23 SHA512 6c9f7774ed4f9b82cfca11a012abcf2e9498cc3829de0beed65eeab63bb25c30810ed89e266f483b814158349fdfc90ee2cbf78cf947f38dd2c83e99487a4565 EBUILD SphinxTrain-1.0.8.ebuild 912 BLAKE2B ab54f33eb611fe0d0947c3438f6e37b17ec6817a06e536f02b1081cd6df2e3b0667a1caae0042bae56f58c6eb2a6c0fc906eb3252027e9511ff75560f2c1d671 SHA512 0749bae26704e502550088fea9f1d4f6d34910c4668828c6ddc10a571fe2befc1e41f5444ed1ecbef71586858231f04ebf16b5debb0617091099624111293f4a MISC metadata.xml 664 BLAKE2B f54b84c050180c61b490f0121a80e503bd138286516eaa1b58ca9dbda4805736955811deabd467aaa9b1ae2d93e857761ce1b41333a90f5fd337364268daca78 SHA512 1175faeff9cb4d6e0d231a613f0768d839e94d68b499193d218430894fc7ad7374e2028e0f07d707178394d9ef5322e7c061a179b70b69ee79b2bddf35f5195c diff --git a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild deleted file mode 100644 index 390ba6824444..000000000000 --- a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Speech Recognition (Training Module)" -HOMEPAGE="http://cmusphinx.sourceforge.net/html/cmusphinx.php" -SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz" - -LICENSE="BSD-with-attribution" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND="app-accessibility/sphinx2 - app-accessibility/festival" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/gcc.patch - epatch "${FILESDIR}"/gcc34.patch - tc-export CC AR RANLIB -} - -src_install() { - # dobin bin.*/* fails ... see bug #73586 - find bin.* -mindepth 1 -maxdepth 1 -type f -exec dobin '{}' \; || die - - dodoc README etc/*cfg - dohtml doc/*{txt,html,sgml} -} - -pkg_postinst() { - elog "Detailed usage and training instructions can be found at" - elog "http://www.speech.cs.cmu.edu/SphinxTrain/" -} diff --git a/app-accessibility/SphinxTrain/files/gcc.patch b/app-accessibility/SphinxTrain/files/gcc.patch deleted file mode 100644 index e3c51275f910..000000000000 --- a/app-accessibility/SphinxTrain/files/gcc.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- src/programs/count_3phone/wrec.h.orig 2003-09-28 18:51:49.000000000 +0900 -+++ src/programs/count_3phone/wrec.h 2003-09-28 18:52:23.000000000 +0900 -@@ -44,7 +44,7 @@ - #define WREC_H - - #include "phrec.h" --#include -+#include - - int quit (int status, char *fmt, ...); - ---- src/programs/count_3phone/quit.c.orig 2003-09-28 19:12:56.000000000 +0900 -+++ src/programs/count_3phone/quit.c 2003-09-28 19:13:12.000000000 +0900 -@@ -74,17 +74,14 @@ - - #include - #include --#include -+#include - --int quit (status,fmt,va_alist) -- int status; -- char *fmt; -- va_dcl -+int quit (int status,char *fmt,...) - { - va_list args; - - fflush(stdout); -- va_start(args); -+ va_start(args, fmt); - (void) vfprintf(stderr, fmt, args); - va_end(args); - exit(status); diff --git a/app-accessibility/SphinxTrain/files/gcc34.patch b/app-accessibility/SphinxTrain/files/gcc34.patch deleted file mode 100644 index 124aa993edc9..000000000000 --- a/app-accessibility/SphinxTrain/files/gcc34.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- SphinxTrain/src/programs/count_3phone/phone_word_io.c~ 2001-04-05 16:00:33.000000000 -0400 -+++ SphinxTrain/src/programs/count_3phone/phone_word_io.c 2005-05-01 12:48:42.000000000 -0400 -@@ -71,7 +71,7 @@ - #ifdef __alpha - void *malloc(); - #else --char *malloc(); -+//char *malloc(); - #endif - - extern int Num_Phones, Num_Words; -- cgit v1.2.3