summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-02-26 20:20:07 +0000
committerSamuli Suominen <drac@gentoo.org>2007-02-26 20:20:07 +0000
commit47b568d5a25933614e6a94b4599e7831a0430ab9 (patch)
tree25f7bcb1503da35b6347375ac618e1c383c60c7f /xfce-extra/xfce4-cpugraph
parentFix bug 168373. (diff)
downloadgentoo-2-47b568d5a25933614e6a94b4599e7831a0430ab9.tar.gz
gentoo-2-47b568d5a25933614e6a94b4599e7831a0430ab9.tar.bz2
gentoo-2-47b568d5a25933614e6a94b4599e7831a0430ab9.zip
Fix bug 168373.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'xfce-extra/xfce4-cpugraph')
-rw-r--r--xfce-extra/xfce4-cpugraph/ChangeLog6
-rw-r--r--xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild11
2 files changed, 11 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-cpugraph/ChangeLog b/xfce-extra/xfce4-cpugraph/ChangeLog
index 6eb21f7bfd82..7104e8ea0a84 100644
--- a/xfce-extra/xfce4-cpugraph/ChangeLog
+++ b/xfce-extra/xfce4-cpugraph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-cpugraph
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/ChangeLog,v 1.12 2007/02/04 06:30:25 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/ChangeLog,v 1.13 2007/02/26 20:20:07 drac Exp $
+
+ 26 Feb 2007; Samuli Suominen <drac@gentoo.org>
+ xfce4-cpugraph-0.3.0.ebuild:
+ Fix bug 168373.
04 Feb 2007; Joshua Nichols <nichoj@gentoo.org>
xfce4-cpugraph-0.3.0.ebuild:
diff --git a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild
index 2d6078c819eb..f125f0b4c23e 100644
--- a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild
+++ b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild,v 1.2 2007/02/04 06:30:25 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild,v 1.3 2007/02/26 20:20:07 drac Exp $
WANT_AUTOCONF=latest
WANT_AUTOMAKE=latest
@@ -8,16 +8,17 @@ WANT_AUTOMAKE=latest
inherit xfce44 eutils autotools
xfce44
-xfce44_goodies_panel_plugin
-DESCRIPTION="Xfce4 panel cpugraph plugin"
+DESCRIPTION="CPU load panel plugin"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-DEPEND=">=xfce-extra/xfce4-dev-tools-4.3.99"
+DEPEND=">=xfce-extra/xfce4-dev-tools-${XFCE_MASTER_VERSION}"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch ${FILESDIR}/${P}-asneeded.patch
+ epatch "${FILESDIR}"/${P}-asneeded.patch
AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
}
+
+xfce44_goodies_panel_plugin