diff options
Diffstat (limited to 'dev-python/twisted-words/twisted-words-0.3.0-r1.ebuild')
-rw-r--r-- | dev-python/twisted-words/twisted-words-0.3.0-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/twisted-words/twisted-words-0.3.0-r1.ebuild b/dev-python/twisted-words/twisted-words-0.3.0-r1.ebuild new file mode 100644 index 000000000000..fc40fd5f466e --- /dev/null +++ b/dev-python/twisted-words/twisted-words-0.3.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-0.3.0-r1.ebuild,v 1.1 2006/06/26 21:46:22 marienz Exp $ + +MY_PACKAGE=Words + +inherit twisted + +DESCRIPTION="Twisted Words contains Instant Messaging implementations." + +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-python/twisted-2.1 + <dev-python/twisted-2.4 + dev-python/twisted-web + gtk? ( <dev-python/pygtk-2 )" + +IUSE="gtk" + + +src_install() { + twisted_src_install + + if ! use gtk; then + # Remove the "im" script if we do not depend on the required pygtk. + rm -rf "${D}"/usr/{bin,share/man} + fi +} |