blob: 37f511c762cd1960ba3a3e7e3f29d7643d995c9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/equate/equate-0.0.4.20041226.ebuild,v 1.1 2004/12/26 22:35:09 vapier Exp $
inherit enlightenment
DESCRIPTION="simple themeable calculator built off of ewl"
HOMEPAGE="http://andy.elcock.org/Software/Equate.xml"
DEPEND=">=x11-libs/ewl-0.0.3.20040103
>=x11-libs/ecore-1.0.0_pre7"
|