blob: 9a55ad4b8f8281a7cec8319499a8e875cec96556 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2005 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.20050116.ebuild,v 1.2 2005/04/11 03:44:56 vapier Exp $
ECVS_MODULE="misc/equate"
inherit enlightenment
DESCRIPTION="simple themeable calculator built off of ewl"
HOMEPAGE="http://andy.elcock.org/Software/Equate.xml"
DEPEND=">=x11-libs/ewl-0.0.4
>=x11-libs/ecore-0.9.9"
|