blob: ba0c7bed5564a2ab37c4efa2d3af69e040711a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/enotes/enotes-9999.ebuild,v 1.1 2006/08/28 06:19:15 vapier Exp $
ECVS_MODULE="misc/enotes"
inherit enlightenment
DESCRIPTION="sticky notes system based on the EFL"
DEPEND=">=x11-libs/ewl-0.0.4
>=x11-libs/evas-0.9.9
>=x11-libs/ecore-0.9.9
>=media-libs/imlib2-1.2.0
>=media-libs/edje-0.5.0
>=dev-db/edb-1.0.5
dev-libs/libxml2
>=x11-libs/esmart-0.0.3"
RDEPEND="${DEPEND}
app-misc/examine"
|