From ebe14ef1187055956d33614b3777db692dc6f0f7 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Thu, 19 Feb 2009 09:35:30 +0000 Subject: 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) --- sys-apps/einit/ChangeLog | 8 ++++++-- sys-apps/einit/einit-0.40.0.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sys-apps/einit') 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 einit-0.40.0.ebuild: + don't use fixed string but use the HOMEPAGE variable in pkg_postinst + message 28 Nov 2008; Christian Faulhammer 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 } -- cgit v1.2.3-65-gdbad