blob: 489085f829de884ffff208d6e51da98bab7dafc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/eclips/eclips-9999.ebuild,v 1.1 2005/03/30 01:01:35 vapier Exp $
ECVS_MODULE="misc/eclips"
inherit enlightenment
DESCRIPTION="Image viewer base on EFL"
DEPEND="x11-libs/ecore
x11-libs/evas
media-libs/imlib2
net-misc/curl"
|