summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-04-23 08:09:19 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-04-23 08:09:19 +0000
commit9346ba8f77689c560724c1830d3e9ca8cdc135f1 (patch)
tree8c9b9a0fb028f6e7c7165993885506eda2d54005 /sys-apps
parentThe qmake system in qt seems horribly broken, so we have to use a slightly di... (diff)
downloadgentoo-2-9346ba8f77689c560724c1830d3e9ca8cdc135f1.tar.gz
gentoo-2-9346ba8f77689c560724c1830d3e9ca8cdc135f1.tar.bz2
gentoo-2-9346ba8f77689c560724c1830d3e9ca8cdc135f1.zip
x11-base/xfree to virtual/x11
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/gtk-cpuspeedy/ChangeLog7
-rw-r--r--sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-apps/gtk-cpuspeedy/ChangeLog b/sys-apps/gtk-cpuspeedy/ChangeLog
index c122f395f1d3..007e7ccf673d 100644
--- a/sys-apps/gtk-cpuspeedy/ChangeLog
+++ b/sys-apps/gtk-cpuspeedy/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2004/04/23 02:58:56 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/ChangeLog,v 1.5 2004/04/23 08:09:19 dragonheart Exp $
+
+ 23 Apr 2004; Daniel Black <dragonheart@gentoo.org>
+ gtk-cpuspeedy-0.3.0.ebuild:
+ Changed x11-base/xfree to virtual/x11. Thanks to the usual Lukasz Strzygowski
+ <lucass@gentoo.pl>
*gtk-cpuspeedy-0.3.0 (23 Apr 2004)
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 039949b9f07f..867bc5f70845 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.1 2004/04/23 02:58:56 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.3.0.ebuild,v 1.2 2004/04/23 08:09:19 dragonheart Exp $
DESCRIPTION="Graphical GTK+-2 frontend for cpuspeedy."
SRC_URI="mirror://sourceforge/cpuspeedy/${P}.tar.gz"
@@ -19,7 +19,7 @@ DEPEND=">=sys-devel/automake-1.4
dev-libs/glib
dev-libs/atk
x11-libs/pango
- x11-base/xfree
+ virtual/xfree
media-libs/fontconfig
media-libs/freetype
sys-libs/zlib
@@ -35,7 +35,7 @@ RDEPEND=">=sys-apps/cpuspeedy-0.2
media-libs/freetype
virtual/glibc
sys-libs/zlib
- x11-base/xfree
+ virtual/xfree
x11-libs/gtk+
x11-libs/pango"