diff options
author | 2009-03-07 14:57:31 +0000 | |
---|---|---|
committer | 2009-03-07 14:57:31 +0000 | |
commit | 8ce328d29cd5c820329bc552f7b5e1c094a5f78d (patch) | |
tree | c50455586b021ac45846c2fff338e4606e96e692 /app-accessibility | |
parent | Add patch from Aurélien Francillon <aurelien dot francillon at inrialpes dot... (diff) | |
download | historical-8ce328d29cd5c820329bc552f7b5e1c094a5f78d.tar.gz historical-8ce328d29cd5c820329bc552f7b5e1c094a5f78d.tar.bz2 historical-8ce328d29cd5c820329bc552f7b5e1c094a5f78d.zip |
Eapi2ification with use-deps
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/pidgin-festival/ChangeLog | 10 | ||||
-rw-r--r-- | app-accessibility/pidgin-festival/Manifest | 13 | ||||
-rw-r--r-- | app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild | 37 |
3 files changed, 47 insertions, 13 deletions
diff --git a/app-accessibility/pidgin-festival/ChangeLog b/app-accessibility/pidgin-festival/ChangeLog index 1d7e2f3b80b3..80976eba7114 100644 --- a/app-accessibility/pidgin-festival/ChangeLog +++ b/app-accessibility/pidgin-festival/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# 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 $ + +*pidgin-festival-2.2-r1 (07 Mar 2009) + + 07 Mar 2009; Patrick Lauer <patrick@gentoo.org> + +pidgin-festival-2.2-r1.ebuild: + Eapi2ification with use-deps 05 Mar 2008; <tester@gentoo.org> pidgin-festival-2.2.ebuild: Inherit eutils, bug #212411 diff --git a/app-accessibility/pidgin-festival/Manifest b/app-accessibility/pidgin-festival/Manifest index 3b6ca66a91fe..44f56f926421 100644 --- a/app-accessibility/pidgin-festival/Manifest +++ b/app-accessibility/pidgin-festival/Manifest @@ -1,14 +1,5 @@ ------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-r1.ebuild 919 RMD160 fa0d0c57553321be68320a0033237de66b11157d SHA1 bb4e30d73d84b1f2b7116d1298486fc904e4ae12 SHA256 d148e4df035fda6ea1be198fdc0e59c56dd8a638ba62f80ac8ecdef48ae4a8b4 EBUILD pidgin-festival-2.2.ebuild 894 RMD160 bfd162aceaadb6aea41f33c0883127cfae478e77 SHA1 7385919ff29f65764b84a340b10e1a1fdaaaab80 SHA256 eb648b5f618bd5eb420131fcb645b5e1fad74d8e3c947b4c633268cc6a68d84d -MISC ChangeLog 1087 RMD160 107088a3f8a2a1d1fb6f7493337235cd6b8c8407 SHA1 59e26325a70f0d4e74e241fb6b2fdddd241a0de8 SHA256 83c853dcdf2abba68d2a295ca99121848746f41cdfda6ea17998d907b81d6db2 +MISC ChangeLog 1243 RMD160 fb5bf1f3b4c8ea76af8f472affa3afd400a0b22e SHA1 67f2e9b7ef8fa11e4a29924f4857ba55c7b59e96 SHA256 c5b94966306a2b226f648c826db4515fa331445edcaa399d9ffb3170b3060c3d 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----- diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild new file mode 100644 index 000000000000..f9b1d9e867a0 --- /dev/null +++ b/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild @@ -0,0 +1,37 @@ +# 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.2-r1.ebuild,v 1.1 2009/03/07 14:57:31 patrick Exp $ + +EAPI="2" + +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[gtk] + >=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 +} |