blob: fa03b923c53c40f9f5f4eee94ad9048cae84415b (
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-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"
|