summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-04-18 01:43:58 +0000
committerMarinus Schraal <foser@gentoo.org>2003-04-18 01:43:58 +0000
commit962e1da6f422765c15cb7c8269b01af653716a2a (patch)
treee5001451dcb8504e05310b2424d65109c9611008 /net-www
parentcleanup old stuff with bad deps (diff)
downloadgentoo-2-962e1da6f422765c15cb7c8269b01af653716a2a.tar.gz
gentoo-2-962e1da6f422765c15cb7c8269b01af653716a2a.tar.bz2
gentoo-2-962e1da6f422765c15cb7c8269b01af653716a2a.zip
fixed xft dep
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mozilla/ChangeLog5
-rw-r--r--net-www/mozilla/mozilla-1.3-r1.ebuild4
-rw-r--r--net-www/phoenix-cvs/ChangeLog7
-rw-r--r--net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild2
-rw-r--r--net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild4
5 files changed, 14 insertions, 8 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog
index b6d15b27d0cb..488079f50ff1 100644
--- a/net-www/mozilla/ChangeLog
+++ b/net-www/mozilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/mozilla
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.91 2003/04/10 20:36:30 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.92 2003/04/18 01:43:58 foser Exp $
+
+ 18 Apr 2003; foser <foser@gentoo.org> mozilla-1.3-r1.ebuild :
+ Fixed xft dep to be virtual
10 Apr 2003; Martin Schlemmer <azarah@gentoo.org> mozilla-1.3-r1.ebuild :
Change permissions on compreg.dat in hope to fix bug #19034.
diff --git a/net-www/mozilla/mozilla-1.3-r1.ebuild b/net-www/mozilla/mozilla-1.3-r1.ebuild
index 7fa242c0b73a..996ce09099fe 100644
--- a/net-www/mozilla/mozilla-1.3-r1.ebuild
+++ b/net-www/mozilla/mozilla-1.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3-r1.ebuild,v 1.4 2003/04/10 20:36:30 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.3-r1.ebuild,v 1.5 2003/04/18 01:43:58 foser Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome"
# Internal USE flags that I do not really want to advertise ...
@@ -68,7 +68,7 @@ RDEPEND=">=x11-base/xfree-4.2.0-r11
>=dev-libs/libIDL-0.8.0
>=sys-libs/zlib-1.1.4
>=media-libs/fontconfig-2.1
- >=x11-libs/xft-2.0.1
+ virtual/xft
>=media-libs/jpeg-6b
>=media-libs/libpng-1.2.1
>=sys-apps/portage-2.0.14
diff --git a/net-www/phoenix-cvs/ChangeLog b/net-www/phoenix-cvs/ChangeLog
index 6f704dd22633..9ed19f736ab8 100644
--- a/net-www/phoenix-cvs/ChangeLog
+++ b/net-www/phoenix-cvs/ChangeLog
@@ -1,13 +1,16 @@
# ChangeLog for net-www/phoenix-cvs
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.2 2003/03/30 13:41:09 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.3 2003/04/18 01:42:07 foser Exp $
*phoenix-cvs-0.5-r1 (30 Mar 2003)
+ 18 Apr 2003; foser <foser@gentoo.org phoenix-cvs-0.5-r{1,2}.ebuild :
+ Fixed xft dep to be virtual
+
30 Mar 2003; phoen][x <phoenix@gentoo.org>; phoenix-cvs-0.5-r2.ebuild,
files/digest-phoenix-cvs-0.5-r2, files/phoenix:
Seth asked me to take a look into -r1. I cleaned up a few things:
- - Added the missing $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.2 2003/03/30 13:41:09 phoenix Exp $
+ - Added the missing $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.3 2003/04/18 01:42:07 foser Exp $
- made ebuild use flag-o-matic over ${CFLAGS//}
- made ebuild use nsplugins.eclass for easy plugin integration
TODO:
diff --git a/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild b/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild
index afe1bd9b5240..33d4fdd6762a 100644
--- a/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild
+++ b/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild
@@ -22,7 +22,7 @@ IUSE="java gtk2 ipv6"
RDEPEND="virtual/x11
>=dev-libs/libIDL-0.8.0
>=gnome-base/ORBit-0.5.10-r1
- >=x11-libs/xft-2.0
+ virtual/xft
>=sys-libs/zlib-1.1.4
>=media-libs/jpeg-6b
>=media-libs/libmng-1.0.0
diff --git a/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild b/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild
index 487c2be15021..c4c1a2ba4211 100644
--- a/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild
+++ b/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild,v 1.4 2003/04/02 08:27:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild,v 1.5 2003/04/18 01:42:07 foser Exp $
inherit makeedit flag-o-matic gcc nsplugins
@@ -22,7 +22,7 @@ IUSE="java gtk2 ipv6"
RDEPEND="virtual/x11
>=dev-libs/libIDL-0.8.0
>=gnome-base/ORBit-0.5.10-r1
- >=x11-libs/xft-2.0
+ virtual/xft
>=sys-libs/zlib-1.1.4
>=media-libs/jpeg-6b
>=media-libs/libmng-1.0.0