diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-21 21:02:03 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-21 21:02:03 +0000 |
commit | 30b4810b9ad2e50b47667c490f2506f13aa2ff08 (patch) | |
tree | b8f1e11e5e9c6354c47c0f0d87ceaf272b4e6c6c /app-accessibility | |
parent | Version bump, bug #297330, fixes crash with fortify enabled. (diff) | |
download | gentoo-2-30b4810b9ad2e50b47667c490f2506f13aa2ff08.tar.gz gentoo-2-30b4810b9ad2e50b47667c490f2506f13aa2ff08.tar.bz2 gentoo-2-30b4810b9ad2e50b47667c490f2506f13aa2ff08.zip |
Version bump.
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/pidgin-festival/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/app-accessibility/pidgin-festival/ChangeLog b/app-accessibility/pidgin-festival/ChangeLog index 80976eba7114..66ca0fdd90e0 100644 --- a/app-accessibility/pidgin-festival/ChangeLog +++ b/app-accessibility/pidgin-festival/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/pidgin-festival # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.7 2009/03/07 14:57:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.8 2009/12/21 21:02:03 pva Exp $ + +*pidgin-festival-2.4 (21 Dec 2009) + + 21 Dec 2009; Peter Volkov <pva@gentoo.org> +pidgin-festival-2.4.ebuild: + Version bump. *pidgin-festival-2.2-r1 (07 Mar 2009) diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild new file mode 100644 index 000000000000..947bf9b99ee9 --- /dev/null +++ b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild,v 1.1 2009/12/21 21:02:03 pva Exp $ + +EAPI=2 + +DESCRIPTION="A plugin for pidgin which enables text-to-speech output of conversations using festival." +HOMEPAGE="http://sourceforge.net/projects/pidgin-festival/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="app-accessibility/festival + net-im/pidgin[gtk] + >=x11-libs/gtk+-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc README ChangeLog || die +} |