summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-15 14:23:50 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-15 14:23:50 +0000
commitaab611aceb006d7e868026be9773a6a8d0ff245a (patch)
tree8f34539307b6e8945911585329fdf0e5f49f0f6f /app-accessibility/pidgin-festival
parentDo not check for selinux at all, ever (bug #278169 comment #14). (diff)
downloadhistorical-aab611aceb006d7e868026be9773a6a8d0ff245a.tar.gz
historical-aab611aceb006d7e868026be9773a6a8d0ff245a.tar.bz2
historical-aab611aceb006d7e868026be9773a6a8d0ff245a.zip
old
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'app-accessibility/pidgin-festival')
-rw-r--r--app-accessibility/pidgin-festival/Manifest3
-rw-r--r--app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild18
-rw-r--r--app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild35
3 files changed, 4 insertions, 52 deletions
diff --git a/app-accessibility/pidgin-festival/Manifest b/app-accessibility/pidgin-festival/Manifest
index 44f56f926421..b7a036109bae 100644
--- a/app-accessibility/pidgin-festival/Manifest
+++ b/app-accessibility/pidgin-festival/Manifest
@@ -1,5 +1,4 @@
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
+EBUILD pidgin-festival-2.2-r1.ebuild 748 RMD160 f00556d7b549ffe53efdfffd51f70a8d9b58b9f5 SHA1 dd32e0b015d5e6de7daffd27d5d3320021719d8d SHA256 c5ab17908fbc8efa96df7b438d00240214afe0b5a01b8fbd1e0a0de924098faf
MISC ChangeLog 1243 RMD160 fb5bf1f3b4c8ea76af8f472affa3afd400a0b22e SHA1 67f2e9b7ef8fa11e4a29924f4857ba55c7b59e96 SHA256 c5b94966306a2b226f648c826db4515fa331445edcaa399d9ffb3170b3060c3d
MISC metadata.xml 186 RMD160 0ae1f23cfdb60bed1a75a772f056580248207e60 SHA1 e366137cdd6e3271b9c5ec7854fa4662b7b55b3e SHA256 c10d0e7df1692c56b3e59566f3d6260a5448f91e7b7a11b69265fcb3af56dde6
diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild
index f9b1d9e867a0..e9eeb18ffbf4 100644
--- a/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild
+++ b/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild
@@ -1,37 +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.2-r1.ebuild,v 1.1 2009/03/07 14:57:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild,v 1.2 2009/08/15 14:23:50 ssuominen Exp $
-EAPI="2"
-
-inherit eutils
+EAPI=2
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
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc README ChangeLog
}
diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild
deleted file mode 100644
index f0140a4a5deb..000000000000
--- a/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-}