Portage is a package management system used by Gentoo Linux
# ChangeLog for app-accessibility/pidgin-festival
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.6 2008/03/05 19:34:03 tester Exp $
05 Mar 2008;
Inherit eutils, bug #212411
09 Jan 2008; Olivier CrĂȘte
pidgin-festival-2.2.ebuild:
Add required dependencies on pkg-config, pidgin and gtk
09 Nov 2007; nixnut
Added ~ppc wrt bug 197103
26 Oct 2007; Ferris McCormick
pidgin-festival-2.2.ebuild:
Add ~sparc keyword, Bug #197103, because it does build so it can be tested at
least. Unfortunately, it can't be tested by me.
26 Oct 2007; Markus Meier
add ~x86, bug #197103
*pidgin-festival-2.2 (26 Oct 2007)
26 Oct 2007; Olivier CrĂȘte
+pidgin-festival-2.2.ebuild:
Add new package, which is the continuatio of net-im/festival-gaim
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST pidgin-festival-2.2.tar.gz 353015 RMD160 44b66542f7e756ca9f9b3cd736f2a78ba4a35311 SHA1 a97a76d474cde84f2ccff970204cd7f08501b619 SHA256 ed20d862abdedfa36345a4fbb0c1930a594d8789540490f6b8a4a10dcef24989
EBUILD pidgin-festival-2.2.ebuild 894 RMD160 bfd162aceaadb6aea41f33c0883127cfae478e77 SHA1 7385919ff29f65764b84a340b10e1a1fdaaaab80 SHA256 eb648b5f618bd5eb420131fcb645b5e1fad74d8e3c947b4c633268cc6a68d84d
MISC ChangeLog 1087 RMD160 107088a3f8a2a1d1fb6f7493337235cd6b8c8407 SHA1 59e26325a70f0d4e74e241fb6b2fdddd241a0de8 SHA256 83c853dcdf2abba68d2a295ca99121848746f41cdfda6ea17998d907b81d6db2
MISC metadata.xml 186 RMD160 0ae1f23cfdb60bed1a75a772f056580248207e60 SHA1 e366137cdd6e3271b9c5ec7854fa4662b7b55b3e SHA256 c10d0e7df1692c56b3e59566f3d6260a5448f91e7b7a11b69265fcb3af56dde6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
iD8DBQFHzvWrmOfEJZHYOKcRAroIAJ0dNsgrep/Y4rvf3nJRXjx+nxoEOgCbB4TN
XOCMaSNNRy4TOzurnGMvR6Y=
=CZgw
-----END PGP SIGNATURE-----
# Copyright 1999-2008 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.2.ebuild,v 1.6 2008/03/05 19:34:03 tester Exp $
inherit eutils
DESCRIPTION="A plugin for pidgin which enables text-to-speech output of conversations using festival."
HOMEPAGE="http://pidgin.festival.sourceforge.net"
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
>=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
if ! built_with_use net-im/pidgin gtk; then
eerror "You need to compile net-im/pidgin with USE=gtk"
die "Missing gtk USE flag on net-im/pidgin"
fi
}
src_install() {
make DESTDIR="${D}" install || die
dodoc README ChangeLog
}