summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-05-01 20:14:19 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-05-01 20:14:19 +0000
commitc12b299a3c04f3f73c43075a696552b6a66f8d93 (patch)
treec56680174058f96af6e45ff98cdce4adda586ed5 /x11-plugins
parentremove configure check for arts (diff)
downloadhistorical-c12b299a3c04f3f73c43075a696552b6a66f8d93.tar.gz
historical-c12b299a3c04f3f73c43075a696552b6a66f8d93.tar.bz2
historical-c12b299a3c04f3f73c43075a696552b6a66f8d93.zip
QA: replaced ebuild
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/khexclock/ChangeLog7
-rw-r--r--x11-plugins/khexclock/Manifest4
-rw-r--r--x11-plugins/khexclock/khexclock-0.0.4.ebuild14
3 files changed, 10 insertions, 15 deletions
diff --git a/x11-plugins/khexclock/ChangeLog b/x11-plugins/khexclock/ChangeLog
index 983d2693d793..69c37a701d0e 100644
--- a/x11-plugins/khexclock/ChangeLog
+++ b/x11-plugins/khexclock/ChangeLog
@@ -1,6 +1,9 @@
# 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 $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/khexclock/ChangeLog,v 1.7 2005/05/01 20:14:19 carlo Exp $
+
+ 01 May 2005; Carsten Lohrke <carlo@gentoo.org> khexclock-0.0.4.ebuild:
+ QA: replaced ebuild - using econf/emake is not valid for kde apps, #90883
02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
khexclock-0.0.4.ebuild:
diff --git a/x11-plugins/khexclock/Manifest b/x11-plugins/khexclock/Manifest
index 8b86923fd9a3..ec0a2278d157 100644
--- a/x11-plugins/khexclock/Manifest
+++ b/x11-plugins/khexclock/Manifest
@@ -1,4 +1,4 @@
-MD5 0e6f23ad9db44e694cbf8744425406f2 ChangeLog 702
-MD5 3d5b7c83ca78001e498a6e2ca1a74909 khexclock-0.0.4.ebuild 567
+MD5 afe69e4914dfb55c5ede67fbfcfe768c khexclock-0.0.4.ebuild 464
+MD5 44f186a60fd6e05f9a922432809acbc8 ChangeLog 849
MD5 76790bc57ed641dc79ad018411b179cf metadata.xml 224
MD5 0bfcfd82e6f99a49ee4617c9e669ad8e files/digest-khexclock-0.0.4 65
diff --git a/x11-plugins/khexclock/khexclock-0.0.4.ebuild b/x11-plugins/khexclock/khexclock-0.0.4.ebuild
index 95c01f8ab376..7971dcf53157 100644
--- a/x11-plugins/khexclock/khexclock-0.0.4.ebuild
+++ b/x11-plugins/khexclock/khexclock-0.0.4.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.5 2004/09/02 18:22:39 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/khexclock/khexclock-0.0.4.ebuild,v 1.6 2005/05/01 20:14:19 carlo Exp $
inherit kde
-need-kde 3
IUSE=""
DESCRIPTION="KHexClock shows the current hexadecimal time and date."
@@ -13,11 +12,4 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64 ppc"
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
+need-kde 3 \ No newline at end of file