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 | 58ec1b7afa7604ad42728b476dabe62c87a25f79 (patch) | |
tree | 2bcfec1a7c63ac3e55d3c1836bc1c44b27084f01 /dev-java/commons-dbcp | |
parent | removed superfluous "*****" boxes (diff) | |
download | gentoo-2-58ec1b7afa7604ad42728b476dabe62c87a25f79.tar.gz gentoo-2-58ec1b7afa7604ad42728b476dabe62c87a25f79.tar.bz2 gentoo-2-58ec1b7afa7604ad42728b476dabe62c87a25f79.zip |
removed superfluous output of documentation info
Diffstat (limited to 'dev-java/commons-dbcp')
-rw-r--r-- | dev-java/commons-dbcp/commons-dbcp-1.0.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-java/commons-dbcp/commons-dbcp-1.0.ebuild b/dev-java/commons-dbcp/commons-dbcp-1.0.ebuild index 04ea78c0edc9..495b4434e14d 100644 --- a/dev-java/commons-dbcp/commons-dbcp-1.0.ebuild +++ b/dev-java/commons-dbcp/commons-dbcp-1.0.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-dbcp/commons-dbcp-1.0.ebuild,v 1.2 2002/11/05 18:17:54 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-dbcp/commons-dbcp-1.0.ebuild,v 1.3 2002/11/08 01:16:16 blizzy Exp $ S=${WORKDIR}/${PN}-${PV}-src DESCRIPTION="Jakarta component providing database connection pooling API" @@ -37,10 +37,3 @@ src_install () { dohtml PROPOSAL.html STATUS.html dohtml -r dist/docs/* } - -pkg_postinst() { - einfo "************ Documentation can be found at ***************\n - WEB: http://jakarta.apache.org/commons/dbcp.html\n - LOCAL: /usr/share/doc/${PF}\n - **********************************************************" -} |