diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-08-03 12:45:10 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-08-03 12:45:10 +0000 |
commit | 879ef3e62778b6e4040280ed9e317fb9971390cb (patch) | |
tree | c22f3519b4ba77d6626aef73a7fe6fd0088834c2 /sys-apps/qingy | |
parent | Sparc stable --- Bug #141446 --- builds and passes all tests (but note running (diff) | |
download | historical-879ef3e62778b6e4040280ed9e317fb9971390cb.tar.gz historical-879ef3e62778b6e4040280ed9e317fb9971390cb.tar.bz2 historical-879ef3e62778b6e4040280ed9e317fb9971390cb.zip |
Version bump (0.9.0). Marked version 0.8.0 stable for x86. Wiped out older versions.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'sys-apps/qingy')
-rw-r--r-- | sys-apps/qingy/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/qingy/files/digest-qingy-0.9.0 | 3 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.9.0.ebuild | 91 |
4 files changed, 106 insertions, 3 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index 6350e528ce90..da833fb8ab1f 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-apps/qingy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.31 2006/06/05 12:04:36 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.32 2006/08/03 12:45:10 s4t4n Exp $ + +*qingy-0.9.0 (03 Aug 2006) + + 03 Aug 2006; Michele Noberasco <s4t4n@gentoo.org> qingy-0.9.0.ebuild: + Version bump. + qingy-0.8.0.ebuild: + Stable for x86. + qingy-0.7.4.ebuild,qingy-0.6.0.ebuild: + Wiped out older versions. *qingy-0.8.0 (05 Jun 2006) diff --git a/sys-apps/qingy/files/digest-qingy-0.9.0 b/sys-apps/qingy/files/digest-qingy-0.9.0 new file mode 100644 index 000000000000..1f948c45fdb4 --- /dev/null +++ b/sys-apps/qingy/files/digest-qingy-0.9.0 @@ -0,0 +1,3 @@ +MD5 fd0a98ad0fb72cac71ad0a2ad5f16d43 qingy-0.9.0.tar.bz2 602731 +RMD160 d307caa415643553ebca59e1f1203a9481f01074 qingy-0.9.0.tar.bz2 602731 +SHA256 3645856f8d1e9d568686560a7bdc0be4bdb3b2368ae09b6f9e1f6c600fe3f30c qingy-0.9.0.tar.bz2 602731 diff --git a/sys-apps/qingy/qingy-0.8.0.ebuild b/sys-apps/qingy/qingy-0.8.0.ebuild index 2ce3c57786d5..8cdc07ddbc93 100644 --- a/sys-apps/qingy/qingy-0.8.0.ebuild +++ b/sys-apps/qingy/qingy-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.8.0.ebuild,v 1.1 2006/06/05 12:04:37 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.8.0.ebuild,v 1.2 2006/08/03 12:45:10 s4t4n Exp $ DESCRIPTION="a DirectFB getty replacement" HOMEPAGE="http://qingy.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="crypto_openssl crypto_libgcrypt emacs gpm pam static" RDEPEND=">=dev-libs/DirectFB-0.9.18 diff --git a/sys-apps/qingy/qingy-0.9.0.ebuild b/sys-apps/qingy/qingy-0.9.0.ebuild new file mode 100644 index 000000000000..4c335340f3ea --- /dev/null +++ b/sys-apps/qingy/qingy-0.9.0.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.9.0.ebuild,v 1.1 2006/08/03 12:45:10 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="crypto_openssl crypto_libgcrypt emacs gpm pam static X" + +RDEPEND=">=dev-libs/DirectFB-0.9.18 + crypto_openssl? ( >=dev-libs/openssl-0.9.7e ) + crypto_libgcrypt? ( >=dev-libs/libgcrypt-1.2.1 ) + emacs? ( virtual/emacs ) + pam? ( >=sys-libs/pam-0.75-r11 ) + X? ( || ( ( + x11-libs/libX11 + x11-libs/libXScrnSaver ) + virtual/x11 ) ) + >=sys-libs/ncurses-5.4-r6" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +src_unpack() +{ + if use crypto_openssl && use crypto_libgcrypt; then + echo + eerror "You can have openssl or libgcrypt as a crypto library, not both." + eerror "Please check your USE flags..." + echo + die "USE flags check failed" + fi + + unpack ${A} +} + +src_compile() +{ + local crypto_support="--disable-crypto" + + use crypto_openssl && crypto_support="--enable-crypto=openssl" + use crypto_libgcrypt && crypto_support="--enable-crypto=libgcrypt" + + econf \ + --sbindir=/sbin \ + --disable-optimizations \ + `use_enable emacs` \ + `use_enable pam` \ + `use_enable static static-build` \ + `use_enable gpm gpm-lock` \ + `use_enable X x-support` \ + ${crypto_support} \ + || 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 the documentation at ${HOMEPAGE}" + einfo "for instructions on how to do that." + 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!" + + if use crypto_libgcrypt; then + echo + einfo "You will have to create a key pair using 'qingy-keygen'" + fi +} |