diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-04-26 05:51:22 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-04-26 05:51:22 +0000 |
commit | f4e1f6589b5e85f87e8243b405dc1d9a234a628e (patch) | |
tree | 9d71c75f2ad6746dad1494f0dd2ec674b2afd86c /sys-apps | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-f4e1f6589b5e85f87e8243b405dc1d9a234a628e.tar.gz gentoo-2-f4e1f6589b5e85f87e8243b405dc1d9a234a628e.tar.bz2 gentoo-2-f4e1f6589b5e85f87e8243b405dc1d9a234a628e.zip |
added depend on x11/gksu
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gtk-cpuspeedy/ChangeLog | 12 | ||||
-rw-r--r-- | sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild | 9 | ||||
-rw-r--r-- | sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild | 5 |
3 files changed, 19 insertions, 7 deletions
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 <dragonheart@gentoo.org> gtk-cpuspeedy-0.1.ebuild: + virtual/xfree to virtual/x11 in version 0.1 thanks to Pieter Baele + <pieter.baele@pandora.be> 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 <dragonheart@gentoo.org> + gtk-cpuspeedy-0.3.0.ebuild: + Added gksu dependancy as per bug #48978. Thanks Priit Laes <amd@tt.ee> 24 Apr 2004; Daniel Black <dragonheart@gentoo.org> 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" |