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
commit1fd6b62231bca360292d4fa753ae9bc21cf888b2 (patch)
tree05156242f219ecff7dc1741873d2a2057a2d2149 /x11-plugins
parentremove configure check for arts (diff)
downloadgentoo-2-1fd6b62231bca360292d4fa753ae9bc21cf888b2.tar.gz
gentoo-2-1fd6b62231bca360292d4fa753ae9bc21cf888b2.tar.bz2
gentoo-2-1fd6b62231bca360292d4fa753ae9bc21cf888b2.zip
QA: replaced ebuild
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/khexclock/ChangeLog7
-rw-r--r--x11-plugins/khexclock/khexclock-0.0.4.ebuild14
2 files changed, 8 insertions, 13 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/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