diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-01 06:30:32 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-01 06:30:32 +0000 |
commit | 80060c20f432fd4046b5f6011a99fd3005aebeb8 (patch) | |
tree | 43aa1a0cfa8f023d0f00bafedcd22a2d25bfc67d /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-80060c20f432fd4046b5f6011a99fd3005aebeb8.tar.gz gentoo-2-80060c20f432fd4046b5f6011a99fd3005aebeb8.tar.bz2 gentoo-2-80060c20f432fd4046b5f6011a99fd3005aebeb8.zip |
Added info about examples to close bug #101722.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild b/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild index 12da7719af7d..cf7a0df32648 100644 --- a/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild +++ b/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild,v 1.3 2004/07/04 10:40:25 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild,v 1.4 2006/04/01 06:30:32 eradicator Exp $ IUSE="" @@ -39,3 +39,7 @@ src_install() { dobin bjam jam mkjambase yyacc || die "Unable to install binaries." /* add check or ebuild will happilly succeed on unsupported archs and install only docs */ } + +pkg_postinst() { + einfo "Sample code is available in /usr/share/boost/v2/example" +} |