aboutsummaryrefslogtreecommitdiff
blob: c19eef2d0852d612e4f29c7393be82818379c74d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2006 Vincent Paeder
# Distributed under the terms of the GNU General Public License v2

EAPI="3"

inherit distutils

DESCRIPTION="A cursor editor for X11 using GTK+"
HOMEPAGE="http://gursormaker.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-lang/python-2.3
		>=dev-python/pygtk-2.8"