diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-16 23:59:43 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-16 23:59:43 +0000 |
commit | 89ba94a397094b6875f71927811b2571ae3e7394 (patch) | |
tree | a611efceeca745cf09e6c4fbace2bcf8ec43cc7d | |
parent | enable lite install knob (bug #60570) (diff) | |
download | historical-89ba94a397094b6875f71927811b2571ae3e7394.tar.gz historical-89ba94a397094b6875f71927811b2571ae3e7394.tar.bz2 historical-89ba94a397094b6875f71927811b2571ae3e7394.zip |
Bump sys-apps/qingy to version 0.5.0. Closes #60402. This version specifically addresses issues with kernel 2.6.8...
-rw-r--r-- | sys-apps/qingy/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/qingy/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/qingy/files/digest-qingy-0.5.0 | 1 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.5.0.ebuild | 61 |
4 files changed, 72 insertions, 2 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index c1632506b634..24b3e5c8f410 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,12 @@ # 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.14 2004/08/15 15:31:11 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.15 2004/08/16 23:59:43 s4t4n Exp $ + +*qingy-0.5.0 (17 August 2004) + + 17 August 2004; Michele Noberasco <s4t4n@gentoo.org> qingy-0.5.0.ebuild: + Version bump. Closes #60402. I'm directly marking this stable for x86 + as it specifically addresses issues with 2.6.8 kernels... 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... diff --git a/sys-apps/qingy/Manifest b/sys-apps/qingy/Manifest index 99213e485cde..982440874825 100644 --- a/sys-apps/qingy/Manifest +++ b/sys-apps/qingy/Manifest @@ -3,8 +3,9 @@ MD5 15220afae13bf7204a58dc66d2585bad qingy-0.2.2.ebuild 1056 MD5 ad3c5bc952e2e73a5a743fef2bc858c1 qingy-0.3.0.ebuild 1296 MD5 440526305a15f00147a1f9790bd54bf8 qingy-0.4.0.ebuild 1926 MD5 4e93288abbe186fcd024d7fa3f5ce32c qingy-0.2.1.ebuild 1055 +MD5 5105c870a917d5bc28786d17ce64925a qingy-0.5.0.ebuild 2116 MD5 506bd9f0af3afe8b8dcbee66ac6c58b2 qingy-0.2.3.ebuild 1085 -MD5 0680cd8f35cabe0293a6ca39e6dbe6f1 ChangeLog 1779 +MD5 1f3c41cdc932d5efba71416e166b1576 ChangeLog 2018 MD5 40051d4be23df0dc23c2dadbaa168415 metadata.xml 258 MD5 d2c2a387643e5c0930982bbc58adb529 files/digest-qingy-0.2.1 64 MD5 eea835254d6473eb82299eca77e9f219 files/digest-qingy-0.2.2 64 @@ -12,3 +13,4 @@ MD5 c3008d48a523b5f16a29469f4f29de27 files/digest-qingy-0.2.3 64 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 +MD5 314ada0b727e30179ef8bf98efb6662a files/digest-qingy-0.5.0 64 diff --git a/sys-apps/qingy/files/digest-qingy-0.5.0 b/sys-apps/qingy/files/digest-qingy-0.5.0 new file mode 100644 index 000000000000..78b2dcaa691e --- /dev/null +++ b/sys-apps/qingy/files/digest-qingy-0.5.0 @@ -0,0 +1 @@ +MD5 be629aa9f12372cd9961fb66209b3e9a qingy-0.5.0.tar.bz2 482787 diff --git a/sys-apps/qingy/qingy-0.5.0.ebuild b/sys-apps/qingy/qingy-0.5.0.ebuild new file mode 100644 index 000000000000..24cd413ae567 --- /dev/null +++ b/sys-apps/qingy/qingy-0.5.0.ebuild @@ -0,0 +1,61 @@ +# 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.5.0.ebuild,v 1.1 2004/08/16 23:59:43 s4t4n Exp $ + +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() { + econf \ + --sbindir=/sbin \ + --disable-optimizations \ + `use_enable emacs` \ + `use_enable pam` \ + `use_enable static static-build` \ + `use_enable gpm gpm-lock` \ + || die "Configuration failed" + emake || die "Compilation failed" +} + +src_install() { + # copy documentation manually as make install only installs info files + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO + + # and finally install the program + make DESTDIR=${D} install || die "Installation failed" +} + +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'." + echo + ewarn "Please note that configuration and theme files syntax" + ewarn "has changed since version 0.2x: please remove all" + ewarn "old themes and update qingy configuration files!" + echo + einfo "Note that since version 0.4x themes are located in" + einfo "/usr/share/qingy/themes and screensavers in" + einfo "/usr/lib/qingy/screensavers" + 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 realiably with" + ewarn "2.6.7 kernels due to problems with the DirectFB library." + ewarn "Your mileage may vary, 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" + ewarn "Use either a 2.6.5 or a >=2.6.8 kernel!" +} |