diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-15 01:38:08 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-15 01:38:08 +0000 |
commit | d07291d83445791f51b723a9e512704c6b8be008 (patch) | |
tree | 7357055a497e9abe60c26fbff507ca437982fccb /x11-plugins/khexclock | |
parent | initial import of 32bit SDL 1.2.7, mostly for x86 games and fun stuff like zs... (diff) | |
download | gentoo-2-d07291d83445791f51b723a9e512704c6b8be008.tar.gz gentoo-2-d07291d83445791f51b723a9e512704c6b8be008.tar.bz2 gentoo-2-d07291d83445791f51b723a9e512704c6b8be008.zip |
recommit irt #57077
Diffstat (limited to 'x11-plugins/khexclock')
-rw-r--r-- | x11-plugins/khexclock/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/khexclock/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/khexclock/files/digest-khexclock-0.0.4 | 1 | ||||
-rw-r--r-- | x11-plugins/khexclock/khexclock-0.0.4.ebuild | 23 | ||||
-rw-r--r-- | x11-plugins/khexclock/metadata.xml | 8 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11-plugins/khexclock/ChangeLog b/x11-plugins/khexclock/ChangeLog new file mode 100644 index 000000000000..f8387217bd66 --- /dev/null +++ b/x11-plugins/khexclock/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/khexclock +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/khexclock/ChangeLog,v 1.3 2004/07/15 01:38:08 squinky86 Exp $ + +*khexclock-0.0.4 (14 Jul 2004) + + 14 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, + +khexclock-0.0.4.ebuild: + recommitting new version irt #57077, thanks Luke-Jr + diff --git a/x11-plugins/khexclock/Manifest b/x11-plugins/khexclock/Manifest new file mode 100644 index 000000000000..507e743ba199 --- /dev/null +++ b/x11-plugins/khexclock/Manifest @@ -0,0 +1,2 @@ +MD5 f8888b3a1208d03d71b5724566c19b7e khexclock-0.0.4.ebuild 437 +MD5 0bfcfd82e6f99a49ee4617c9e669ad8e files/digest-khexclock-0.0.4 65 diff --git a/x11-plugins/khexclock/files/digest-khexclock-0.0.4 b/x11-plugins/khexclock/files/digest-khexclock-0.0.4 new file mode 100644 index 000000000000..29188402705a --- /dev/null +++ b/x11-plugins/khexclock/files/digest-khexclock-0.0.4 @@ -0,0 +1 @@ +MD5 511dba9f4b2092f7d8b1db4b99f0ee44 khexclock-0.0.4.tbz2 451074 diff --git a/x11-plugins/khexclock/khexclock-0.0.4.ebuild b/x11-plugins/khexclock/khexclock-0.0.4.ebuild new file mode 100644 index 000000000000..6f3d42eec70f --- /dev/null +++ b/x11-plugins/khexclock/khexclock-0.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 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.1 2004/07/15 01:38:08 squinky86 Exp $ + +inherit kde +need-kde 3 + +IUSE="" +DESCRIPTION="KHexClock shows the current hexadecimal time and date." +HOMEPAGE="" +SRC_URI="http://mystery.ryalth.com/~luke-jr/${P}.tbz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/x11-plugins/khexclock/metadata.xml b/x11-plugins/khexclock/metadata.xml new file mode 100644 index 000000000000..ce513cd34050 --- /dev/null +++ b/x11-plugins/khexclock/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>squinky86@gentoo.org</email> +</maintainer> +</pkgmetadata> |