blob: 1bad86305c723ea2ee122eb01bb2cbe8c7a81b08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/equate/equate-9999.ebuild,v 1.4 2005/11/03 01:31:04 vapier Exp $
ECVS_MODULE="misc/equate"
inherit enlightenment
DESCRIPTION="simple themeable calculator built off of ewl"
HOMEPAGE="http://andy.elcock.org/Software/Equate/"
DEPEND=">=x11-libs/ewl-0.0.4
>=x11-libs/ecore-0.9.9"
|