summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-11-08 16:54:16 +0000
committerPeter Johanson <latexer@gentoo.org>2005-11-08 16:54:16 +0000
commitf8dd438aca48443604273aec8614f5ee313bec72 (patch)
treea4ec83c0cc9140c1dd7db3fc8d8d2006968a224d /eclass
parentNew baselayout release, many bugs fixed (diff)
downloadgentoo-2-f8dd438aca48443604273aec8614f5ee313bec72.tar.gz
gentoo-2-f8dd438aca48443604273aec8614f5ee313bec72.tar.bz2
gentoo-2-f8dd438aca48443604273aec8614f5ee313bec72.zip
Add big fat warning about gtk-sharp-2.6.x being unsupported by upstream.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gtk-sharp-component.eclass15
1 files changed, 13 insertions, 2 deletions
diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass
index faa3116393a7..eb78ea79e552 100644
--- a/eclass/gtk-sharp-component.eclass
+++ b/eclass/gtk-sharp-component.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.21 2005/08/17 00:37:57 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.22 2005/11/08 16:54:16 latexer Exp $
# Author : Peter Johanson <latexer@gentoo.org>
# Based off of original work in gst-plugins.eclass by <foser@gentoo.org>
@@ -177,4 +177,15 @@ gtk-sharp-component_src_install() {
DESTDIR=${D} install || die
}
-EXPORT_FUNCTIONS src_unpack src_compile src_install
+gtk-sharp-component_pkg_postinst() {
+ if [ "${PV:0:3}" == "2.6" ]; then
+ ewarn "gtk-sharp-2.6.x is completely, and utterly unsupported by upstream."
+ ewarn "If you experience any bugs related to using gtk-sharp-2.6.x, do"
+ ewarn "*not* submit them upstream, ask about them on IRC, or email any"
+ ewarn "mailinglists. If you think you have found a genuine bug or need help,"
+ ewarn "first down grade *all* *-sharp packages to the 2.4.x release and"
+ ewarn "test there."
+ fi
+}
+
+EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst