diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-27 17:23:36 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-27 17:23:36 +0000 |
commit | 3d3fed9768777e65b31df5ccdcff24c28e09881d (patch) | |
tree | 8c9f5ccf2480a107eb767ef3e1230f22d3fb7c2e /x11-plugins/khexclock/khexclock-0.1.5.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-3d3fed9768777e65b31df5ccdcff24c28e09881d.tar.gz historical-3d3fed9768777e65b31df5ccdcff24c28e09881d.tar.bz2 historical-3d3fed9768777e65b31df5ccdcff24c28e09881d.zip |
#81976: version bump and added a homepage
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-plugins/khexclock/khexclock-0.1.5.ebuild')
-rw-r--r-- | x11-plugins/khexclock/khexclock-0.1.5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-plugins/khexclock/khexclock-0.1.5.ebuild b/x11-plugins/khexclock/khexclock-0.1.5.ebuild new file mode 100644 index 000000000000..9ae99b33ebff --- /dev/null +++ b/x11-plugins/khexclock/khexclock-0.1.5.ebuild @@ -0,0 +1,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.1.5.ebuild,v 1.1 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://utopios.org/~luke-jr/programs/${PN}/${P}.tbz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +need-kde 3 |