From c6a20ac876c737734ba54d2c9d92f6d5e0254f6d Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Sat, 1 Apr 2017 20:28:19 +0300 Subject: dev-java/commons-fileupload: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-java/commons-fileupload/commons-fileupload-1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java') diff --git a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild index 039cb8b41afa..ee615f821310 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source test" inherit eutils java-pkg-2 java-ant-2 -DESCRIPTION="Add robust, high-performance, file upload capability to your servlets and web applications" +DESCRIPTION="High-performance file upload capability to your servlets and web applications" HOMEPAGE="http://commons.apache.org/fileupload/" SRC_URI="mirror://apache/commons/fileupload/source/${P}-src.tar.gz" -- cgit v1.2.3-65-gdbad