blob: 5d1ff6230596f266604a691d7fa072b8f6321a2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/elicit/elicit-0.9.0.20040828.ebuild,v 1.1 2004/09/01 03:33:08 vapier Exp $
inherit enlightenment
DESCRIPTION="tool for examining images on your desktop"
HOMEPAGE="http://enlightenment.org/pages/elicit.html"
DEPEND=">=x11-libs/evas-1.0.0_pre13
>=x11-libs/ecore-1.0.0_pre7
>=media-libs/edje-0.5.0
>=x11-libs/esmart-0.0.2.20040501
>=media-libs/imlib2-1.1.1"
|