]> Pileus Git - ~andy/sunrise/blob - gnome-extra/guake/guake-0.4.0.ebuild
dev-python/pymongo: Version bump
[~andy/sunrise] / gnome-extra / guake / guake-0.4.0.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="2"
6 inherit gnome2
7
8 DESCRIPTION="Guake is a drop-down terminal for Gnome"
9 HOMEPAGE="http://guake.org/"
10 SRC_URI="http://guake.org/files/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="virtual/python
18         dev-python/gnome-python
19         dev-python/notify-python
20         x11-libs/vte[python]
21         dev-python/dbus-python"
22 RDEPEND=${DEPEND}