summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-14 17:00:43 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-14 17:00:43 +0000
commit69a1a44c1985518d2203d04683b973c1f25c53eb (patch)
tree61ede0a1b77ff5af6bef8b60ab3b5491c1e6d934 /media-libs/libungif
parentRemoved ungif flag, as it is not needed (diff)
downloadhistorical-69a1a44c1985518d2203d04683b973c1f25c53eb.tar.gz
historical-69a1a44c1985518d2203d04683b973c1f25c53eb.tar.bz2
historical-69a1a44c1985518d2203d04683b973c1f25c53eb.zip
Issue message to use about their gif USE flag
Diffstat (limited to 'media-libs/libungif')
-rw-r--r--media-libs/libungif/libungif-4.1.0-r1.ebuild16
1 files changed, 15 insertions, 1 deletions
diff --git a/media-libs/libungif/libungif-4.1.0-r1.ebuild b/media-libs/libungif/libungif-4.1.0-r1.ebuild
index ffc73daa5612..e66a8e2b3db8 100644
--- a/media-libs/libungif/libungif-4.1.0-r1.ebuild
+++ b/media-libs/libungif/libungif-4.1.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libungif/libungif-4.1.0-r1.ebuild,v 1.2 2002/04/14 16:48:29 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libungif/libungif-4.1.0-r1.ebuild,v 1.3 2002/04/14 17:00:43 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A library for reading and writing gif images without LZW compression"
@@ -38,3 +38,17 @@ src_install() {
dodoc doc/*.txt
dohtml -r doc
}
+
+pkg_postinst() {
+
+ use gif 2>/dev/null && (
+ einfo "You had the gif USE flag set, so it is assumed that you want"
+ einfo "the binary from giflib instead. Please make sure you have"
+ einfo "giflib emerged. Otherwise, unset the gif flag and remerge this"
+ ) || (
+ einfo "You did not have the gif USE flag, so your gif binary is being"
+ einfo "provided by this package. If you would rather use the binary"
+ einfo "from giflib, please set the gif USE flag, and re-emerge both"
+ einfo "this and giflib"
+ )
+}