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 | b13249c3c5a48047e4afbccf08705a48156d24be (patch) | |
tree | e845b1076ab9909b56e7b9de94a1ed8d443274bd /app-accessibility | |
parent | Add patch from upstream to fix MSN filetransfer bug. (diff) | |
download | gentoo-2-b13249c3c5a48047e4afbccf08705a48156d24be.tar.gz gentoo-2-b13249c3c5a48047e4afbccf08705a48156d24be.tar.bz2 gentoo-2-b13249c3c5a48047e4afbccf08705a48156d24be.zip |
Bug 104079, ebuild gleamed from forums by reporter at http://forums.gentoo.org/viewtopic-t-320887-highlight-perlbox.html
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/perlbox-voice/ChangeLog | 11 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/Manifest | 3 | ||||
-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, 55 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..f0d37042677a --- /dev/null +++ b/app-accessibility/perlbox-voice/Manifest @@ -0,0 +1,3 @@ +MD5 b5384a4fce4a4e3f4521dafdc68dda73 files/digest-perlbox-voice-0.09 75 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 9167b6f8900f7a179acfdbcf649bc6f2 perlbox-voice-0.09.ebuild 580 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 +} |