diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-10 18:32:39 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-10 18:32:39 +0000 |
commit | 8d106bd2d25cd2aa3eed91b73a0002451991ad69 (patch) | |
tree | 84e0758f13750bd083d047d1df79e99a537c3ed2 /sys-devel/prelink | |
parent | Remove all references to config.h so the configure script will never run agai... (diff) | |
download | gentoo-2-8d106bd2d25cd2aa3eed91b73a0002451991ad69.tar.gz gentoo-2-8d106bd2d25cd2aa3eed91b73a0002451991ad69.tar.bz2 gentoo-2-8d106bd2d25cd2aa3eed91b73a0002451991ad69.zip |
Added in a message with a link to the Prelink Guide, bug #77337
Diffstat (limited to 'sys-devel/prelink')
-rw-r--r-- | sys-devel/prelink/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/prelink/prelink-20040317.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/prelink/prelink-20040707.ebuild | 9 |
3 files changed, 23 insertions, 6 deletions
diff --git a/sys-devel/prelink/ChangeLog b/sys-devel/prelink/ChangeLog index 35c0bcbb8094..c156c3d7c66d 100644 --- a/sys-devel/prelink/ChangeLog +++ b/sys-devel/prelink/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/prelink -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/ChangeLog,v 1.36 2004/11/08 23:49:13 kloeri Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/ChangeLog,v 1.37 2005/01/10 18:32:39 ciaranm Exp $ + + 10 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> prelink-20040317.ebuild, + prelink-20040707.ebuild: + Added in a message with a link to the Prelink Guide, bug #77337 09 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> prelink-20040707.ebuild: diff --git a/sys-devel/prelink/prelink-20040317.ebuild b/sys-devel/prelink/prelink-20040317.ebuild index f9cb77cf26eb..fa42f585bcb9 100644 --- a/sys-devel/prelink/prelink-20040317.ebuild +++ b/sys-devel/prelink/prelink-20040317.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20040317.ebuild,v 1.7 2004/07/15 03:35:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20040317.ebuild,v 1.8 2005/01/10 18:32:39 ciaranm Exp $ inherit eutils @@ -33,3 +33,11 @@ src_install() { insinto /etc doins ${S}/doc/prelink.conf } + +pkg_postinst() { + echo + einfo "You may wish to read the Gentoo Linux Prelink Guide, which can be" + einfo "found online at:" + einfo " http://www.gentoo.org/doc/en/prelink-howto.xml" + echo +} diff --git a/sys-devel/prelink/prelink-20040707.ebuild b/sys-devel/prelink/prelink-20040707.ebuild index 25f7a075e528..3ecf563c5113 100644 --- a/sys-devel/prelink/prelink-20040707.ebuild +++ b/sys-devel/prelink/prelink-20040707.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20040707.ebuild,v 1.7 2004/11/08 23:49:13 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/prelink-20040707.ebuild,v 1.8 2005/01/10 18:32:39 ciaranm Exp $ inherit eutils @@ -45,4 +45,9 @@ src_install() { pkg_postinst() { env-update + echo + einfo "You may wish to read the Gentoo Linux Prelink Guide, which can be" + einfo "found online at:" + einfo " http://www.gentoo.org/doc/en/prelink-howto.xml" + echo } |