diff options
Diffstat (limited to 'sys-apps/qingy')
-rw-r--r-- | sys-apps/qingy/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.5.3.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/qingy/qingy-0.6.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/qingy/ChangeLog b/sys-apps/qingy/ChangeLog index 8fe3f6f9cef7..01c41dccdfbb 100644 --- a/sys-apps/qingy/ChangeLog +++ b/sys-apps/qingy/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2005/05/30 08:15:28 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/ChangeLog,v 1.22 2005/05/31 14:27:56 s4t4n Exp $ + + 31 May 2005; Michele Noberasco <s4t4n@gentoo.org> qingy-0.6.0.ebuild, + qingy-0.5.3.ebuild: + Modified pkg_postinst() to point users to more up to date documentation. *qingy-0.6.0 (30 May 2005) diff --git a/sys-apps/qingy/qingy-0.5.3.ebuild b/sys-apps/qingy/qingy-0.5.3.ebuild index 919f3f04e6b7..af1d1c3444f9 100644 --- a/sys-apps/qingy/qingy-0.5.3.ebuild +++ b/sys-apps/qingy/qingy-0.5.3.ebuild @@ -1,6 +1,6 @@ # 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.5.3.ebuild,v 1.2 2005/01/16 19:59:14 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.5.3.ebuild,v 1.3 2005/05/31 14:27:56 s4t4n Exp $ DESCRIPTION="a DirectFB getty replacement" HOMEPAGE="http://qingy.sourceforge.net/" @@ -42,8 +42,8 @@ src_install() { 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'." + 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." diff --git a/sys-apps/qingy/qingy-0.6.0.ebuild b/sys-apps/qingy/qingy-0.6.0.ebuild index f22d86b1dbcb..c3f2e7b4f143 100644 --- a/sys-apps/qingy/qingy-0.6.0.ebuild +++ b/sys-apps/qingy/qingy-0.6.0.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.6.0.ebuild,v 1.2 2005/05/31 14:27:56 s4t4n Exp $ DESCRIPTION="a DirectFB getty replacement" HOMEPAGE="http://qingy.sourceforge.net/" @@ -44,8 +44,8 @@ src_install() { 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'." + 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." |