diff options
author | 2004-08-15 15:31:11 +0000 | |
---|---|---|
committer | 2004-08-15 15:31:11 +0000 | |
commit | 707f8a088e4bba3363414dfbbc4b01d2f7bb10b5 (patch) | |
tree | d072d62502b13eaeccaa84723cdac0758cfa6957 /sys-apps/qingy | |
parent | Moving to www-apps/phpmp (diff) | |
download | gentoo-2-707f8a088e4bba3363414dfbbc4b01d2f7bb10b5.tar.gz gentoo-2-707f8a088e4bba3363414dfbbc4b01d2f7bb10b5.tar.bz2 gentoo-2-707f8a088e4bba3363414dfbbc4b01d2f7bb10b5.zip |
Add a big fat warning against using qingy with kernels > 2.6.5...
Diffstat (limited to 'sys-apps/qingy')
-rw-r--r-- | sys-apps/qingy/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.4.1.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index e4e60feed61d..c1632506b634 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/qingy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.13 2004/08/14 15:21:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.14 2004/08/15 15:31:11 s4t4n Exp $ + + 15 August 2004; Michele Noberasco <s4t4n@gentoo.org> qingy-0.4.1.ebuild: + Add big fat warning against using qingy with kernels > 2.6.5... 14 Aug 2004; Sven Wegener <swegener@gentoo.org> metadata.xml: Corrected metadata.xml to match DTD. diff --git a/sys-apps/qingy/qingy-0.4.1.ebuild b/sys-apps/qingy/qingy-0.4.1.ebuild index 9a7ebc42d750..34a9fdf6de56 100644 --- a/sys-apps/qingy/qingy-0.4.1.ebuild +++ b/sys-apps/qingy/qingy-0.4.1.ebuild @@ -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/sys-apps/qingy/qingy-0.4.1.ebuild,v 1.3 2004/08/14 17:11:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.4.1.ebuild,v 1.4 2004/08/15 15:31:11 s4t4n Exp $ DESCRIPTION="a DirectFB getty replacement" HOMEPAGE="http://qingy.sourceforge.net/" @@ -52,6 +52,9 @@ pkg_postinst() { einfo "You can safely remove /etc/directfbrc.qingy" einfo "as it is no longer needed to get framebuffer resolution" echo - ewarn "Also note that qingy doesn't seem to work with linux-2.6.7." + ewarn "Also note that qingy doesn't seem to work realiably with kernel" + ewarn "versions higher than 2.6.5 due to problems with the DirectFB library." + ewarn "Your mileage may wary, but it could even lock up your machine!" ewarn "See http://bugs.gentoo.org/show_bug.cgi?id=59340" + ewarn "and http://bugs.gentoo.org/show_bug.cgi?id=60402" } |