]> Pileus Git - ~andy/sunrise/blob - gnome-extra/gnome-paint/gnome-paint-0.2.1.ebuild
03f4121195b98ba8b2fec74c0705c147bf217624
[~andy/sunrise] / gnome-extra / gnome-paint / gnome-paint-0.2.1.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
7 inherit gnome2
8
9 DESCRIPTION="A simple, easy to use paint program for GNOME"
10 HOMEPAGE="http://code.google.com/p/gnome-paint/"
11 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~x86"
16 IUSE=""
17
18 DEPEND=">=x11-libs/gtk+-2.16:2"
19 RDEPEND="${DEPEND}"