commit:     d9d9790dd39bdf5c902f7dc0e885f13a925738fa
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 23:47:34 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 00:09:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d9790d

media-sound/cvoicecontrol: EAPI7->8, fix license, depend on ncurses

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 ...lpha-r1.ebuild => cvoicecontrol-0.9_alpha-r2.ebuild} | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild 
b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r2.ebuild
similarity index 71%
rename from media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild
rename to media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r2.ebuild
index a1d1238c92c2..48c65aca5fcb 100644
--- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild
+++ b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r2.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
 MY_P="${P/_/}"
 
 DESCRIPTION="Console based speech recognition system"
-HOMEPAGE="http://www.kiecza.net/daniel/linux";
+HOMEPAGE="http://www.kiecza.net/daniel/linux/";
 SRC_URI="http://www.kiecza.net/daniel/linux/${MY_P}.tar.bz2";
+S="${WORKDIR}/${MY_P}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 
-S="${WORKDIR}/${MY_P}"
+RDEPEND="sys-libs/ncurses:="
+DEPEND="${RDEPEND}"
 
 PATCHES=(
        "${FILESDIR}"/${P}-gentoo-2.patch
@@ -26,11 +28,12 @@ PATCHES=(
 
 src_prepare() {
        default
-       mv configure.{in,ac} || die
+
        eautoreconf
 }
 
 src_install() {
-       HTML_DOCS=( cvoicecontrol/docs/en/*.html )
+       local HTML_DOCS=( cvoicecontrol/docs/en/*.html )
+
        default
 }

Reply via email to