Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx3/
Date: Sun, 20 Sep 2015 20:16:34
Message-Id: 1442780174.6026795dbf34f64c70cd01ba06e0f9aa75af922c.mrueg@gentoo
1 commit: 6026795dbf34f64c70cd01ba06e0f9aa75af922c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 20:16:14 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 20:16:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6026795d
7
8 app-accessibility/sphinx3: Remove old
9
10 Package-Manager: portage-2.2.20.1
11
12 app-accessibility/sphinx3/Manifest | 1 -
13 app-accessibility/sphinx3/sphinx3-0.6.3.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/app-accessibility/sphinx3/Manifest b/app-accessibility/sphinx3/Manifest
17 index dfce8a0..cb8a44e 100644
18 --- a/app-accessibility/sphinx3/Manifest
19 +++ b/app-accessibility/sphinx3/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinx3-0.6.3.tar.gz 26070353 SHA256 f6a070a67d91ccd00dbce7b6cc55242ed7a5ebaae6d6429eb0364657c4056ede SHA512 2f784459a18692594c0834dac1ee814eb663cca1e4b2906d31915f1e518efc83e760f5ae1a15d3b274a8e8e0ffbc43e56bb338f098a8abc304429b4d8262c11e WHIRLPOOL 4ba83a919a57f2c80450fe9b110179403e7e02adc930e749f7c331d393e71ce798cf194a768db7a735a9bc9879bd31294e471f34abc89ab8caa9bde404d2a84f
22 DIST sphinx3-0.8.tar.gz 25226326 SHA256 1cf76a086f9b509e35f7226df2e61b0a0bf8b0858b9676e5b18cfc47b2ea2741 SHA512 85b8e574e2f92a758c8c56ef11b873c49ef8a376e964f30a12d75850d4a0db56e3108eaea25fa5587675ef2ffa4531a13f0f182a85cc8e434c6bcee42058e050 WHIRLPOOL 0f3604b4fa320f59e4ee65b79c4a779c48f2822a944b28b85a740826244f5eb7adc072538919c97ebf4eb270660fbe6f5b30b55cc67ec6276358063cf340aa7b
23
24 diff --git a/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild b/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild
25 deleted file mode 100644
26 index 6532801..0000000
27 --- a/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -DESCRIPTION="CMU Speech Recognition engine"
35 -HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/"
36 -SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
37 -
38 -LICENSE="BSD-2"
39 -SLOT="0"
40 -KEYWORDS="~amd64 x86"
41 -IUSE=""
42 -
43 -S=${WORKDIR}/${PN}-${PV:0:3}
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" install || die
47 - dodoc AUTHORS ChangeLog NEWS README
48 - cd doc
49 - dohtml -r -x CVS s3* s3 *.html
50 -}