diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-05-15 14:26:50 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-05-15 14:26:50 +0000 |
commit | 1f60e7b8e3482be0a5bbe9919f88e102c3380dd0 (patch) | |
tree | 26464c2e342892e5b2b9505b3c970f935b025509 /dev-java/commons-fileupload | |
parent | add herd:no-herd (diff) | |
download | gentoo-2-1f60e7b8e3482be0a5bbe9919f88e102c3380dd0.tar.gz gentoo-2-1f60e7b8e3482be0a5bbe9919f88e102c3380dd0.tar.bz2 gentoo-2-1f60e7b8e3482be0a5bbe9919f88e102c3380dd0.zip |
Move the overly long DESCRIPTION to metadata.xml os longdescription.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-java/commons-fileupload')
4 files changed, 21 insertions, 9 deletions
diff --git a/dev-java/commons-fileupload/ChangeLog b/dev-java/commons-fileupload/ChangeLog index 1e9fcf4fdc38..6ab9aa665070 100644 --- a/dev-java/commons-fileupload/ChangeLog +++ b/dev-java/commons-fileupload/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-fileupload # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.35 2007/05/07 15:20:16 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.36 2007/05/15 14:26:50 betelgeuse Exp $ + + 15 May 2007; Petteri Räty <betelgeuse@gentoo.org> metadata.xml, + commons-fileupload-1.1.1.ebuild, commons-fileupload-1.2.ebuild: + Move the overly long DESCRIPTION to metadata.xml os longdescription. 07 May 2007; Vlastimil Babka <caster@gentoo.org> commons-fileupload-1.2.ebuild: diff --git a/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild index 05d2bb202f85..15ad626a7582 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild,v 1.8 2007/01/21 02:12:50 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.1.1.ebuild,v 1.9 2007/05/15 14:26:50 betelgeuse Exp $ inherit eutils java-pkg-2 java-ant-2 -DESCRIPTION="The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications." +DESCRIPTION="A Java library for adding robust, high-performance, file upload capability to your servlets and web applications." HOMEPAGE="http://jakarta.apache.org/commons/fileupload/" SRC_URI="mirror://apache/jakarta/commons/fileupload/source/${P}-src.tar.gz" DEPEND=">=virtual/jdk-1.3 diff --git a/dev-java/commons-fileupload/commons-fileupload-1.2.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.2.ebuild index e145d39ba399..69c020f191a8 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.2.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.2.ebuild,v 1.4 2007/05/07 15:20:16 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.2.ebuild,v 1.5 2007/05/15 14:26:50 betelgeuse Exp $ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 -DESCRIPTION="The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications." +DESCRIPTION="A Java library for adding robust, high-performance, file upload capability to your servlets and web applications." HOMEPAGE="http://jakarta.apache.org/commons/fileupload/" SRC_URI="mirror://apache/jakarta/commons/fileupload/source/${P}-src.tar.gz" COMMON_DEPEND=">=dev-java/commons-io-1.1 @@ -36,9 +36,6 @@ src_unpack() { java-pkg_jar-from --into ${libdir}/javax.portlet/jars portletapi-1 portletapi.jar portlet-api-1.0.jar } -EANT_BUILD_TARGET="jar" -EANT_DOC_TARGET="javadoc" - src_test() { mkdir -p target/lib/junit/jars java-pkg_jar-from --into "${S}"/target/lib/junit/jars junit junit.jar junit-3.8.1.jar diff --git a/dev-java/commons-fileupload/metadata.xml b/dev-java/commons-fileupload/metadata.xml index 838c00a4a448..43fc180bed4c 100644 --- a/dev-java/commons-fileupload/metadata.xml +++ b/dev-java/commons-fileupload/metadata.xml @@ -1,5 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>java</herd> + <herd>java</herd> + <longdescription> + The Commons FileUpload package makes it easy to add robust, + high-performance, file upload capability to your servlets and web + applications. + + FileUpload parses HTTP requests which conform to RFC 1867, "Form-based + File Upload in HTML". That is, if an HTTP request is submitted using the + POST method, and with a content type of "multipart/form-data", then + FileUpload can parse that request, and make the results available in a + manner easily used by the caller. + </longdescription> </pkgmetadata> |