diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-29 00:35:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-29 00:35:38 +0200 |
commit | e3557d8ffd9e4023dc8a33cd069c426fb5a66081 (patch) | |
tree | c48f2dc357fc4efd2d85220f03c7c57e7c97345e /media-sound | |
parent | media-sound/asunder: Drop old (diff) | |
download | gentoo-e3557d8ffd9e4023dc8a33cd069c426fb5a66081.tar.gz gentoo-e3557d8ffd9e4023dc8a33cd069c426fb5a66081.tar.bz2 gentoo-e3557d8ffd9e4023dc8a33cd069c426fb5a66081.zip |
media-sound/cvoicecontrol: Drop old
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild b/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild deleted file mode 100644 index 37dd3eaabfd5..000000000000 --- a/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -IUSE="" - -inherit eutils - -MY_P=${P/_/} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Console based speech recognition system" -HOMEPAGE="http://www.kiecza.net/daniel/linux/" -SRC_URI="http://www.kiecza.net/daniel/linux/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" - -KEYWORDS="amd64 ppc sparc x86" - -src_unpack() { - unpack ${A} - - epatch "${FILESDIR}/${P}-gentoo.diff" - - #remove "docs" from SUBDIRS in Makefile.in - #Makefile will try to install few html files directly under the /usr - #much easier to do with dohtml - cd "${S}"/cvoicecontrol/ - sed -i -e "s:SUBDIRS = docs:#SUBDIRS = docs:" Makefile.in - - cd "${S}" - sed -i -e "s/install-data-am: install-data-local/install-data-am:/" Makefile.in -} - -src_install () { - make DESTDIR="${D}" install || die - - #install documentation - dodoc AUTHORS BUGS ChangeLog FAQ README - dohtml cvoicecontrol/docs/en/*.html -} |