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

EAPI=2
ESVN_SUB_PROJECT="PROTO"

inherit enlightenment

DESCRIPTION="Weather information fetching and parsing framework"

LICENSE="LGPL-2.1"

IUSE="static-libs"

DEPEND=">=dev-libs/ecore-9999[curl]
	>=media-libs/edje-9999"
RDEPEND=${DEPEND}