diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-06-13 12:31:03 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-06-13 12:31:03 +0000 |
commit | fe8cd02c9522857282e8cc976339c20bac6b6ba6 (patch) | |
tree | 77134fd273637f69dc7fed6762ff2ccf3a54f7e8 /app-accessibility | |
parent | Depend on SLOT=0 of media-libs/openjpeg (bug 440086) (diff) | |
download | gentoo-2-fe8cd02c9522857282e8cc976339c20bac6b6ba6.tar.gz gentoo-2-fe8cd02c9522857282e8cc976339c20bac6b6ba6.tar.bz2 gentoo-2-fe8cd02c9522857282e8cc976339c20bac6b6ba6.zip |
bump to EAPI 5 (include fix for bug #305561)
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/perlbox-voice/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-accessibility/perlbox-voice/ChangeLog b/app-accessibility/perlbox-voice/ChangeLog index b222176778de..3c4d5d0cbbd4 100644 --- a/app-accessibility/perlbox-voice/ChangeLog +++ b/app-accessibility/perlbox-voice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/perlbox-voice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/perlbox-voice/ChangeLog,v 1.8 2013/06/07 14:13:13 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/perlbox-voice/ChangeLog,v 1.9 2013/06/13 12:31:03 zlogene Exp $ + +*perlbox-voice-0.09-r2 (13 Jun 2013) + + 13 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> +perlbox-voice-0.09-r2.ebuild: + bump to EAPI 5 (include fix for bug #305561) 07 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> perlbox-voice-0.09-r1.ebuild: fix HOMEPAGE wrt bug #437002 diff --git a/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild b/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild new file mode 100644 index 000000000000..69b836c13a25 --- /dev/null +++ b/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 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-r2.ebuild,v 1.1 2013/06/13 12:31:03 zlogene Exp $ + +EAPI=5 + +DESCRIPTION="A voice enabled application to bring your desktop under your command" +HOMEPAGE="http://perlbox.sourceforge.net/" +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-accessibility/mbrola" + +src_install() { + tar xvf perlbox-voice.ss -C "${D}" || die "tar failed" + dodoc ${PN}.readme +} |