summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-03-23 16:20:30 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-03-23 16:20:30 +0000
commitf4f90ceac27eb955d3ef76f530c1ff762c3a1d28 (patch)
tree5336faefb0cb10126554af28625820f6fc34fed8 /x11-libs/wxmozilla
parentmoved mozilla from net-www to www-client (diff)
downloadgentoo-2-f4f90ceac27eb955d3ef76f530c1ff762c3a1d28.tar.gz
gentoo-2-f4f90ceac27eb955d3ef76f530c1ff762c3a1d28.tar.bz2
gentoo-2-f4f90ceac27eb955d3ef76f530c1ff762c3a1d28.zip
mozilla moved from net-www to www-client
(Portage version: 1.585-cvs)
Diffstat (limited to 'x11-libs/wxmozilla')
-rw-r--r--x11-libs/wxmozilla/ChangeLog7
-rw-r--r--x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-libs/wxmozilla/ChangeLog b/x11-libs/wxmozilla/ChangeLog
index b174229f390a..3438ade0c3c9 100644
--- a/x11-libs/wxmozilla/ChangeLog
+++ b/x11-libs/wxmozilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/wxmozilla
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.3 2004/12/16 21:03:48 kloeri Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.4 2005/03/23 16:20:30 seemant Exp $
+
+ 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> wxmozilla-0.5.3.ebuild:
+ change dep from net-www/mozilla to www-client/mozilla
16 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> wxmozilla-0.5.3.ebuild:
Fix doc installation.
diff --git a/x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild b/x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild
index 33069c2f1fc9..41889a35291d 100644
--- a/x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild
+++ b/x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild,v 1.3 2004/12/16 21:03:48 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild,v 1.4 2005/03/23 16:20:30 seemant Exp $
inherit eutils libtool
@@ -10,7 +10,7 @@ DESCRIPTION="Mozilla widget for wxWindows"
SRC_URI="mirror://sourceforge/wxmozilla/${P}.tar.gz"
HOMEPAGE="http://wxmozilla.sourceforge.net/"
-DEPEND=">=net-www/mozilla-1.3
+DEPEND=">=www-client/mozilla-1.3
python? ( dev-lang/python >=dev-python/wxpython-2.4 )
>=x11-libs/wxGTK-2.4"
@@ -20,7 +20,7 @@ KEYWORDS="~x86"
pkg_setup() {
# make sure gtk{1,2} setting of Mozilla and wxGTK is same
- if built_with_use net-www/mozilla gtk2; then
+ if built_with_use www-client/mozilla gtk2; then
tk_mozilla="gtk2"
else
tk_mozilla="gtk1"
@@ -32,7 +32,7 @@ pkg_setup() {
fi
if [ $tk_mozilla != $tk_wxgtk ]; then
- eerror "You need x11-libs/wxGTK and net-www/mozilla compiled with same GTK+ version."
+ eerror "You need x11-libs/wxGTK and www-client/mozilla compiled with same GTK+ version."
eerror "Emerge both either with or without 'gtk2' in your USE flags."
eerror "wxGTK toolkit: $tk_wxgtk"
eerror "Mozilla toolkit: $tk_mozilla"