summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2006-02-01 08:13:04 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2006-02-01 08:13:04 +0000
commitad2402597b4b3d3552e2377f9c13a2d08d2dbe6a (patch)
treefb160d99d57a9e5bf25117500b88ba6c2ebe6efa /sys-apps
parentAdded 2 new FLAGS, crypto_libgcrypt and crypto_openssl, to be used by sys-app... (diff)
downloadhistorical-ad2402597b4b3d3552e2377f9c13a2d08d2dbe6a.tar.gz
historical-ad2402597b4b3d3552e2377f9c13a2d08d2dbe6a.tar.bz2
historical-ad2402597b4b3d3552e2377f9c13a2d08d2dbe6a.zip
Version bump.
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/qingy/ChangeLog9
-rw-r--r--sys-apps/qingy/Manifest10
-rw-r--r--sys-apps/qingy/files/digest-qingy-0.7.01
-rw-r--r--sys-apps/qingy/qingy-0.7.0.ebuild90
4 files changed, 104 insertions, 6 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog
index e5649c86fb4a..f8a1b1fff5f6 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.23 2005/11/04 18:50:51 s4t4n Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.24 2006/02/01 08:13:04 s4t4n Exp $
+
+*qingy-0.7.0 (01 Feb 2006)
+
+ 01 February 2006; Michele Noberasco <s4t4n@gentoo.org> qingy-0.7.0.ebuild:
+ Version bump.
04 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> qingy-0.6.0.ebuild:
Stable for x86.
diff --git a/sys-apps/qingy/Manifest b/sys-apps/qingy/Manifest
index 685a58b0b331..1f8615114d3d 100644
--- a/sys-apps/qingy/Manifest
+++ b/sys-apps/qingy/Manifest
@@ -1,6 +1,8 @@
-MD5 fe68c1cfcbad540ed1bc6e94619e0b2e qingy-0.5.3.ebuild 1752
-MD5 dd85e08982e4b2fd093801c488e10796 ChangeLog 3660
-MD5 40051d4be23df0dc23c2dadbaa168415 metadata.xml 258
-MD5 11292309139c5f9ead00700d1d1bf04e qingy-0.6.0.ebuild 1826
+MD5 696fa7d8c21a8befe3d0e3c0d136c18d ChangeLog 3782
MD5 1e14b167f302dedd5250acc1d233fad6 files/digest-qingy-0.5.3 64
MD5 f207760d2b2235e1b53324b87f21962a files/digest-qingy-0.6.0 64
+MD5 f62bb7635843eba4513f84d3007ae2b9 files/digest-qingy-0.7.0 64
+MD5 40051d4be23df0dc23c2dadbaa168415 metadata.xml 258
+MD5 fe68c1cfcbad540ed1bc6e94619e0b2e qingy-0.5.3.ebuild 1752
+MD5 11292309139c5f9ead00700d1d1bf04e qingy-0.6.0.ebuild 1826
+MD5 8012d3a25ed3de304b723b416b2aba54 qingy-0.7.0.ebuild 2877
diff --git a/sys-apps/qingy/files/digest-qingy-0.7.0 b/sys-apps/qingy/files/digest-qingy-0.7.0
new file mode 100644
index 000000000000..6bf4b71136f2
--- /dev/null
+++ b/sys-apps/qingy/files/digest-qingy-0.7.0
@@ -0,0 +1 @@
+MD5 7516a64960be14068ed89e8316bc62f5 qingy-0.7.0.tar.bz2 588148
diff --git a/sys-apps/qingy/qingy-0.7.0.ebuild b/sys-apps/qingy/qingy-0.7.0.ebuild
new file mode 100644
index 000000000000..5c5c7860dd46
--- /dev/null
+++ b/sys-apps/qingy/qingy-0.7.0.ebuild
@@ -0,0 +1,90 @@
+# 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.7.0.ebuild,v 1.1 2006/02/01 08:13:04 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"
+
+DEPEND=">=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 )
+ >=sys-libs/ncurses-5.4-r6
+ >=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` \
+ ${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
+ ewarn "Please note that libgcrypt support is still experimental..."
+ echo
+ einfo "You will have to create a key pair using 'qingy-keygen'"
+ echo
+ ewarn "'Login failed' messages from qingy GUI when you are sure your"
+ ewarn "password is correct usually means that your key pair is broken"
+ ewarn "and you have to generate a new one!"
+ fi
+}