blob: 471009ddfb8b08d9e71e53222246e6f8c83ff128 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/khexclock/khexclock-0.0.4.ebuild,v 1.7 2005/07/27 17:23:36 smithj Exp $
inherit kde
IUSE=""
DESCRIPTION="KHexClock shows the current hexadecimal time and date."
HOMEPAGE="http://utopios.org/~luke-jr/programs/khexclock/"
SRC_URI="http://mystery.ryalth.com/~luke-jr/programs/khexclock/${P}.tbz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64 ppc"
need-kde 3
|