* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/
@ 2018-11-11 22:38 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-11-11 22:38 UTC (permalink / raw
To: gentoo-commits
commit: f9cd9662ad772f7bab96f8031f5a853e79204d42
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 13:17:44 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 22:38:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cd9662
app-accessibility/sphinx2: update HOMEPAGE.
Closes: https://bugs.gentoo.org/668184
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10387
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-accessibility/sphinx2/sphinx2-0.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-accessibility/sphinx2/sphinx2-0.6.ebuild b/app-accessibility/sphinx2/sphinx2-0.6.ebuild
index 0ca32c0a217..5a6921cdfb1 100644
--- a/app-accessibility/sphinx2/sphinx2-0.6.ebuild
+++ b/app-accessibility/sphinx2/sphinx2-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit autotools
MY_P=${P/_/}
DESCRIPTION="CMU Speech Recognition-engine"
-HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/"
+HOMEPAGE="https://cmusphinx.github.io"
SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
LICENSE="BSD-2"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/
@ 2023-09-13 3:49 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-09-13 3:49 UTC (permalink / raw
To: gentoo-commits
commit: 6efeee059cb06ab44a6b46b2912c301a0a6f0656
Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Mon Sep 4 03:42:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:48:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efeee05
app-accessibility/sphinx2: update EAPI 6 -> 8
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild | 36 +++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
new file mode 100644
index 000000000000..fa5b70bb70c6
--- /dev/null
+++ b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_P=${P/_/}
+
+DESCRIPTION="CMU Speech Recognition-engine"
+HOMEPAGE="https://cmusphinx.github.io"
+SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DOCS=( AUTHORS ChangeLog README NEWS
+ doc/{README.{bin,lib},SCHMM_format,filler.dict,phoneset{,-old}} )
+HTML_DOCS=( doc/{phoneset_s2,sphinx2}.html )
+
+PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
+
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ rm -r "${ED}/usr/share/${PN}/doc" || die
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/
@ 2023-10-01 18:19 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 4bb952a48d855d243fc3698528849ddf56c586ff
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:19:02 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:19:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb952a4
app-accessibility/sphinx2: Stabilize 0.6-r1 x86, #914844
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
index 406031e12e04..62369fd89d98 100644
--- a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
+++ b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
DOCS=( AUTHORS ChangeLog README NEWS
doc/{README.{bin,lib},SCHMM_format,filler.dict,phoneset{,-old}} )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/
@ 2023-10-01 18:19 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:19 UTC (permalink / raw
To: gentoo-commits
commit: db1215fa2009d6e842c0cc96f797d3e0e4a26935
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:18:59 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:18:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1215fa
app-accessibility/sphinx2: Stabilize 0.6-r1 ppc, #914844
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
index 186b03706150..406031e12e04 100644
--- a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
+++ b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
DOCS=( AUTHORS ChangeLog README NEWS
doc/{README.{bin,lib},SCHMM_format,filler.dict,phoneset{,-old}} )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/
@ 2023-10-01 18:19 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 1662d7792e1838eb80b9db72380175dadc3a838c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:18:55 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:18:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1662d779
app-accessibility/sphinx2: Stabilize 0.6-r1 amd64, #914844
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
index fa5b70bb70c6..186b03706150 100644
--- a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
+++ b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
DOCS=( AUTHORS ChangeLog README NEWS
doc/{README.{bin,lib},SCHMM_format,filler.dict,phoneset{,-old}} )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/
@ 2023-10-03 19:24 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-10-03 19:24 UTC (permalink / raw
To: gentoo-commits
commit: c3e1a39478d7862d45926def670d4923ff336136
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 20:08:43 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 19:22:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e1a394
app-accessibility/sphinx2: drop 0.6
Closes: https://bugs.gentoo.org/914844
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-accessibility/sphinx2/sphinx2-0.6.ebuild | 40 ----------------------------
1 file changed, 40 deletions(-)
diff --git a/app-accessibility/sphinx2/sphinx2-0.6.ebuild b/app-accessibility/sphinx2/sphinx2-0.6.ebuild
deleted file mode 100644
index 5a6921cdfb18..000000000000
--- a/app-accessibility/sphinx2/sphinx2-0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P=${P/_/}
-
-DESCRIPTION="CMU Speech Recognition-engine"
-HOMEPAGE="https://cmusphinx.github.io"
-SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="static-libs"
-
-S=${WORKDIR}/${MY_P}
-PATCHES=( "${FILESDIR}"/${P}-as-needed.patch )
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- HTML_DOCS=( doc/{phoneset_s2,sphinx2}.html )
- default
- dodoc doc/{README.{bin,lib},SCHMM_format,filler.dict,phoneset{,-old}}
-
- if ! use static-libs; then
- find "${D}" -name '*.la' -delete || die
- fi
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-10-03 19:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-01 18:19 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/sphinx2/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-10-03 19:24 Andreas Sturmlechner
2023-10-01 18:19 Arthur Zamarin
2023-10-01 18:19 Arthur Zamarin
2023-09-13 3:49 Sam James
2018-11-11 22:38 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox