diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-04 16:14:16 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:16 +0200 |
commit | 48acbbc61835424e143c7421fd251ca4c0ee9db0 (patch) | |
tree | 424579067ab8e25b824b5e832fd2af695d26eeee /dev-java/spring-core | |
parent | dev-java/spring-beans: fix toolong DESCRIPTION. (diff) | |
download | gentoo-48acbbc61835424e143c7421fd251ca4c0ee9db0.tar.gz gentoo-48acbbc61835424e143c7421fd251ca4c0ee9db0.tar.bz2 gentoo-48acbbc61835424e143c7421fd251ca4c0ee9db0.zip |
dev-java/spring-core: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java/spring-core')
-rw-r--r-- | dev-java/spring-core/spring-core-3.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/spring-core/spring-core-3.2.4.ebuild b/dev-java/spring-core/spring-core-3.2.4.ebuild index fdf900c684cf..6d952cd9bc70 100644 --- a/dev-java/spring-core/spring-core-3.2.4.ebuild +++ b/dev-java/spring-core/spring-core-3.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ WANT_ANT_TASKS="dev-java/jarjar:1 dev-java/ant-junit:0" inherit java-pkg-2 java-ant-2 -DESCRIPTION="A comprehensive programming and configuration model for modern 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" |