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

EAPI=4

inherit distutils

DESCRIPTION="a library to handle directed acyclic graphs"
HOMEPAGE="http://live.gnome.org/liblarch"
SRC_URI="http://gtg.fritalk.com/publique/gtg.fritalk.com/${PN:0:8}/${PV:0:3}/liblarch_gtk-${PV}.tar.gz"
S="${WORKDIR}/liblarch_gtk-$PV"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-python/pygobject:2
        dev-python/pygtk"
RDEPEND="${DEPEND}"