summaryrefslogtreecommitdiff
path: root/app-accessibility
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /app-accessibility
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/Manifest.gzbin5032 -> 4709 bytes
-rw-r--r--app-accessibility/SphinxTrain/Manifest3
-rw-r--r--app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild39
-rw-r--r--app-accessibility/SphinxTrain/metadata.xml21
-rw-r--r--app-accessibility/at-spi2-core/Manifest2
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild2
-rw-r--r--app-accessibility/brltty/Manifest2
-rw-r--r--app-accessibility/brltty/brltty-6.1.ebuild2
-rw-r--r--app-accessibility/kontrast/Manifest3
-rw-r--r--app-accessibility/kontrast/kontrast-1.0.1.ebuild34
-rw-r--r--app-accessibility/kontrast/metadata.xml (renamed from app-accessibility/sphinx3/metadata.xml)7
-rw-r--r--app-accessibility/orca/Manifest2
-rw-r--r--app-accessibility/orca/orca-3.36.5.ebuild2
-rw-r--r--app-accessibility/speech-dispatcher/Manifest2
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild2
-rw-r--r--app-accessibility/sphinx3/Manifest5
-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/sphinx3-0.8-r1.ebuild60
-rw-r--r--app-accessibility/sphinxbase/Manifest5
-rw-r--r--app-accessibility/sphinxbase/files/sphinxbase-0.8-automake113.patch25
-rw-r--r--app-accessibility/sphinxbase/files/sphinxbase-0.8-unbundle-lapack.patch85
-rw-r--r--app-accessibility/sphinxbase/metadata.xml11
-rw-r--r--app-accessibility/sphinxbase/sphinxbase-0.8.ebuild79
24 files changed, 47 insertions, 398 deletions
diff --git a/app-accessibility/Manifest.gz b/app-accessibility/Manifest.gz
index 324e1ec7db28..73600b0a6b9c 100644
--- a/app-accessibility/Manifest.gz
+++ b/app-accessibility/Manifest.gz
Binary files differ
diff --git a/app-accessibility/SphinxTrain/Manifest b/app-accessibility/SphinxTrain/Manifest
deleted file mode 100644
index abb0d27f72af..000000000000
--- a/app-accessibility/SphinxTrain/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sphinxtrain-1.0.8.tar.gz 8925803 BLAKE2B e268c00843445cb69ae2a88f93fb4aa640556179417d44f6297d87f7e509418778b4808885bb19ab163efbd71565a3b6d75d269b420e9e366c0c6553a04b3053 SHA512 465d2c4ade9acc7b49c1d975449c38ac01d5a3ff332f9841be66cd8ca9d2f0b68fd36cc8a46384c8b510042efa91c3887a080481e84f2d0deb9775a598835f2b
-EBUILD SphinxTrain-1.0.8.ebuild 912 BLAKE2B ab54f33eb611fe0d0947c3438f6e37b17ec6817a06e536f02b1081cd6df2e3b0667a1caae0042bae56f58c6eb2a6c0fc906eb3252027e9511ff75560f2c1d671 SHA512 0749bae26704e502550088fea9f1d4f6d34910c4668828c6ddc10a571fe2befc1e41f5444ed1ecbef71586858231f04ebf16b5debb0617091099624111293f4a
-MISC metadata.xml 664 BLAKE2B f54b84c050180c61b490f0121a80e503bd138286516eaa1b58ca9dbda4805736955811deabd467aaa9b1ae2d93e857761ce1b41333a90f5fd337364268daca78 SHA512 1175faeff9cb4d6e0d231a613f0768d839e94d68b499193d218430894fc7ad7374e2028e0f07d707178394d9ef5322e7c061a179b70b69ee79b2bddf35f5195c
diff --git a/app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild b/app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild
deleted file mode 100644
index 6b11a50e8c74..000000000000
--- a/app-accessibility/SphinxTrain/SphinxTrain-1.0.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib python-single-r1
-
-DESCRIPTION="Speech Recognition (Training Module)"
-HOMEPAGE="http://cmusphinx.sourceforge.net/html/cmusphinx.php"
-SRC_URI="mirror://sourceforge/cmusphinx/sphinxtrain-${PV}.tar.gz"
-
-LICENSE="BSD-with-attribution"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="app-accessibility/sphinxbase
- dev-lang/perl
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/sphinxtrain-${PV}
-
-src_install() {
- default
- dodoc README etc/*cfg
-
- python_fix_shebang "${D}"/usr/bin/sphinxtrain
- python_optimize "${D}"/usr/$(get_libdir)/sphinxtrain/python/cmusphinx
-}
-
-pkg_postinst() {
- elog "Detailed usage and training instructions can be found at"
- elog "http://cmusphinx.sourceforge.net/wiki/"
-}
diff --git a/app-accessibility/SphinxTrain/metadata.xml b/app-accessibility/SphinxTrain/metadata.xml
deleted file mode 100644
index fa02e6314d59..000000000000
--- a/app-accessibility/SphinxTrain/metadata.xml
+++ /dev/null
@@ -1,21 +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>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <longdescription lang="en">
- SphinxTrain is CMU Sphinx's training package.
-</longdescription>
- <longdescription lang="ja">
- SphinxTrainはCMU Sphinxの調教パッケージです。
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">cmusphinx</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest
index fd8cde93eb27..91b6c6351a3d 100644
--- a/app-accessibility/at-spi2-core/Manifest
+++ b/app-accessibility/at-spi2-core/Manifest
@@ -2,5 +2,5 @@ AUX at-spi2-core-2.0.2-disable-teamspaces-test.patch 302 BLAKE2B 4165c68b7e8d983
DIST at-spi2-core-2.34.0.tar.xz 186736 BLAKE2B 6210ef0254760f1ef6e9c9124680f604864e24228650d4be1026dc73ce0ec5d10eec5e9958a98f0970e1292e4fc3935c8379278b10c633c87da5eb3960b94670 SHA512 99f6773e29fb5fcb339cbe5b23133dab78bc52e3c46a1d5bd748788c48345223f1def5078ac48e58756a7692459b177b0e26dc8059898a5ccac56ceb495b7de8
DIST at-spi2-core-2.36.0.tar.xz 186824 BLAKE2B a713d413c1ff291bf82107f6bedccd24d5e9e5312145ac7c4783fcf8366238c2d5cc4ba442fb0c71286abcd695b516861387f76c22ff9e427bd19b99bb7d5d3c SHA512 f45d7e68bfcd9b93cebc47e30febce1ae6a4d9df2fbc9d5bdc25babb123c922d0f9a229485770b2f6ed386178144c20486fa3e46195041ea65a54ab019b1cbb6
EBUILD at-spi2-core-2.34.0.ebuild 1494 BLAKE2B fcfe3a4189bffa7b38e2afda0be25768bf01d96c676d1c5e0dce1c65c0f0288e1671ba35ed3b9b3949608b522a7bbe0673fdb4e7b30e10ae1984716480a779a6 SHA512 5feab1f5765de39d657396a56ad7042b65b2047dd330aa39d72e821106b627569844a7602646d08db65ecfaea23eabee780c45141793745af9f73d406c1d6219
-EBUILD at-spi2-core-2.36.0.ebuild 1533 BLAKE2B 40384334dbbba70ade39e7a58110d94691d7671a4e9d9b9f11366585b5c80186003f3b876e5ba2a125eb9e5bbcbbe87a9046f758ea20e2a562c29518bb4e1ce1 SHA512 32152365ebcfb96b71abfae8056f52f0a7a79a253a0b9ca87215c10ba59b552b7b1f8ed9f1af19661b3ed28a3d44f1d36dae751c604b05e469f69f9b131b7212
+EBUILD at-spi2-core-2.36.0.ebuild 1529 BLAKE2B 31ae5db0fc528bbfecaf8265f45a4ff0f056d814d79aa077363caff12bcd9c6f8ef9961b8ff26224c0dfa011b476eac90ebead53b2e03cdfa08a95f92d93d2f6 SHA512 858a9377d130f183821ffb9680970713a3661fbd120db557d183adf23d18b72d87e5b14b2e88a88e0c9258e785ddeeabc1f450f5a0d34cbd6e6d6a2a29717ac2
MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild
index df9407c883a0..31371dd2bc50 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.36.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility"
LICENSE="LGPL-2.1+"
SLOT="2"
IUSE="X gtk-doc +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
RDEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
diff --git a/app-accessibility/brltty/Manifest b/app-accessibility/brltty/Manifest
index 888ff2c56469..bd3b7201ac9c 100644
--- a/app-accessibility/brltty/Manifest
+++ b/app-accessibility/brltty/Manifest
@@ -5,5 +5,5 @@ AUX brltty.tmpfiles.conf 31 BLAKE2B e51c4c6e98da2d68ebd2aca39d3015ca28b40dbee552
DIST brltty-6.0.tar.xz 2879976 BLAKE2B 31bd45b63838d119d940492c615deb27ec47389c68afa39f19da3534324914695343344260799a10deae6ca3de41bedf9b0c1de1f78dbe01a89b694c2aa6e265 SHA512 07344fa902ad169967ca39d19b09dfea24e698011031dd63dce3eb997a4cb86622ee9427b216976b3ef60e5cbabb710a621621447c6bfa2313748fc1a1cf4b06
DIST brltty-6.1.tar.xz 3394852 BLAKE2B 03e6358721dcd5c3bdee3301a1ed827a690128ec339669543279c7e9a115bef6c5d8630e4af2d0b214b9c7c3eaa9001ab4c54ae7fb899cb3bc675985f51d6933 SHA512 030ef60ef7a9a60dc2fba2a64ea0a0868395eee6f2f86876b4e4111e804a05b44f798a154a69a8f5e0f6358130993c360a550f7decac0535450f9cf939231eaf
EBUILD brltty-6.0-r1.ebuild 5565 BLAKE2B db02667b4dcdf3487fcc5349f703c76c1856516b8d8f5bb4d947a9cd628af64b85a4c6b2070aabe6c58587fb7094ff2a6e1124ff3a225ea4bfb835129b7e0156 SHA512 f903d60af1501e7c89d2a653fa4bd0d32adb6fa3f5e5e26b553912e0d86377e5644ee76d5991d2192d45ad4ada389e91063f45fcfea7e4a1b222b0a31d4e017e
-EBUILD brltty-6.1.ebuild 5563 BLAKE2B 6dac94d48fe6ff1b420f425d5cb5d51a3e0e2316c120cb0e1909f2b87bfec90cdc8b638f21e51daaa910e0263054136b8262054980a1c15baa0a6d5dcd20075f SHA512 7baba4098609459e319e315fd22b0eeb2b4bb4866410fbb7ae647d028ebbfb27aca2c80238fb9e5231d5d12f85d069a3a2c3e24ef4ceee24bf75d57b235564e2
+EBUILD brltty-6.1.ebuild 5560 BLAKE2B e8358ee2be2a38ebc280eccaf8344bc4be51cae3151ac287efc3f6070f2928519aaca5984532d719c78fcfdb0f34b5b4c13159410549b817020773348cd023a1 SHA512 1219f88ce5288f76f48781de4d6f2a445396a291adba68f28844b271769a0f4976283265ce9c230e15268148856bdf0a141877e6abdde0403674427cc544f659
MISC metadata.xml 1661 BLAKE2B a4687ddd715019cf8273353b4a70a4981e4925f5e931859280b2f836b8f56f82708b82a1cc184a3e056febb15649987650e1312a00ac8a35efa833ae2e4d1f7d SHA512 c7904bf90031faaa478456e3f3e6c59f969e9abba2cee33ac7ad7041edaaab8ea89ca3301f4bd7a7f385507623f316fa4908ac2c6e66a94ac108bce2aad87936
diff --git a/app-accessibility/brltty/brltty-6.1.ebuild b/app-accessibility/brltty/brltty-6.1.ebuild
index 3940a5d9c5fb..d790bfab9b30 100644
--- a/app-accessibility/brltty/brltty-6.1.ebuild
+++ b/app-accessibility/brltty/brltty-6.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://brltty.app/archive/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java louis +midi ncurses nls ocaml +pcm policykit python
usb systemd +speech tcl xml X"
diff --git a/app-accessibility/kontrast/Manifest b/app-accessibility/kontrast/Manifest
new file mode 100644
index 000000000000..e11b1fa81f87
--- /dev/null
+++ b/app-accessibility/kontrast/Manifest
@@ -0,0 +1,3 @@
+DIST kontrast-1.0.1.tar.xz 31028 BLAKE2B 085192961e761b4e17c1fb5221b4a27547323902320278134495b2a90801f081e1357f8b7d67966c52e1559082d5a6709e8bb698232a2cfd566e5a3b19614b44 SHA512 4924a1ab754f90f9ce52da6daa9337fc3ea70399bae43cd4ebec33cfa4b747e2cdf0660afe1d44ea556932ea4610a64742e2410384191d4ecd5ebccd58a45306
+EBUILD kontrast-1.0.1.ebuild 829 BLAKE2B 945ea22764b73816ab09800df88d0f50fb01fa888d4bce99bd54447e0f9a46d19afaedf4fbcafbd6651539a52247e9c0c347f0ffb3a5268fe701d01f065a99bf SHA512 b377ea48744b48232e1162eb42285f246a55388631885968c8375e598278e50afd050330999aa579d1457370f7e44dd32355e586836ec548758c76869cd304be
+MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/app-accessibility/kontrast/kontrast-1.0.1.ebuild b/app-accessibility/kontrast/kontrast-1.0.1.ebuild
new file mode 100644
index 000000000000..45ffbbb518bf
--- /dev/null
+++ b/app-accessibility/kontrast/kontrast-1.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.70.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Tool to check contrast for colors to verify they are correctly accessible"
+HOMEPAGE="https://invent.kde.org/accessibility/kontrast"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=dev-qt/qtsql-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdeclarative-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
diff --git a/app-accessibility/sphinx3/metadata.xml b/app-accessibility/kontrast/metadata.xml
index b41f634a646d..2fdbf33d963d 100644
--- a/app-accessibility/sphinx3/metadata.xml
+++ b/app-accessibility/kontrast/metadata.xml
@@ -2,10 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
- <email>accessibility@gentoo.org</email>
- <name>Gentoo Accessibility Project</name>
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
</maintainer>
- <upstream>
- <remote-id type="sourceforge">cmusphinx</remote-id>
- </upstream>
</pkgmetadata>
diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index 2aed2f4f3430..26d4650c203d 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1,5 +1,5 @@
DIST orca-3.34.2.tar.xz 3509556 BLAKE2B 4e73517660b837cec6d4dc12e3b2e57dec526f22aa407ababee2cb12c3aa8807184649b6962f26551926b1b3f8c49230054b4ef5583e15eeeb94685aaaf3ca13 SHA512 b685bd8e417d74ccc0d0ce6b15b3220e5079320198886f568147480f107f7d0273cbd412fdc2c6cc509d3210b36c40aecb50e167d43120f6770ce02a0891ad20
DIST orca-3.36.5.tar.xz 3578288 BLAKE2B d9711720b7a104bc86c97f1821566dd710f0bd318a5409fc5bd5624e7f35a81e9cd0a3d9fd1337c58b09d1ed8fe1c9eeb5b0822e45f7a711a44405bcb8f54db6 SHA512 87756ab5ea962c715f1a00ba80a30cf2e812bab87cf6f13b437b45b39bb763b684fe69b8847a3ed543c398f79a4d2d3ed33b61f88414f432b473c0892453a4f0
EBUILD orca-3.34.2-r1.ebuild 1646 BLAKE2B 20c5c2562a7b40f25dbc21695abbcf46257156ca142b8f1def2aa65a0708b1d2a756043a69fcd100f53a7fae5d8243adcb38d1465ac8654e1e1134a51318e1fd SHA512 8f6aaff881cacb820a77ab193dd82ac63f17e11b4a6708e8278b97f2b878ea92fadeaf021681174247d74c5f27c72482ded48aa87e7d66aae6f6bf7731e818f1
-EBUILD orca-3.36.5.ebuild 1650 BLAKE2B d61b4eaaa388fc1a6a6b915db0983773899354e387bf193d34b905a974a67217d37b2ee261d1e94c57edcfa8cd78e332e1f348ae15ff39de637a0de05a4df5bf SHA512 a614dad534582560dc6b44f370e63d6a439e0ee863d88edbcd925c5d0e815ea5db4b3de66ee744e9750857752f3d09de9d2c29e9cd20f6c3a7a8bc12c2fb5edc
+EBUILD orca-3.36.5.ebuild 1648 BLAKE2B 9f80152aa72444dcfe6343e75c77ef7ab9563123adcb336c340577e6948f862fca703b242d0998088ce517c1c57bea3e3886ecc119443d6e17d54b721124d838 SHA512 5b5964138479936516dd8d9f46a0972fb341c1e956c5483a5aa6f8a110f75995ce90aa05e50e3ed9f0a77851dfcb3c3deb2d6de5115730487a49e4c77f591efd
MISC metadata.xml 640 BLAKE2B 490290dba5378d6599afa55e56780f99333b32ce71d0ca17f241c9e87c9d7ae19f3e0656c059bb841dd707df66b330da7ff860f3c0b1eb221de552227ba4ca06 SHA512 6fd5af9a57c21a72a37740f458947dce9a54e378ce5b602c9443d954ed536792cfa74299a69d02a2b0d81905a892d5b2d43f93678367ce7e039aa350c882cbb8
diff --git a/app-accessibility/orca/orca-3.36.5.ebuild b/app-accessibility/orca/orca-3.36.5.ebuild
index 7e5ba2f05844..f066dada522c 100644
--- a/app-accessibility/orca/orca-3.36.5.ebuild
+++ b/app-accessibility/orca/orca-3.36.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="+braille"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/app-accessibility/speech-dispatcher/Manifest b/app-accessibility/speech-dispatcher/Manifest
index bb416e8fcac4..fb739d95d0b9 100644
--- a/app-accessibility/speech-dispatcher/Manifest
+++ b/app-accessibility/speech-dispatcher/Manifest
@@ -2,5 +2,5 @@ AUX speech-dispatcher-0.9.1-fno-common.patch 13112 BLAKE2B 6a4125117852cfe250bed
DIST speech-dispatcher-0.8.7.tar.gz 1333677 BLAKE2B 0b08f1a1228fe1240e14b3d52913f8fa64a1f2ee9b563294b49ea8d3e5cfd3041aa5572ec72354b360dabd2d263deb79e418b95b6174a5b89ee541e9fd23c7e2 SHA512 0e7af02e8521aa8d397ea4d0329f9a8d56970beed645456dfedc738ececd2ccd8ecfdf66e92ae852878a473ba991175e1d4dc2b8b0148c958163682b49678375
DIST speech-dispatcher-0.9.1.tar.gz 1662222 BLAKE2B 03c3d79a9cbbe7e549f638992fb276ab2270a45a057708721666257699479b3feb81daddf26d8032ba3f7b9ab6b836c7f582ee22a532ff018c99820af3864d87 SHA512 35adb353d22b8dff8884cb20f3836f96f4f74b272bbd442d522a10a3d3b91a0da6705e6c216764f295208b5446c2077da620de2a81cafe5a0c4dd826e33753c2
EBUILD speech-dispatcher-0.8.7-r3.ebuild 2667 BLAKE2B f060b83425cdcade72424fd4ba45cb7f853bdd98585bdd11836ea9d273c725867798abc6fc7772054ba62926544e6bd8a43598651f937c0592b14193e8c671ae SHA512 a9a2a4974d51741ae01217e413af49b01ddf388eafea99668e8f43111275cceeaf8860c1a7d0abe7ad0baf1fdb91326e426734985652d47f66895d72bd5ed274
-EBUILD speech-dispatcher-0.9.1.ebuild 2796 BLAKE2B 1f8785b6c2f04e3f920b75901f6e50914ce52bb9ca666c827d8e83ce739d3fc2cb96b87cb9899b482fd35be0ce3a4d795384051a51f4e9ed0227d1347b93d3d6 SHA512 5bc3b4d391cb3a60c2679f0239be240ba5b881e68a386f9c91fcb8bf4ce089d7e26ab715d438694aa71ba5d6f5072895466cdb67d3ec32dca1ef9407e01867a2
+EBUILD speech-dispatcher-0.9.1.ebuild 2792 BLAKE2B 2f7749c879a2ce577166595e2593ec4cd3c29469224d51a1b472698a683394caaaa699cd02d5e7d92a94da97c69bf922a0e34070994b01a5d5ceb97cc4b5d35a SHA512 ba8ef5c0e1e97d14e5859e90f45eb9393d6e45d45f66600b77d632992b38e6a3123de8bdf05f6f340a97cd0b798de9cd83420a8415616734c279d999e04dc3c8
MISC metadata.xml 632 BLAKE2B 2a60d2e822db36bf3f0547d97ccaad05d6bcce11afa71534b108358f1d71f857f200907f01c31c3083a5196e43eb681c06e2991a086c91731daced3f56282c2d SHA512 db94cba99bd2c9bbfe98b1647ac53a3861cbd697df791bea025e2a713a5991ca6929f2bc82a985ba38eef4a2571515d96aac6558fe143b68e24713490c12dd0a
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild
index 52ea0cd451a2..b905e4151469 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/app-accessibility/sphinx3/Manifest b/app-accessibility/sphinx3/Manifest
deleted file mode 100644
index f3b72d10af98..000000000000
--- a/app-accessibility/sphinx3/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX sphinx3-0.8-libutil.patch 390 BLAKE2B 42bf803c7368396150e784ebd5965bebba72338cfcc0591f477f39b596fd5baf21caef374c87ff3c90323e69980c392aa1d84d648976b035efba20893a5d150f SHA512 cddb0e0378129f75f0d453c421a6e94e99cd9f495fb431d5bd1113471e77299c4ee5c42f3400f3998ab398db6cc8d9ae9d10e0c7a6c77610e29c8c1883ebd4b6
-AUX sphinx3-0.8_heap_fix.patch 1475 BLAKE2B 5786ca8b194c24fc1b305b36f4fd4506af2dd5e568aecdea3c86bf635126ebf307029d8ad815ee6bee90f3427caa066b4c8802162c55916ea76e300a0a51b0e0 SHA512 7b709e1f3741fb3403bbb9ffda77feeba7ff8e5373d1b3e8e03247dd5eff5e1b0f90595d579e6216602da376d2f297e9a46aa2d0016dbaeef400781ef9272751
-DIST sphinx3-0.8.tar.gz 25226326 BLAKE2B 0eb2c6474ec32ef1aed277816b0b596ba561c1705b389b19de7dfd969212bc24e5eec0a920aaeb15ed3a90f464552b4e24e964b94380dc292a9299b4651793bc SHA512 85b8e574e2f92a758c8c56ef11b873c49ef8a376e964f30a12d75850d4a0db56e3108eaea25fa5587675ef2ffa4531a13f0f182a85cc8e434c6bcee42058e050
-EBUILD sphinx3-0.8-r1.ebuild 1236 BLAKE2B c7abf6b80dfe393b0b5cd9913cb5368a843ac78fdab0e146ee932ee71f17bf37feddf381df1fa79b27063a208ad4f30fc79b9a60fe9963d264a4a5e3718ace5a SHA512 02200fa47d7d50f6010a7899c1a9564e632e59125efc21edfa6960af684540ea0e46320fefcd192303ec9377445b4be6bd403cfbbfcdcf2ce034c4ca1fa53f11
-MISC metadata.xml 348 BLAKE2B afc4022dc46500e70aba84d0f85d8a1f843e5faef82c6bfbfe494784ed322c4b3e41a1415f4c4d5ff1655791ce805722d638785b985908182f5805ef44e68068 SHA512 34f2af68ffe473a5fc01eafc493532b72e40339ec299960ed5b9b0b45f0a2681497d1adad8c87dfefbdd446825c1eaa8d08a29b900e8e6998a131c20f24ef5c7
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/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/app-accessibility/sphinxbase/Manifest b/app-accessibility/sphinxbase/Manifest
deleted file mode 100644
index 0d01bd8029ed..000000000000
--- a/app-accessibility/sphinxbase/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX sphinxbase-0.8-automake113.patch 844 BLAKE2B eec1859c0284ac982cb27b296d79c4d42600f43c0cfe1105ceabf2c3468f5ead4330cf055d17959dabf5c0ca3a143bbbda4076ef311c57992b4156da5f3f5c17 SHA512 3275705839ce5d720e2f0914998ad8709e2199ae00852555c89691897499b4ea2dfcd9943213bd3d62472e7d73c6cc8a9ba2cf9315f4e0c2b3023b9adca01787
-AUX sphinxbase-0.8-unbundle-lapack.patch 2838 BLAKE2B 3191a63a888c4147105d206dc78921fd462697d8405fddffc5f2ddbc6f1c8328e65189dadd6ff7a8d282fd6047f9118205904bd010d2745bfcb1c1d0b6a2635c SHA512 65fe50fb11851848d0ae9ad17b4839953c1bebb027b91c42dc347c7e714ddea5f2a3131e2e243ba0ff771501c074a5d9850cef44b848d0feae90c764daa59447
-DIST sphinxbase-0.8.tar.gz 3313197 BLAKE2B ec2dcd232194d32d851924099ffb64fa9da6bdccb973fe1311d2b4b0506073cfd35b548ba8d8f64c2ee757f3b5ba87ae23c95d0f67c95be1110b7e2a995c9be2 SHA512 fdb13c07e591e868c395d5f8209ec389fb9d5a93d99104a00cb82382e84d320091ae7e74d53225706331d4959ab5e248fa622582a148bfdb6ab5c38470d1963c
-EBUILD sphinxbase-0.8.ebuild 1614 BLAKE2B 9ce3250b173fada5e927918af7aea7e1d036fc848ca487d1932875941322ad6960375039b14b7866cbe8609fc8aa8c181fd53b2e5580ebf72bc8892c4a3376d6 SHA512 73652225a2391c08e925714b6bbdc320268e96ab71a137844855e0158f83b1c6458fa3c4fb14a715d4f34213485e220d3f6778dcd38d1c4201e3d582ac799b9e
-MISC metadata.xml 358 BLAKE2B 3be69151b1f892ba756462711924daa29e845b15c1033680e1d9a1ad43db0bb4457397a544c0f87728e94c3b1a2e7516451e84d185fbcf2ce8754cdeed9c1eb0 SHA512 f9dee1e233aa868e4b33adb73c09b58f97a17e6844723222f1bcd1363eef669e769f12f188da17789abccc88cabb306eea6f40e31ba36e4569e4f24bfbde2421
diff --git a/app-accessibility/sphinxbase/files/sphinxbase-0.8-automake113.patch b/app-accessibility/sphinxbase/files/sphinxbase-0.8-automake113.patch
deleted file mode 100644
index 11031918ee68..000000000000
--- a/app-accessibility/sphinxbase/files/sphinxbase-0.8-automake113.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Naur sphinxbase-0.8/test/regression/Makefile.am sphinxbase-0.8.new/test/regression/Makefile.am
---- sphinxbase-0.8/test/regression/Makefile.am 2012-12-05 06:05:39.000000000 -0800
-+++ sphinxbase-0.8.new/test/regression/Makefile.am 2013-10-08 13:05:15.498853962 -0700
-@@ -33,9 +33,19 @@
-
- # Disable sphinx_fe tests for now if fixed-point due to imprecision
- if FIXED_POINT
--TESTS = $(srcdir)/test-cepview.sh $(srcdir)/test-sphinx_pitch.sh
-+TESTS = test-cepview.sh test-sphinx_pitch.sh
- else
--TESTS = $(srcdir)/test-*.sh
-+TESTS = \
-+ test-cepview.sh \
-+ test-sphinx_fe-ctl.sh \
-+ test-sphinx_fe-dct.sh \
-+ test-sphinx_fe-dither-seed.sh \
-+ test-sphinx_fe-logspec2cep.sh \
-+ test-sphinx_fe-logspec.sh \
-+ test-sphinx_fe.sh \
-+ test-sphinx_fe-smoothspec.sh \
-+ test-sphinx_jsgf2fsg.sh \
-+ test-sphinx_pitch.sh
- endif
-
- EXTRA_DIST += $(TESTS)
diff --git a/app-accessibility/sphinxbase/files/sphinxbase-0.8-unbundle-lapack.patch b/app-accessibility/sphinxbase/files/sphinxbase-0.8-unbundle-lapack.patch
deleted file mode 100644
index 70beae05de7e..000000000000
--- a/app-accessibility/sphinxbase/files/sphinxbase-0.8-unbundle-lapack.patch
+++ /dev/null
@@ -1,85 +0,0 @@
- configure.in | 40 +++++++++++++++++++++-------------------
- src/libsphinxbase/Makefile.am | 1 +
- 2 files changed, 22 insertions(+), 19 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index e10629c..b5d6ea9 100644
---- a/configure.in
-+++ b/configure.in
-@@ -62,13 +62,15 @@ if test x$withval = xno; then
- use_lapack=false
- fi
- ])
--if test x$use_lapack = xtrue; then
-- AC_CHECK_LIB(lapack, sgesv_,,use_internal_lapack=true)
-- if test x$use_internal_lapack != xtrue; then
-- AC_CHECK_LIB(blas, sgemm_,,use_internal_lapack=true)
-- fi
-+AS_IF([test "x$with_lapack" = "xyes"], [
-+ PKG_CHECK_MODULES([LAPACK], [lapack],,
-+ AC_CHECK_LIB(lapack, sgesv_,,use_internal_lapack=true))
-+ AS_IF([test "x$use_internal_lapack" != "xtrue"], [
-+ PKG_CHECK_MODULES([BLAS], [blas],,
-+ AC_CHECK_LIB(blas, sgemm_,,use_internal_lapack=true))
-+ ])
- AC_DEFINE(WITH_LAPACK, [], [Enable matrix algebra with LAPACK])
--fi
-+])
- AM_CONDITIONAL(LAPACK_LITE, test x$use_internal_lapack = xtrue)
- AM_CONDITIONAL(USE_LAPACK, test x$use_lapack = xtrue)
-
-@@ -208,9 +210,15 @@ AM_PROG_LIBTOOL
- dnl
- dnl Check for Doxygen, and build dox if present
- dnl
--AC_CHECK_PROG(HAVE_DOXYGEN, doxygen, yes, no)
-+AC_ARG_ENABLE([doc],
-+ AS_HELP_STRING([--enable-doc], [Build docs using doxygen]))
-+AS_IF([test "x$enable_doc" = "xyes"], [
-+ AC_CHECK_PROG(HAVE_DOXYGEN, doxygen, yes, no)
-+ AS_IF([test "x$HAVE_DOXYGEN" != "xyes"], [
-+ AC_MSG_ERROR([--enable-doc given, but doxygen not found.]); exit 1
-+ ])
-+])
- AM_CONDITIONAL(BUILD_DOXYGEN, test "x$HAVE_DOXYGEN" = "xyes")
--
- dnl
- dnl Check for Python, and build python module if present
- dnl
-@@ -260,19 +268,13 @@ fi
- AM_CONDITIONAL(BUILD_CYTHON, test "x$HAVE_CYTHON" = "xyes")
-
- dnl
--dnl Check for pkgconfig
--dnl
--AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)
--
--dnl
- dnl Check for libsndfile
- dnl
--if test "x$HAVE_PKGCONFIG" = "xyes"; then
-- PKG_CHECK_MODULES(SNDFILE,sndfile,,true)
-- AC_CHECK_HEADERS([sndfile.h])
-- PKG_CHECK_MODULES(SAMPLERATE,samplerate,,true)
-- AC_CHECK_HEADERS([samplerate.h])
--fi
-+PKG_CHECK_MODULES(SNDFILE,sndfile,,true)
-+AC_CHECK_HEADERS([sndfile.h])
-+PKG_CHECK_MODULES(SAMPLERATE,samplerate,,true)
-+AC_CHECK_HEADERS([samplerate.h])
-+
- AC_SUBST(SNDFILE_LIBS)
- AC_SUBST(SNDFILE_CFLAGS)
- AC_SUBST(SAMPLERATE_LIBS)
-diff --git a/src/libsphinxbase/Makefile.am b/src/libsphinxbase/Makefile.am
-index 52ee3e1..f4efd8a 100644
---- a/src/libsphinxbase/Makefile.am
-+++ b/src/libsphinxbase/Makefile.am
-@@ -8,6 +8,7 @@ libsphinxbase_la_SOURCES =
- # This is API version 2, software release 1, which also supports API version 1
- libsphinxbase_la_LDFLAGS = -version-info 2:1:1
- libsphinxbase_la_LIBADD = $(LTLIBICONV) \
-+ @LAPACK_LIBS@ \
- util/libsphinxutil.la \
- fe/libsphinxfe.la \
- feat/libsphinxfeat.la \
diff --git a/app-accessibility/sphinxbase/metadata.xml b/app-accessibility/sphinxbase/metadata.xml
deleted file mode 100644
index c381beacd5fe..000000000000
--- a/app-accessibility/sphinxbase/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/sphinxbase/sphinxbase-0.8.ebuild b/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild
deleted file mode 100644
index b52de17feda6..000000000000
--- a/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_OPTIONAL=1
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils distutils-r1
-
-DESCRIPTION="Support library required by the Sphinx Speech Recognition Engine"
-HOMEPAGE="http://cmusphinx.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz"
-
-LICENSE="BSD-2 HPND MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc lapack python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# automagic dep on pulseaudio
-RDEPEND="
- media-sound/pulseaudio
- lapack? ( virtual/lapack )
- python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.4.7 )"
-
-# Due to generated Python setup.py.
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-PATCHES=(
- "${FILESDIR}"/${P}-unbundle-lapack.patch
- "${FILESDIR}"/${P}-automake113.patch
-)
-
-src_configure() {
- local myeconfargs=(
- $(use_with lapack)
- $(use_enable doc)
- # python modules are built through distutils
- # so disable the ugly wrapper
- --without-python
- )
- autotools-utils_src_configure
-}
-
-run_distutils() {
- if use python; then
- pushd python > /dev/null || die
- distutils-r1_"${@}"
- popd > /dev/null || die
- fi
-}
-
-src_compile() {
- autotools-utils_src_compile
-
- run_distutils ${FUNCNAME}
-}
-
-python_test() {
- LD_LIBRARY_PATH="${S}"/src/lib${PN}/.libs \
- "${PYTHON}" sb_test.py || die "Tests fail with ${EPYTHON}"
-}
-
-src_test() {
- autotools-utils_src_test
-
- run_distutils ${FUNCNAME}
-}
-
-src_install() {
- run_distutils ${FUNCNAME}
-
- use doc && local HTML_DOCS=( doc/html/. )
- autotools-utils_src_install
-}