From 064a45e426e92ade151c2a2c4883b0ff604bc039 Mon Sep 17 00:00:00 2001 From: Maik Schreiber Date: Mon, 18 Nov 2002 06:49:54 +0000 Subject: (multiple) removed quite some crap: - "boxes" done with "*****", "#####", "=====" or "-----" - checking for user accounts with weird awk stuff instead of using id - empty lines at beginning or end of functions - whole "novels" of instructions in pkg_postinst() --- dev-java/dom4j/dom4j-1.3.ebuild | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'dev-java/dom4j') diff --git a/dev-java/dom4j/dom4j-1.3.ebuild b/dev-java/dom4j/dom4j-1.3.ebuild index fcc9e876865d..dbcec0668a8a 100644 --- a/dev-java/dom4j/dom4j-1.3.ebuild +++ b/dev-java/dom4j/dom4j-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.3.ebuild,v 1.2 2002/11/05 04:24:05 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.3.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/dom4j-${PV} DESCRIPTION="dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP." @@ -26,25 +26,3 @@ src_install () { dojar build/dom4j-${PV}.jar dohtml -r build/doc/* } - -pkg_postinst() { - einfo "dom4j creates 3 jar files:" - einfo "------------------------------------------------------------------" - einfo "dom4j-full.jar: this contains all the dom4j code, the XPath engine - and the interfaces for SAX and DOM. If in doubt get this JAR." - - einfo "dom4j.jar this contains all the dom4j code and the XPath engine but - without the SAX or DOM interfaces. Usually the SAX and DOM - interfaces come bundled with a JAXP parser so if you are using - JAXP and crimson.jar or xerces.jar then dom4j.jar is the - recommended JAR to use." - - einfo "dom4j-core.jar this contains all the dom4j code without the XPath - engine and the SAX and DOM interfaces. This JAR is intended - for developers who wish to keep the dom4j.jar and the jaxen.jar - JARs seperate." - einfo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" - einfo "We are actually copying dom4j.jar. If you need another jar please - feel free to modify the ebuild to fit your needs" - einfo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" -} -- cgit v1.2.3-65-gdbad