diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-03-05 22:01:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-03-05 22:01:09 +0000 |
commit | b8217362e92ff6446b52d16fe9469f2b3dc9359e (patch) | |
tree | 0eca8661dcd34d9da23891fcc246f721ca3f8b81 /app-accessibility/perlbox-voice | |
parent | Add patch from upstream to fix MSN filetransfer bug. (diff) | |
download | historical-b8217362e92ff6446b52d16fe9469f2b3dc9359e.tar.gz historical-b8217362e92ff6446b52d16fe9469f2b3dc9359e.tar.bz2 historical-b8217362e92ff6446b52d16fe9469f2b3dc9359e.zip |
Bug 104079, ebuild gleamed from forums by reporter at http://forums.gentoo.org/viewtopic-t-320887-highlight-perlbox.html
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-accessibility/perlbox-voice')
-rw-r--r-- | app-accessibility/perlbox-voice/ChangeLog | 11 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/Manifest | 14 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/files/digest-perlbox-voice-0.09 | 1 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/metadata.xml | 10 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/perlbox-voice-0.09.ebuild | 30 |
5 files changed, 66 insertions, 0 deletions
diff --git a/app-accessibility/perlbox-voice/ChangeLog b/app-accessibility/perlbox-voice/ChangeLog new file mode 100644 index 000000000000..359c179514c4 --- /dev/null +++ b/app-accessibility/perlbox-voice/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2006/03/05 22:01:09 mcummings Exp $ + +*perlbox-voice-0.09 (05 Mar 2006) + + 05 Mar 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +perlbox-voice-0.09.ebuild: + Bug 104079, ebuild gleamed from forums by reporter at + http://forums.gentoo.org/viewtopic-t-320887-highlight-perlbox.html + diff --git a/app-accessibility/perlbox-voice/Manifest b/app-accessibility/perlbox-voice/Manifest new file mode 100644 index 000000000000..86cbc27d8250 --- /dev/null +++ b/app-accessibility/perlbox-voice/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 58a47c27a8c0f0b7e48ed93de3fc981f ChangeLog 499 +MD5 b5384a4fce4a4e3f4521dafdc68dda73 files/digest-perlbox-voice-0.09 75 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 d5091c0c01b4f7789f80121453e42cb6 perlbox-voice-0.09.ebuild 689 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFEC1+WtG5z4I8BtQoRAjgDAJ0Xi2s1IFC1MrFJfJ0AaX98ULjQoQCffgV3 +RgQ36deCldz6C91D7jdp664= +=C0hv +-----END PGP SIGNATURE----- diff --git a/app-accessibility/perlbox-voice/files/digest-perlbox-voice-0.09 b/app-accessibility/perlbox-voice/files/digest-perlbox-voice-0.09 new file mode 100644 index 000000000000..a5a94712c371 --- /dev/null +++ b/app-accessibility/perlbox-voice/files/digest-perlbox-voice-0.09 @@ -0,0 +1 @@ +MD5 75dc3b2839246b0fa187e14cc393ac07 perlbox-voice-0.09.noarch.tgz 1316675 diff --git a/app-accessibility/perlbox-voice/metadata.xml b/app-accessibility/perlbox-voice/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/app-accessibility/perlbox-voice/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> diff --git a/app-accessibility/perlbox-voice/perlbox-voice-0.09.ebuild b/app-accessibility/perlbox-voice/perlbox-voice-0.09.ebuild new file mode 100644 index 000000000000..fce439f3bcb0 --- /dev/null +++ b/app-accessibility/perlbox-voice/perlbox-voice-0.09.ebuild @@ -0,0 +1,30 @@ +# 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.ebuild,v 1.1 2006/03/05 22:01:09 mcummings 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="~x86" + +DEPEND=">=dev-lang/perl + >=dev-perl/perl-tk + >=app-accessibility/sphinx2 + >=app-accessibility/festival + >=app-accessibility/mbrola" + + +RDEPEND="" + + + +src_install() { + tar -C ${D} -xvf perlbox-voice.ss + dodoc LICENSE README +} |