summaryrefslogtreecommitdiff
blob: be8f17f9fdfbaa43184f2cf0ee816e781e31d0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

EGIT_REPO_URI="http://github.com/baverman/snaked.git"
SUPPORT_PYTHON_ABIS="1"
PYTHON_DEPEND="2:2.6"
RESTRICT_PYTHON_ABIS="2.[45] 3.*"

inherit distutils git python

DESCRIPTION="Minimalist editor inspired by Scribes"
HOMEPAGE="http://github.com/baverman/snaked"
SRC_URI=""

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="
	dev-python/pygtksourceview
	dev-python/rope
	dev-python/pyflakes"