summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-02 10:04:10 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-02 10:04:10 +0200
commit814099f6c24ac7827efaec7dadbcb12d849cb5be (patch)
treee989ce2c5fb39c5bc3300196f50b700bea86e727
parentapp-accessibility/SphinxTrain: Remove last-rited pkg (diff)
downloadgentoo-814099f6c24ac7827efaec7dadbcb12d849cb5be.tar.gz
gentoo-814099f6c24ac7827efaec7dadbcb12d849cb5be.tar.bz2
gentoo-814099f6c24ac7827efaec7dadbcb12d849cb5be.zip
app-accessibility/sphinx3: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-accessibility/sphinx3/Manifest1
-rw-r--r--app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch18
-rw-r--r--app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch34
-rw-r--r--app-accessibility/sphinx3/metadata.xml11
-rw-r--r--app-accessibility/sphinx3/sphinx3-0.8-r1.ebuild60
-rw-r--r--profiles/package.mask2
6 files changed, 0 insertions, 126 deletions
diff --git a/app-accessibility/sphinx3/Manifest b/app-accessibility/sphinx3/Manifest
deleted file mode 100644
index 8740e318829a..000000000000
--- a/app-accessibility/sphinx3/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx3-0.8.tar.gz 25226326 BLAKE2B 0eb2c6474ec32ef1aed277816b0b596ba561c1705b389b19de7dfd969212bc24e5eec0a920aaeb15ed3a90f464552b4e24e964b94380dc292a9299b4651793bc SHA512 85b8e574e2f92a758c8c56ef11b873c49ef8a376e964f30a12d75850d4a0db56e3108eaea25fa5587675ef2ffa4531a13f0f182a85cc8e434c6bcee42058e050
diff --git a/app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch b/app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch
deleted file mode 100644
index 0f7733154a53..000000000000
--- a/app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/libs3decoder/libsearch/fsg_history.c
-+++ src/libs3decoder/libsearch/fsg_history.c
-@@ -55,7 +55,6 @@
- #include <kb.h>
- /*#include <phone.h>*/
- #include <search.h>
--#include "libutil.h"
-
-
- #define __FSG_DBG__ 0
---- src/libs3decoder/libcfg/s3_cfg_convert.c
-+++ src/libs3decoder/libcfg/s3_cfg_convert.c
-@@ -1,5 +1,4 @@
-
--#include <libutil.h>
- #include "s3_cfg.h"
- #include "fsg.h"
-
diff --git a/app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch b/app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch
deleted file mode 100644
index b7b71d974413..000000000000
--- a/app-accessibility/sphinx3/files/sphinx3-0.8_heap_fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -uNr sphinx3-0.8.orig/python/setup.py sphinx3-0.8/python/setup.py
---- sphinx3-0.8.orig/python/setup.py 2008-12-31 23:20:08.000000000 -0500
-+++ sphinx3-0.8/python/setup.py 2011-11-17 09:46:57.000000000 -0500
-@@ -8,15 +8,10 @@
- define_macros = []
-
- module = Extension('_sphinx3',
-- include_dirs = ['../../sphinxbase/include',
-- '../include',
-- '/usr/local/include/sphinxbase/',
-- '/usr/local/include/sphinx3',
-- ],
-+ include_dirs = ['../include',
-+ '@GENTOO_PORTAGE_EPREFIX@/usr/include/sphinxbase'],
- define_macros = define_macros,
-- library_dirs = ['../../sphinxbase/src/libsphinxbase/.libs',
-- '../src/libs3decoder/.libs',
-- '../../sphinxbase/lib/debug',
-+ library_dirs = ['../src/libs3decoder/.libs',
- '../lib/debug',
- ],
- libraries = ['sphinxbase', 's3decoder'],
-diff -uNr sphinx3-0.8.orig/src/libs3decoder/libsearch/vithist.c sphinx3-0.8/src/libs3decoder/libsearch/vithist.c
---- sphinx3-0.8.orig/src/libs3decoder/libsearch/vithist.c 2008-12-31 13:27:56.000000000 -0500
-+++ sphinx3-0.8/src/libs3decoder/libsearch/vithist.c 2011-11-17 09:46:24.000000000 -0500
-@@ -647,7 +647,7 @@
- {
- int32 se, fe, filler_done, th;
- vithist_entry_t *ve;
-- heap_t h;
-+ heap_t *h;
- s3wid_t *wid;
- int32 i;
-
diff --git a/app-accessibility/sphinx3/metadata.xml b/app-accessibility/sphinx3/metadata.xml
deleted file mode 100644
index b41f634a646d..000000000000
--- a/app-accessibility/sphinx3/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>accessibility@gentoo.org</email>
- <name>Gentoo Accessibility Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">cmusphinx</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-accessibility/sphinx3/sphinx3-0.8-r1.ebuild b/app-accessibility/sphinx3/sphinx3-0.8-r1.ebuild
deleted file mode 100644
index 42f44dfce588..000000000000
--- a/app-accessibility/sphinx3/sphinx3-0.8-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# disable automatic phase exports and deps
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools-utils distutils-r1 prefix eutils
-
-DESCRIPTION="CMU Speech Recognition engine"
-HOMEPAGE="http://cmusphinx.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc python static-libs"
-
-RDEPEND=">=app-accessibility/sphinxbase-0.7[static-libs?,python?,${PYTHON_USEDEP}]
- python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Due to generated Python setup.py.
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
- epatch "${FILESDIR}/${P}_heap_fix.patch" \
- "${FILESDIR}/${P}-libutil.patch"
- eprefixify 'python/setup.py'
-}
-
-src_compile() {
- autotools-utils_src_compile
-
- if use python; then
- cd python || die
- distutils-r1_src_compile
- fi
-}
-
-src_install() {
- local DOCS=( AUTHORS ChangeLog NEWS README )
- autotools-utils_src_install
-
- if use doc; then
- cd doc || die
- dohtml -r -x CVS s3* s3 *.html
- fi
-
- if use python; then
- unset DOCS
-
- cd "${S}"/python || die
- distutils-r1_src_install
- fi
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 100928116c0b..0339d0ae713d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -730,8 +730,6 @@ app-arch/ipkg-utils
# Removal in 30 days
# Bug #568602,#340164,#560840,#716420,#560254
# #476424,#643982
-app-accessibility/SphinxTrain
-app-accessibility/sphinx3
app-accessibility/sphinxbase
# Aaron Bauman <bman@gentoo.org> (2020-08-01)