diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-05-30 08:15:28 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-05-30 08:15:28 +0000 |
commit | 02e2921695f70135abeb3f501905e78be04e6b0e (patch) | |
tree | 54ec35579b317e2a578cad7e1be2ece572e4cf00 /sys-apps | |
parent | New revisions that implement the 'static' USE flag. (diff) | |
download | historical-02e2921695f70135abeb3f501905e78be04e6b0e.tar.gz historical-02e2921695f70135abeb3f501905e78be04e6b0e.tar.bz2 historical-02e2921695f70135abeb3f501905e78be04e6b0e.zip |
Version bump. Also closes bug #92785
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/qingy/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/qingy/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/qingy/files/digest-qingy-0.6.0 | 1 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.6.0.ebuild | 56 |
4 files changed, 66 insertions, 2 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index 3d4f0fea044e..8fe3f6f9cef7 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,11 @@ # 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.20 2005/03/24 10:46:03 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.21 2005/05/30 08:15:28 s4t4n Exp $ + +*qingy-0.6.0 (30 May 2005) + + 30 May 2005; Michele Noberasco <s4t4n@gentoo.org> qingy-0.6.0.ebuild: + Version bump. Also fixes bug #92785 24 March 2005; Michele Noberasco <s4t4n@gentoo.org> qingy-0.5.2.ebuild: Wiped out old version. diff --git a/sys-apps/qingy/Manifest b/sys-apps/qingy/Manifest index 43cbc2d3149e..01843de29385 100644 --- a/sys-apps/qingy/Manifest +++ b/sys-apps/qingy/Manifest @@ -1,4 +1,6 @@ MD5 a748413c931d02446300bd1151d6d117 qingy-0.5.3.ebuild 1793 -MD5 a2a5ba0561909fb25b43eaefc799a014 ChangeLog 3260 +MD5 e426a2c9a39b47fbc761a31e2717bbc2 ChangeLog 3399 MD5 40051d4be23df0dc23c2dadbaa168415 metadata.xml 258 +MD5 2c139ac24505bb8006fefcdd1e91c8f1 qingy-0.6.0.ebuild 1868 MD5 1e14b167f302dedd5250acc1d233fad6 files/digest-qingy-0.5.3 64 +MD5 f207760d2b2235e1b53324b87f21962a files/digest-qingy-0.6.0 64 diff --git a/sys-apps/qingy/files/digest-qingy-0.6.0 b/sys-apps/qingy/files/digest-qingy-0.6.0 new file mode 100644 index 000000000000..a2da34694b68 --- /dev/null +++ b/sys-apps/qingy/files/digest-qingy-0.6.0 @@ -0,0 +1 @@ +MD5 4815233c4258f54ffbfe822e4ab45152 qingy-0.6.0.tar.bz2 558062 diff --git a/sys-apps/qingy/qingy-0.6.0.ebuild b/sys-apps/qingy/qingy-0.6.0.ebuild new file mode 100644 index 000000000000..f22d86b1dbcb --- /dev/null +++ b/sys-apps/qingy/qingy-0.6.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.6.0.ebuild,v 1.1 2005/05/30 08:15:28 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="crypt emacs gpm pam static" + +DEPEND=">=dev-libs/DirectFB-0.9.18 + crypt? ( >=dev-libs/openssl-0.9.7e ) + 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 crypt crypto` \ + `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" + + # Set the settings file umask to 600, in case somebody + # wants to make use of the autologin feature + /bin/chmod 600 ${D}/etc/qingy/settings +} + +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 "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!" +} |