From f4e1f6589b5e85f87e8243b405dc1d9a234a628e Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 26 Apr 2004 05:51:22 +0000 Subject: added depend on x11/gksu --- sys-apps/gtk-cpuspeedy/ChangeLog | 12 +++++++++++- sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild | 9 +++++---- sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild | 5 +++-- 3 files changed, 19 insertions(+), 7 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/gtk-cpuspeedy/ChangeLog b/sys-apps/gtk-cpuspeedy/ChangeLog index b322eed5f120..25c02b8f740f 100644 --- a/sys-apps/gtk-cpuspeedy/ChangeLog +++ b/sys-apps/gtk-cpuspeedy/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-apps/gtk-cpuspeedy # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/ChangeLog,v 1.6 2004/04/24 07:50:26 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/ChangeLog,v 1.7 2004/04/26 05:51:22 dragonheart Exp $ + + 26 Apr 2004; Daniel Black gtk-cpuspeedy-0.1.ebuild: + virtual/xfree to virtual/x11 in version 0.1 thanks to Pieter Baele + in bug #48769. gksu dependancy version on x86 + only due to higher verions available. I have doubts weither it is a real + dependancy. + + 26 Apr 2004; Daniel Black + gtk-cpuspeedy-0.3.0.ebuild: + Added gksu dependancy as per bug #48978. Thanks Priit Laes 24 Apr 2004; Daniel Black gtk-cpuspeedy-0.3.0.ebuild: diff --git a/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild b/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild index f3084d172147..0e7f1b9714ab 100644 --- a/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild +++ b/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild,v 1.3 2004/04/08 01:30:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild,v 1.4 2004/04/26 05:51:22 dragonheart Exp $ DESCRIPTION="Graphical GTK+-2 frontend for cpuspeedy." SRC_URI="mirror://sourceforge/cpuspeedy/${P}.tar.gz" @@ -17,7 +17,7 @@ DEPEND="sys-devel/automake dev-libs/glib dev-libs/atk x11-libs/pango - x11-base/xfree + virtual/x11 media-libs/fontconfig media-libs/freetype sys-libs/zlib @@ -29,13 +29,14 @@ RDEPEND=">=sys-apps/cpuspeedy-0.2 dev-libs/glib dev-libs/atk x11-libs/pango - x11-base/xfree + virtual/x11 media-libs/fontconfig media-libs/freetype sys-libs/zlib dev-libs/expat virtual/glibc - >=x11-libs/gtk+-2" + >=x11-libs/gtk+-2 + x86? ( x11-libs/gksu )" src_install() { einstall || die "einstall failed" diff --git a/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild b/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild index 740924646a9b..d44c5f73d536 100644 --- a/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild +++ b/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild,v 1.3 2004/04/24 07:50:26 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild,v 1.4 2004/04/26 05:51:22 dragonheart Exp $ DESCRIPTION="Graphical GTK+-2 frontend for cpuspeedy." SRC_URI="mirror://sourceforge/cpuspeedy/${P}.tar.gz" @@ -37,7 +37,8 @@ RDEPEND=">=sys-apps/cpuspeedy-0.2 sys-libs/zlib virtual/x11 x11-libs/gtk+ - x11-libs/pango" + x11-libs/pango + x11-libs/gksu" src_install() { einstall || die "einstall failed" -- cgit v1.2.3-65-gdbad