Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/pocketsphinx/, profiles/
Date: Tue, 04 Dec 2018 13:43:53
Message-Id: 1543930854.1e7087a2bac91c5b30dfc576dc7543268fff0ef9.mgorny@gentoo
1 commit: 1e7087a2bac91c5b30dfc576dc7543268fff0ef9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 4 13:40:54 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 4 13:40:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7087a2
7
8 app-accessibility/pocketsphinx: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/610434
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-accessibility/pocketsphinx/Manifest | 1 -
14 app-accessibility/pocketsphinx/metadata.xml | 11 -----
15 .../pocketsphinx/pocketsphinx-0.8.ebuild | 50 ----------------------
16 profiles/package.mask | 6 ---
17 4 files changed, 68 deletions(-)
18
19 diff --git a/app-accessibility/pocketsphinx/Manifest b/app-accessibility/pocketsphinx/Manifest
20 deleted file mode 100644
21 index 2a7efe511dc..00000000000
22 --- a/app-accessibility/pocketsphinx/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST pocketsphinx-0.8.tar.gz 23781837 BLAKE2B 069f283f1cd80f62b625fe6fc621609b73ae90c2abfe37f36b67a9282fe50a1f877742a824439f9d2bc1d66da047d6460ae77f788e58e7fb93cdf9be610437db SHA512 b53ab8883ddbc2c66c6a6af1bac318f3cdfd5a495cb636f33eb649d42f28780b36c43dfd9a61f213d6a1b83f0fba6b114d44b38d9fa091acf62a8e529118e583
26
27 diff --git a/app-accessibility/pocketsphinx/metadata.xml b/app-accessibility/pocketsphinx/metadata.xml
28 deleted file mode 100644
29 index b41f634a646..00000000000
30 --- a/app-accessibility/pocketsphinx/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>accessibility@g.o</email>
38 - <name>Gentoo Accessibility Project</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="sourceforge">cmusphinx</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild b/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild
46 deleted file mode 100644
47 index 6b2f52862a6..00000000000
48 --- a/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild
49 +++ /dev/null
50 @@ -1,50 +0,0 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -PYTHON_COMPAT=( python2_7 )
57 -DISTUTILS_OPTIONAL=1
58 -inherit eutils distutils-r1
59 -
60 -DESCRIPTION="Speaker-independent large vocabulary with continuous speech recognizer"
61 -HOMEPAGE="https://sourceforge.net/projects/cmusphinx/"
62 -SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
63 -
64 -LICENSE="BSD-2"
65 -SLOT="0"
66 -KEYWORDS="amd64 x86"
67 -IUSE="python static-libs"
68 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
69 -
70 -RDEPEND="app-accessibility/sphinxbase
71 - media-libs/gstreamer:0.10
72 - media-libs/gst-plugins-base:0.10
73 - python? ( ${PYTHON_DEPS} )"
74 -DEPEND="${RDEPEND}
75 - virtual/pkgconfig"
76 -
77 -run_distutils() {
78 - if use python; then
79 - pushd python > /dev/null || die
80 - distutils-r1_"${@}"
81 - popd > /dev/null || die
82 - fi
83 -}
84 -
85 -src_configure() {
86 - econf \
87 - --without-python \
88 - $(use_enable static-libs static)
89 -}
90 -
91 -src_compile() {
92 - default
93 - run_distutils ${FUNCNAME}
94 -}
95 -
96 -src_install() {
97 - default
98 - run_distutils ${FUNCNAME}
99 - prune_libtool_files
100 -}
101
102 diff --git a/profiles/package.mask b/profiles/package.mask
103 index 4ccc565cb81..cb0a5d1774c 100644
104 --- a/profiles/package.mask
105 +++ b/profiles/package.mask
106 @@ -409,12 +409,6 @@ media-gfx/gimmage
107 # working for some time (#602938). Removal in a month.
108 media-libs/schroedinger
109
110 -
111 -# Pacho Ramos <pacho@g.o> (04 Nov 2018)
112 -# Needs someone to maintain it and bump to a snapshot not relying on
113 -# gstreamer:0.10 (#610434, #560254). Removal in a month.
114 -app-accessibility/pocketsphinx
115 -
116 # Andreas Sturmlechner <asturm@g.o> (03 Nov 2018)
117 # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h)
118 # See tracker: https://bugs.gentoo.org/670222