public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx3/, profiles/, app-accessibility/sphinx3/files/
@ 2020-09-02  8:06 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-09-02  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     814099f6c24ac7827efaec7dadbcb12d849cb5be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 08:04:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 08:04:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814099f6

app-accessibility/sphinx3: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-accessibility/sphinx3/Manifest                 |  1 -
 .../sphinx3/files/sphinx3-0.8-libutil.patch        | 18 -------
 .../sphinx3/files/sphinx3-0.8_heap_fix.patch       | 34 ------------
 app-accessibility/sphinx3/metadata.xml             | 11 ----
 app-accessibility/sphinx3/sphinx3-0.8-r1.ebuild    | 60 ----------------------
 profiles/package.mask                              |  2 -
 6 files changed, 126 deletions(-)

diff --git a/app-accessibility/sphinx3/Manifest b/app-accessibility/sphinx3/Manifest
deleted file mode 100644
index 8740e318829..00000000000
--- 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 0f7733154a5..00000000000
--- 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 b7b71d97441..00000000000
--- 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 b41f634a646..00000000000
--- 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 42f44dfce58..00000000000
--- 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 100928116c0..0339d0ae713 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)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-02  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02  8:06 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx3/, profiles/, app-accessibility/sphinx3/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox