blob: 0684eb0d9daecb1735baf548fa7dfc96fdf3fafa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.3.0.ebuild,v 1.1 2009/08/31 21:23:21 eva Exp $
inherit gnome2
DESCRIPTION="GObject-based interfaces and classes for commonly used data structures."
HOMEPAGE="http://live.gnome.org/Libgee"
SRC_URI="http://downloads.freesmartphone.org/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.12"
DEPEND="${RDEPEND}
dev-lang/vala
dev-util/pkgconfig"
|