diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-02-19 09:35:30 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-02-19 09:35:30 +0000 |
commit | ebe14ef1187055956d33614b3777db692dc6f0f7 (patch) | |
tree | 3c64ebcb363026d2cffc7bce521c456d5a3f084e /sys-apps/einit | |
parent | version bump (diff) | |
download | gentoo-2-ebe14ef1187055956d33614b3777db692dc6f0f7.tar.gz gentoo-2-ebe14ef1187055956d33614b3777db692dc6f0f7.tar.bz2 gentoo-2-ebe14ef1187055956d33614b3777db692dc6f0f7.zip |
don't use fixed string but use the HOMEPAGE variable in pkg_postinst message
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'sys-apps/einit')
-rw-r--r-- | sys-apps/einit/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/einit/einit-0.40.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/einit/ChangeLog b/sys-apps/einit/ChangeLog index a83358c2f9aa..f5c9d0f60b30 100644 --- a/sys-apps/einit/ChangeLog +++ b/sys-apps/einit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/einit -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/einit/ChangeLog,v 1.17 2008/11/28 12:45:33 fauli Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/einit/ChangeLog,v 1.18 2009/02/19 09:35:30 fauli Exp $ + + 19 Feb 2009; Christian Faulhammer <fauli@gentoo.org> einit-0.40.0.ebuild: + don't use fixed string but use the HOMEPAGE variable in pkg_postinst + message 28 Nov 2008; Christian Faulhammer <fauli@gentoo.org> metadata.xml: Change my email address diff --git a/sys-apps/einit/einit-0.40.0.ebuild b/sys-apps/einit/einit-0.40.0.ebuild index 121898a015db..82c6d8ec4235 100644 --- a/sys-apps/einit/einit-0.40.0.ebuild +++ b/sys-apps/einit/einit-0.40.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/einit/einit-0.40.0.ebuild,v 1.6 2008/06/11 16:36:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/einit/einit-0.40.0.ebuild,v 1.7 2009/02/19 09:35:30 fauli Exp $ EAPI="1" @@ -59,6 +59,6 @@ pkg_postinst() { elog "To use einit as a non-root user, add that user to the group 'einit'." elog elog "You can always find the latest documentation at" - elog "http://einit.org/" + elog "${HOMEPAGE}" elog } |