diff options
author | 2009-06-02 17:18:07 +0000 | |
---|---|---|
committer | 2009-06-02 17:18:07 +0000 | |
commit | 9615db00253a91666163ca78be68002d84c4f8aa (patch) | |
tree | 92a91fdc6fd45676d16b54081b3b93acc17bc8f7 /gnome-extra/guake/guake-0.4.0.ebuild | |
parent | net-mail/gmail-notify: Version bump, added keyword, fixed bug relating to rev... (diff) | |
download | sunrise-9615db00253a91666163ca78be68002d84c4f8aa.tar.gz sunrise-9615db00253a91666163ca78be68002d84c4f8aa.tar.bz2 sunrise-9615db00253a91666163ca78be68002d84c4f8aa.zip |
gnome-extra/guake: Version bump. Add dev-python/dbus-python dependency, thanks to Tim Jones.
svn path=/sunrise/; revision=8606
Diffstat (limited to 'gnome-extra/guake/guake-0.4.0.ebuild')
-rw-r--r-- | gnome-extra/guake/guake-0.4.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-extra/guake/guake-0.4.0.ebuild b/gnome-extra/guake/guake-0.4.0.ebuild new file mode 100644 index 000000000..9192de520 --- /dev/null +++ b/gnome-extra/guake/guake-0.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +inherit gnome2 + +DESCRIPTION="Guake is a drop-down terminal for Gnome" +HOMEPAGE="http://guake-terminal.org/" +SRC_URI="http://trac.guake-terminal.org/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.4 + dev-python/gnome-python + dev-python/notify-python + x11-libs/vte[python] + dev-python/dbus-python" +RDEPEND=${DEPEND} |