# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ # This ebuild is a small modification of the official gnunet-gtk ebuild EAPI=5 DESCRIPTION="Graphical front end for GNUnet." HOMEPAGE="http://gnunet.org/" SRC_URI="ftp://ftp.gnu.org/gnu/gnunet/${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" LICENSE="GPL-3" SLOT="0" IUSE="+qrcode +unique" DEPEND=">=net-p2p/gnunet-${PV} >=x11-libs/gtk+-3.0.0 >=dev-util/glade-3 qrcode? ( media-gfx/qrencode ) unique? ( dev-libs/libunique:3 )"