commit: 9831e02f3b0ff3195680f37843bb6b0fafd16e2a Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Tue Apr 4 13:16:49 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 21:52:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9831e02f
dev-java/spring-instrument: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-java/spring-instrument/spring-instrument-3.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/spring-instrument/spring-instrument-3.2.4.ebuild b/dev-java/spring-instrument/spring-instrument-3.2.4.ebuild index f72e963f9e7..5e393cf162e 100644 --- a/dev-java/spring-instrument/spring-instrument-3.2.4.ebuild +++ b/dev-java/spring-instrument/spring-instrument-3.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 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 java-pkg-2 java-ant-2 -DESCRIPTION="A comprehensive programming and configuration model for modern Java-based enterprise applications" +DESCRIPTION="A comprehensive programming and configuration model for enterprise applications" HOMEPAGE="http://www.springsource.org/spring-framework" SRC_URI="https://github.com/SpringSource/spring-framework/archive/v${PV}.RELEASE.tar.gz -> spring-framework-${PV}.tar.gz https://dev.gentoo.org/~ercpe/distfiles/dev-java/spring-framework/spring-framework-${PV}-buildscripts.tar.bz2"
