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-beanutils | |
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-beanutils')
-rw-r--r-- | dev-java/commons-beanutils/commons-beanutils-1.5.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-java/commons-beanutils/commons-beanutils-1.5.ebuild b/dev-java/commons-beanutils/commons-beanutils-1.5.ebuild index 0fb65ec00460..4f75301c9ea8 100644 --- a/dev-java/commons-beanutils/commons-beanutils-1.5.ebuild +++ b/dev-java/commons-beanutils/commons-beanutils-1.5.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-beanutils/commons-beanutils-1.5.ebuild,v 1.2 2002/11/07 04:10:51 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.5.ebuild,v 1.3 2002/11/08 01:16:16 blizzy Exp $ S=${WORKDIR}/${PN}-${PV}-src DESCRIPTION="The Jakarta BeanUtils component provides easy-to-use wrappers around Reflection and Introspection APIs" @@ -49,10 +49,3 @@ src_install () { dohtml STATUS.html PROPOSAL.html dohtml -r dist/docs/* } - -pkg_postinst() { - einfo "************* Documentation can be found at **************\n - WEB: ${HOMEPAGE}\n - LOCAL: /usr/share/doc/${PF}\n - **********************************************************" -} |