blob: c25b152f59744edf55663be07f5bc46fb9743a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/entice/entice-9999.ebuild,v 1.3 2005/04/10 03:40:17 vapier Exp $
inherit enlightenment
DESCRIPTION="the E image browser"
HOMEPAGE="http://www.enlightenment.org/pages/entice.html"
DEPEND=">=media-libs/imlib2-1.2.0
>=x11-libs/evas-0.9.9
>=dev-db/edb-1.0.5
>=x11-libs/ecore-0.9.9
>=x11-libs/esmart-0.9.0
>=media-libs/edje-0.5.0"
|