diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-11-08 01:16:16 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-11-08 01:16:16 +0000 |
commit | fa0c9dbde20be9da5002aed236420e6a0e32f497 (patch) | |
tree | aa23ba5bebedfb49c5a4acd13402115a1424a35f /dev-java/commons-collections | |
parent | removed superfluous "*****" boxes (diff) | |
download | historical-fa0c9dbde20be9da5002aed236420e6a0e32f497.tar.gz historical-fa0c9dbde20be9da5002aed236420e6a0e32f497.tar.bz2 historical-fa0c9dbde20be9da5002aed236420e6a0e32f497.zip |
removed superfluous output of documentation info
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/commons-collections-2.1-r1.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild b/dev-java/commons-collections/commons-collections-2.1-r1.ebuild index 9cff3aeb913d..d5b4f399d761 100644 --- a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r1.ebuild,v 1.2 2002/11/05 03:00:49 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r1.ebuild,v 1.3 2002/11/08 01:16:16 blizzy Exp $ S=${WORKDIR}/${PN}-${PV}-src DESCRIPTION="Jakarta-Commons Collections Component" @@ -36,10 +36,3 @@ src_install () { dohtml dist/*.html dohtml -r dist/docs/* } - -pkg_postinst() { - einfo "**************** Documentation can be found at ******************\n - WEB: ${HOMEPAGE}\n - LOCAL: /usr/share/doc/${PF}\n - *****************************************************************" -} |