diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 20:28:19 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:02 +0200 |
commit | c6a20ac876c737734ba54d2c9d92f6d5e0254f6d (patch) | |
tree | e529dbe55457339d1a932f90b9b08a69cc73dfb1 /dev-java | |
parent | dev-java/commons-digester: fix toolong DESCRIPTION. (diff) | |
download | gentoo-c6a20ac876c737734ba54d2c9d92f6d5e0254f6d.tar.gz gentoo-c6a20ac876c737734ba54d2c9d92f6d5e0254f6d.tar.bz2 gentoo-c6a20ac876c737734ba54d2c9d92f6d5e0254f6d.zip |
dev-java/commons-fileupload: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-fileupload/commons-fileupload-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |