blob: c8ad48656e5897bdc0fdc13adb4ada669198c260 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/enotes/enotes-0.1.20040508.ebuild,v 1.2 2004/06/24 22:09:59 agriffis Exp $
inherit enlightenment
DESCRIPTION="sticky notes system based on the EFL"
DEPEND=">=x11-libs/ewl-0.0.3.20040207
>=x11-libs/evas-1.0.0.20040207_pre12
>=x11-libs/ecore-1.0.0.20040207_pre4
>=media-libs/imlib2-1.1.0.20040207
>=media-libs/edje-0.0.1.20040207
>=dev-db/edb-1.0.4.20040117
dev-libs/libxml2
>=x11-libs/esmart-0.0.2.20040207"
|