diff options
author | 2005-03-23 16:20:30 +0000 | |
---|---|---|
committer | 2005-03-23 16:20:30 +0000 | |
commit | 4f616916450365d468f960b814f789538d14f234 (patch) | |
tree | 6ab57f8e52fce91de4b249f227bc550a12726dae /x11-libs | |
parent | mozilla moved from net-www to www-client (diff) | |
download | historical-4f616916450365d468f960b814f789538d14f234.tar.gz historical-4f616916450365d468f960b814f789538d14f234.tar.bz2 historical-4f616916450365d468f960b814f789538d14f234.zip |
mozilla moved from net-www to www-client
Package-Manager: portage-1.585-cvs
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxmozilla/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/wxmozilla/Manifest | 14 | ||||
-rw-r--r-- | x11-libs/wxmozilla/wxmozilla-0.5.3.ebuild | 10 |
3 files changed, 12 insertions, 19 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/Manifest b/x11-libs/wxmozilla/Manifest index c1b474940a96..7c78a8f4a225 100644 --- a/x11-libs/wxmozilla/Manifest +++ b/x11-libs/wxmozilla/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8ab993df3f5c5b21262d6bd471c9e43f ChangeLog 610 +MD5 928423e7df3dbd8efc6b367194348612 ChangeLog 744 MD5 499f4ffa169e7c6cddc64e949def6746 metadata.xml 277 -MD5 5b1ed045db40f8fd377bcfd903174e25 wxmozilla-0.5.3.ebuild 1477 +MD5 31ec29e1a774c44daa16471b8faf8fbf wxmozilla-0.5.3.ebuild 1487 MD5 cd769d652989e37dddd923b336b2fbb3 files/digest-wxmozilla-0.5.3 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBwfg+ugEuf3OQ0akRAjLfAJ9S3AgIxCa8Skd0TrCqLuV2GcmATQCgo/uH -ZVLZqX+/+pRbEmNGobLUY50= -=6NCR ------END PGP SIGNATURE----- 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" |