Portage is a package management system used by Gentoo Linux
# ChangeLog for app-accessibility/perlbox-voice
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/perlbox-voice/ChangeLog,v 1.5 2006/10/20 21:21:29 mcummings Exp $
20 Oct 2006; Michael Cummings
perlbox-voice-0.09-r1.ebuild:
Marking amd64 stable
10 Sep 2006; Michael Cummings
perlbox-voice-0.09-r1.ebuild:
Keywording ~amd64
*perlbox-voice-0.09-r1 (26 Mar 2006)
26 Mar 2006; Michael Cummings
-perlbox-voice-0.09.ebuild, +perlbox-voice-0.09-r1.ebuild:
Bug 126515 - weirdness in the functionality of this simple ebuild. Thanks
jszwast for helping me out.
10 Mar 2006;
Bug 125320
*perlbox-voice-0.09 (05 Mar 2006)
05 Mar 2006; Michael Cummings
+perlbox-voice-0.09.ebuild:
Bug 104079, ebuild gleamed from forums by reporter at
http://forums.gentoo.org/viewtopic-t-320887-highlight-perlbox.html
DIST perlbox-voice-0.09.noarch.tgz 1316675 RMD160 b7197f2a36638777f2b3c1df05073c85341c52af SHA1 859530030d6f123987558144a06425c2aec9c642 SHA256 b4f8355ffdb31d93e99bb1b9bab764d82c131ded746e36a31121bcbd5cf9e024
EBUILD perlbox-voice-0.09-r1.ebuild 690 RMD160 c6577a95714fd1a9e6bcec592fc0f884c05ad6ef SHA1 0d6ebc9fcd2ff8db73afd0ca3a7e6bedf76aaa8a SHA256 9edf18c6fd0880e3f43a002e6b95d63197495e7f74325b5798f74cfc961ae42b
MISC ChangeLog 1057 RMD160 5692119cfec49f2dc1d788950aaaa87b7318051e SHA1 39ef0c94f75f4d83e5aa0bde89108b072416c93b SHA256 ccad7081111850a59ea834e072b75c1cfb302f6e55b13850d7febed40111a77a
MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/perlbox-voice/perlbox-voice-0.09-r1.ebuild,v 1.4 2007/07/15 23:02:29 mr_bones_ Exp $
IUSE=""
DESCRIPTION="A voice enabled application to bring your desktop under your command."
HOMEPAGE="http://perlbox.org/"
SRC_URI="mirror://sourceforge/perlbox/${P}.noarch.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND="dev-lang/perl
dev-perl/perl-tk
app-accessibility/sphinx2
app-accessibility/festival
app-arch/tar
app-accessibility/mbrola"
DEPEND=""
src_install() {
tar xvf perlbox-voice.ss -C ${D}
dodoc README
}