summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-31 10:14:05 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-31 10:14:05 +0000
commit8e442a4b58129b28aaef2d313fe2e775d87da3bb (patch)
tree1345152eccc816ae01d3073ec0b08daa79f8c81f /net-www
parentSwitched SRC_URI's around to make ftp.vim.org the (diff)
downloadhistorical-8e442a4b58129b28aaef2d313fe2e775d87da3bb.tar.gz
historical-8e442a4b58129b28aaef2d313fe2e775d87da3bb.tar.bz2
historical-8e442a4b58129b28aaef2d313fe2e775d87da3bb.zip
output warning to user without gnome USE flag to remerge libglade with gnome support
Diffstat (limited to 'net-www')
-rw-r--r--net-www/galeon/ChangeLog9
-rw-r--r--net-www/galeon/galeon-1.2.0-r3.ebuild13
2 files changed, 18 insertions, 4 deletions
diff --git a/net-www/galeon/ChangeLog b/net-www/galeon/ChangeLog
index 8563dcef17a7..ce885a56233a 100644
--- a/net-www/galeon/ChangeLog
+++ b/net-www/galeon/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-www/galeon
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.5 2002/03/30 22:15:35 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/ChangeLog,v 1.6 2002/03/31 10:14:05 seemant Exp $
+
+*galeon-1.2.0-r3 (31 Mar 2002)
+
+ 31 Mar 2002; Seemant Kulleen <seemant@gentoo.org> galeon-1.2.0-r3.ebuild :
+
+ Sorry about that. pkg_postinst() is set to output a message to the user to
+ remerge libglade with gnome support, if the gnome USE flag is not set.
*galeon-1.2.0-r3 (30 Mar 2002)
diff --git a/net-www/galeon/galeon-1.2.0-r3.ebuild b/net-www/galeon/galeon-1.2.0-r3.ebuild
index 663ef4f08c3b..9fc554ad2c0b 100644
--- a/net-www/galeon/galeon-1.2.0-r3.ebuild
+++ b/net-www/galeon/galeon-1.2.0-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.0-r3.ebuild,v 1.1 2002/03/30 22:15:36 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.0-r3.ebuild,v 1.2 2002/03/31 10:14:05 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small web-browser for gnome that uses mozillas render engine"
@@ -66,6 +66,13 @@ pkg_postinst() {
galeon-config-tool --fix-gconf-permissions
galeon-config-tool --pkg-install-schemas
scrollkeeper-update
-
+
+ if [ -z "`use gnome`" ]
+ then
+ einfo "Please remerge libglade with gnome support, or else galeon"
+ einfo "will not be able to start up."
+ einfo
+ einfo 'To do this, type: '
+ einfo 'USE="gnome" emerge libglade'
+ fi
}
-