summaryrefslogtreecommitdiff
path: root/x11-plugins/khexclock
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2005-07-30 21:48:23 +0000
committerBertrand Jacquin <beber@meleeweb.net>2005-07-30 21:48:23 +0000
commit8ba9011dae5fb85e1e53bb6adb122a5615fb32e3 (patch)
tree9923c0730cd78b86ec8c924d3cd55f25e147649e /x11-plugins/khexclock
parentDel old ebuilds (diff)
downloadportage-8ba9011dae5fb85e1e53bb6adb122a5615fb32e3.tar.xz
move gentoofr overlay to ..
Diffstat (limited to 'x11-plugins/khexclock')
-rw-r--r--x11-plugins/khexclock/ChangeLog24
-rw-r--r--x11-plugins/khexclock/Manifest4
-rw-r--r--x11-plugins/khexclock/files/digest-khexclock-0.0.4-r11
-rw-r--r--x11-plugins/khexclock/khexclock-0.0.4-r1.ebuild23
-rw-r--r--x11-plugins/khexclock/metadata.xml8
5 files changed, 60 insertions, 0 deletions
diff --git a/x11-plugins/khexclock/ChangeLog b/x11-plugins/khexclock/ChangeLog
new file mode 100644
index 00000000..cffbeffc
--- /dev/null
+++ b/x11-plugins/khexclock/ChangeLog
@@ -0,0 +1,24 @@
+# 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.6 2004/09/02 18:22:39 pvdabeel Exp $
+
+ 29 Apr 2005; Bertrand Jacquin <beber.gentoo@gmail.com>
+ +khexclock-0.0.4.ebuild:
+ Add deps for arts.
+
+ 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
+ khexclock-0.0.4.ebuild:
+ Masked khexclock-0.0.4.ebuild stable for ppc
+
+ 13 Aug 2004; Jon Hood <squinky86@gentoo.org> khexclock-0.0.4.ebuild:
+ Stable on x86.
+
+ 17 Jul 2004; David Holm <dholm@gentoo.org> khexclock-0.0.4.ebuild:
+ Added to ~ppc.
+
+*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 00000000..a635a97e
--- /dev/null
+++ b/x11-plugins/khexclock/Manifest
@@ -0,0 +1,4 @@
+MD5 9445ed31dae2ed5dea686c40b647a5e1 khexclock-0.0.4-r1.ebuild 583
+MD5 2ca8b1ce3d35ca2165763ab8f32f0212 ChangeLog 808
+MD5 76790bc57ed641dc79ad018411b179cf metadata.xml 224
+MD5 0bfcfd82e6f99a49ee4617c9e669ad8e files/digest-khexclock-0.0.4-r1 65
diff --git a/x11-plugins/khexclock/files/digest-khexclock-0.0.4-r1 b/x11-plugins/khexclock/files/digest-khexclock-0.0.4-r1
new file mode 100644
index 00000000..29188402
--- /dev/null
+++ b/x11-plugins/khexclock/files/digest-khexclock-0.0.4-r1
@@ -0,0 +1 @@
+MD5 511dba9f4b2092f7d8b1db4b99f0ee44 khexclock-0.0.4.tbz2 451074
diff --git a/x11-plugins/khexclock/khexclock-0.0.4-r1.ebuild b/x11-plugins/khexclock/khexclock-0.0.4-r1.ebuild
new file mode 100644
index 00000000..0ba81341
--- /dev/null
+++ b/x11-plugins/khexclock/khexclock-0.0.4-r1.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.5 2004/09/02 18:22:39 pvdabeel 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/programs/khexclock/${P}.tbz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~amd64 ppc"
+
+src_compile() {
+ econf `use_with arts` || 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 00000000..ce513cd3
--- /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>