From 939e778727963ffe00a9131fe11ef12ed41e77bd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Aug 2004 17:11:14 +0000 Subject: add a warning about 2.6.7 not workin g#59340 --- sys-apps/qingy/Manifest | 10 +++++----- sys-apps/qingy/qingy-0.4.1.ebuild | 37 ++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 24 deletions(-) (limited to 'sys-apps/qingy') diff --git a/sys-apps/qingy/Manifest b/sys-apps/qingy/Manifest index 1b1f2b6e7981..7fa4fad96bfb 100644 --- a/sys-apps/qingy/Manifest +++ b/sys-apps/qingy/Manifest @@ -8,7 +8,7 @@ MD5 15220afae13bf7204a58dc66d2585bad qingy-0.2.2.ebuild 1056 MD5 506bd9f0af3afe8b8dcbee66ac6c58b2 qingy-0.2.3.ebuild 1085 MD5 ad3c5bc952e2e73a5a743fef2bc858c1 qingy-0.3.0.ebuild 1296 MD5 440526305a15f00147a1f9790bd54bf8 qingy-0.4.0.ebuild 1926 -MD5 5efbc08f878fb6e607cf70904587e5c0 qingy-0.4.1.ebuild 1962 +MD5 ff9ac2d158d5ff842cac4b5a08780559 qingy-0.4.1.ebuild 1875 MD5 d2c2a387643e5c0930982bbc58adb529 files/digest-qingy-0.2.1 64 MD5 eea835254d6473eb82299eca77e9f219 files/digest-qingy-0.2.2 64 MD5 c3008d48a523b5f16a29469f4f29de27 files/digest-qingy-0.2.3 64 @@ -16,9 +16,9 @@ MD5 91a37fa2bb3a93238c23672eff9c4dca files/digest-qingy-0.3.0 64 MD5 734ceb39541dd6aee2025617d8548ed8 files/digest-qingy-0.4.0 64 MD5 c42c04ea6e6e96b61fa74694d17e0c23 files/digest-qingy-0.4.1 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.9.8 (GNU/Linux) -iD4DBQFBHi5LI1lqEGTUzyQRAjnGAJdqCMujvKxy8/2baIN7QAiAAyJzAJ9AGZX9 -DfqIuvKmUQvIStG6yZ+Mbg== -=S2O/ +iD8DBQFBHkfzHTu7gpaalycRAjmfAJ41gLAnH3YyvF4OSJUTjMamQHUHbACg9Y8b +NEXMGuE1XEmSO6eEnBTE8b0= +=gLtA -----END PGP SIGNATURE----- diff --git a/sys-apps/qingy/qingy-0.4.1.ebuild b/sys-apps/qingy/qingy-0.4.1.ebuild index b09ebc1d405a..9a7ebc42d750 100644 --- a/sys-apps/qingy/qingy-0.4.1.ebuild +++ b/sys-apps/qingy/qingy-0.4.1.ebuild @@ -1,46 +1,42 @@ # 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.2 2004/07/31 20:43:29 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.4.1.ebuild,v 1.3 2004/08/14 17:11:14 vapier Exp $ -DESCRIPTION="Qingy is a DirectFB getty replacement." +DESCRIPTION="a DirectFB getty replacement" HOMEPAGE="http://qingy.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~amd64" IUSE="emacs gpm pam static" + DEPEND=">=dev-libs/DirectFB-0.9.18 emacs? ( virtual/emacs ) pam? ( >=sys-libs/pam-0.75-r11 ) >=dev-util/pkgconfig-0.12.0" -src_compile() -{ - # override qingy self-calculated cflags, honour USE flags, set correct paths - econf \ - --sbindir=/sbin \ - --disable-optimizations \ - `use_enable emacs` \ - `use_enable pam` \ - `use_enable static static-build` \ - `use_enable gpm gpm-lock` \ +src_compile() { + econf \ + --sbindir=/sbin \ + --disable-optimizations \ + `use_enable emacs` \ + `use_enable pam` \ + `use_enable static static-build` \ + `use_enable gpm gpm-lock` \ || die "Configuration failed" - - # let's build it emake || die "Compilation failed" } -src_install() -{ +src_install() { # copy documentation manually as make install only installs info files - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO # and finally install the program make DESTDIR=${D} install || die "Installation failed" } -pkg_postinst() -{ +pkg_postinst() { einfo "In order to use qingy you must first edit your /etc/inittab" einfo "Check files INSTALL and README in /usr/share/doc/${P}" einfo "for instructions on how to do that. Or issue an 'info qingy'." @@ -55,4 +51,7 @@ pkg_postinst() echo 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 "See http://bugs.gentoo.org/show_bug.cgi?id=59340" } -- cgit v1.2.3-65-gdbad