ChangeLog

# ChangeLog for media-sound/cvoicecontrol
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/ChangeLog,v 1.15 2007/07/29 20:40:49 drac Exp $

*cvoicecontrol-0.9_alpha-r1 (29 Jul 2007)

29 Jul 2007; Samuli Suominen
+files/cvoicecontrol-0.9_alpha-gentoo-2.patch,
+cvoicecontrol-0.9_alpha-r1.ebuild:
Apply patch from bug 142311, thanks to Drew, fix for invalid free. Also fix
implicit declaration of function exit by including stdlib.

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

07 Mar 2006; Diego Pettenò
cvoicecontrol-0.9_alpha.ebuild:
Drop virtual/libc dependency. Use sed -i -e.

07 Aug 2005; Michael Hanselmann
cvoicecontrol-0.9_alpha.ebuild:
Stable on ppc.

15 Jul 2005; Diego Pettenò
cvoicecontrol-0.9_alpha.ebuild:
Fixed URL for cvoicecontrol. Thanks to Benjie Gillam in bug #98015.

10 May 2005; David Holm cvoicecontrol-0.9_alpha.ebuild:
Added to ~ppc.

12 Nov 2004; Jeremy Huddleston
cvoicecontrol-0.9_alpha.ebuild:
Stable amd64, sparc.

12 Jul 2004; Jeremy Huddleston
cvoicecontrol-0.9_alpha.ebuild:
Added to ~amd64 ~sparc.

01 Jul 2004; Jeremy Huddleston
cvoicecontrol-0.9_alpha.ebuild:
virtual/glibc -> virtual/libc

17 Apr 2004; Jeremy Huddleston
cvoicecontrol-0.9_alpha.ebuild:
inline sed. epatch. IUSE.

05 Feb 2003; George Shapovalov files/digest-cvoicecontrol-0.9_alpha :

Upstream has silently made some changes to the source, updated digest accordingly.
See #15064 for more details on source change

*cvoicecontrol-0.9_alpha (20 Jun 2002)

20 Jun 2002; George Shapovalov all :

First submission
Ebuild submitted by Marko Mikulicic

Manifest

AUX cvoicecontrol-0.9_alpha-gentoo-2.patch 1512 RMD160 0e1bac5a7008a59427c14574e3e908677ae79259 SHA1 bb6880dbda6c52d536c0813dfe869b6f71edb2e3 SHA256 b0785aedc49d9627f5706b9253a9a749975f2632a9aa9cf51b84e1997579e50f
AUX cvoicecontrol-0.9_alpha-gentoo.diff 442 RMD160 99a6db53c62a6aaaad346f87a2be7522165829bd SHA1 5ac8b3d10b4921026d3b9a58aac48d4d8f853f3e SHA256 b7b75041979115416f36f61a045b3d6a00cb04c6ec7ebd7a7b1a079405183223
DIST cvoicecontrol-0.9alpha.tar.bz2 78081 RMD160 72f271ba099571e6cd220264aa46853ef511f063 SHA1 bec8bd1ef53d6817aebb13ed42e75a42ca05f388 SHA256 dbcb03ae8370c400b7d398c7715e100b5b719f109e1955a40042cd268df981ad
EBUILD cvoicecontrol-0.9_alpha-r1.ebuild 968 RMD160 cb418ff53df85c297c0428cada26ccba65f8a2c9 SHA1 9a740ad84630ff31ee3280580c126225adc5c5e0 SHA256 ec10f50c19626766a70b23d71e4edd4a5f06bb685cd064cfe291bae938692694
EBUILD cvoicecontrol-0.9_alpha.ebuild 1074 RMD160 1d064a9152d2b5db1d713a3241a66013e7fb04f0 SHA1 6de924872dcfb51b1567f65b6085ed49e59d8035 SHA256 bbc783612a2b70a5649e8f22ed854d69e6c4be8fa890bb6b4b5c30dad7fe81fc
MISC ChangeLog 2010 RMD160 c7c5ed076951ea2d36f162ea095400bef3e1c41e SHA1 8672d50d442c100eb79e3b1ceaf9fc6e029eb3ba SHA256 e1a320a9f9d60c0dbdf7f7c755c151318a0349180a2c1fe67a6c63e682a3584c
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b

cvoicecontrol-0.9_alpha-r1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha-r1.ebuild,v 1.2 2007/07/29 20:46:15 drac Exp $

inherit eutils

MY_P=${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"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

S="${WORKDIR}"/${MY_P}

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gentoo-2.patch
sed -i -e "s/install-data-am: install-data-local/install-data-am:/" Makefile.in

# Handle documentation with dohtml instead.
sed -i -e "s:SUBDIRS = docs:#SUBDIRS = docs:" cvoicecontrol/Makefile.in

}

src_install () {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS BUGS ChangeLog FAQ README
dohtml cvoicecontrol/docs/en/*.html
}

cvoicecontrol-0.9_alpha.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/cvoicecontrol/cvoicecontrol-0.9_alpha.ebuild,v 1.17 2007/07/11 19:30:23 mr_bones_ Exp $

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
}

files

metadata.xml




sound