blob: c30aff022e9eccf9120046d8a3363ceb9b054c60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2005 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.2 2005/01/17 05:06:12 vapier Exp $
inherit enlightenment
DESCRIPTION="the E image browser"
HOMEPAGE="http://www.enlightenment.org/pages/entice.html"
DEPEND=">=media-libs/imlib2-1.1.1
>=x11-libs/evas-1.0.0_pre13
>=dev-db/edb-1.0.5
>=x11-libs/ecore-1.0.0_pre7
>=x11-libs/esmart-0.0.2.20040501
>=media-libs/edje-0.5.0"
|