| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild,v 1.8 2007/03/09 16:55:35 lack Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild,v 1.9 2007/03/12 17:49:57 gustavoz Exp $ |
| 4 | |
4 | |
| 5 | inherit gkrellm-plugin |
5 | inherit gkrellm-plugin |
| 6 | |
6 | |
| 7 | S=${WORKDIR}/${PN} |
7 | S=${WORKDIR}/${PN} |
| 8 | DESCRIPTION="A simple countdown clock for GKrellM2" |
8 | DESCRIPTION="A simple countdown clock for GKrellM2" |
| 9 | SRC_URI="http://www.cise.ufl.edu/~jcjones/src/${P}.tar.gz" |
9 | SRC_URI="http://www.cise.ufl.edu/~jcjones/src/${P}.tar.gz" |
| 10 | HOMEPAGE="http://www.cise.ufl.edu/~jcjones/src/" |
10 | HOMEPAGE="http://www.cise.ufl.edu/~jcjones/src/" |
| 11 | |
11 | |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | KEYWORDS="~ppc ~sparc x86" |
14 | KEYWORDS="~ppc sparc x86" |
| 15 | IUSE="" |
15 | IUSE="" |
| 16 | |
16 | |