blob: f1983c5825c68017d7ab385040debebd47992587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/e_modules/e_modules-9999.ebuild,v 1.5 2006/09/14 03:20:09 vapier Exp $
ECVS_MODULE="e_modules"
inherit enlightenment
DESCRIPTION="add-on modules for e17 (snow/flame/notes/etc...)"
DEPEND="x11-wm/e
x11-libs/ecore
x11-libs/evas
x11-libs/esmart
media-libs/edje
dev-libs/eet
dev-libs/exml
media-sound/alsa-lib
x11-libs/libXdamage
x11-libs/libXcomposite"
|