Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/spring-aop/
Date: Sat, 08 Apr 2017 21:58:19
Message-Id: 1491688335.12b7e687d49366c7134504abe76c940524c78424.monsieurp@gentoo
1 commit: 12b7e687d49366c7134504abe76c940524c78424
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 4 13:12:02 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 21:52:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b7e687
7
8 dev-java/spring-aop: fix toolong DESCRIPTION.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-java/spring-aop/spring-aop-3.2.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/spring-aop/spring-aop-3.2.4.ebuild b/dev-java/spring-aop/spring-aop-3.2.4.ebuild
16 index f4a57be18c2..66f482a9c87 100644
17 --- a/dev-java/spring-aop/spring-aop-3.2.4.ebuild
18 +++ b/dev-java/spring-aop/spring-aop-3.2.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source test"
26
27 inherit java-pkg-2 java-ant-2
28
29 -DESCRIPTION="A comprehensive programming and configuration model for modern Java-based enterprise applications"
30 +DESCRIPTION="A comprehensive programming and configuration model for enterprise applications"
31 HOMEPAGE="http://www.springsource.org/spring-framework"
32 SRC_URI="https://github.com/SpringSource/spring-framework/archive/v${PV}.RELEASE.tar.gz -> spring-framework-${PV}.tar.gz
33 https://dev.gentoo.org/~ercpe/distfiles/dev-java/spring-framework/spring-framework-${PV}-buildscripts.tar.bz2"