blob: 5d2d091e729476b4543486d5ada723e681f770e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/equate/equate-0.0.4.20040124.ebuild,v 1.2 2004/01/25 10:44:04 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.20040117_pre4"
|