# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils mono DESCRIPTION="Linux client for reading and posting to twitter.com web service." HOMEPAGE="http://code.google.com/p/gtwitter/" SRC_URI="http://gtwitter.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=x11-libs/gtk+-2.8 >=x11-libs/cairo-1.0 >=dev-lang/mono-1.1 >=dev-dotnet/gtk-sharp-2.0 >=dev-dotnet/gconf-sharp-2.0 >=dev-dotnet/gnomevfs-sharp-2.0" RDEPEND="${DEPEND} >=x11-libs/libsexy-0.1 dev-util/pkgconfig" pkg_setup() { if ! built_with_use x11-libs/cairo X ; then ewarn "You must have cairo compiled with X support. Please" ewarn "add X to your USE variables and recompile cairo." die || "cairo must have X support" fi } src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc README || die }