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-logging | |
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-logging')
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild | 9 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.2.ebuild | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild b/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild index db7f7ede61f2..403501aa4b2a 100644 --- a/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild,v 1.2 2002/11/06 17:52:13 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.2-r1.ebuild,v 1.3 2002/11/08 01:16:16 blizzy Exp $ S="${WORKDIR}/${P}-src" DESCRIPTION="The Jakarta-Commons Logging package is an ultra-thin bridge between different logging libraries." @@ -43,10 +43,3 @@ src_install () { dohtml PROPOSAL.html STATUS.html usersguide.html dohtml -r dist/docs/* } - -pkg_postinst() { - einfo "**************** Documentation can be found at ******************\n - WEB: ${HOMEPAGE}\n - LOCAL: /usr/share/doc/${PF}\n - *****************************************************************" -} diff --git a/dev-java/commons-logging/commons-logging-1.0.2.ebuild b/dev-java/commons-logging/commons-logging-1.0.2.ebuild index c2741df10fa7..944b1b18aa1a 100644 --- a/dev-java/commons-logging/commons-logging-1.0.2.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.2.ebuild,v 1.1 2002/11/06 05:24:12 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.2.ebuild,v 1.2 2002/11/08 01:16:16 blizzy Exp $ S="${WORKDIR}/${P}-src" DESCRIPTION="Jakarta component that abstract logging API" @@ -42,10 +42,3 @@ src_install () { dohtml PROPOSAL.html STATUS.html usersguide.html dohtml -r dist/docs/* } - -pkg_postinst() { - einfo "**************** Documentation can be found at ******************\n - WEB: ${HOMEPAGE}\n - LOCAL: /usr/share/doc/${PF}\n - *****************************************************************" -} |