diff options
Diffstat (limited to 'dev-java/struts-core')
-rw-r--r-- | dev-java/struts-core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/struts-core/struts-core-2.3.15.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/struts-core/ChangeLog b/dev-java/struts-core/ChangeLog index 573955e0932b..6c7f17ce2f26 100644 --- a/dev-java/struts-core/ChangeLog +++ b/dev-java/struts-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/struts-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-core/ChangeLog,v 1.1 2013/10/02 22:43:39 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-core/ChangeLog,v 1.2 2013/10/04 09:13:23 tomwij Exp $ + + 04 Oct 2013; Tom Wijsman <TomWij@gentoo.org> struts-core-2.3.15.2.ebuild: + Updated DESCRIPTION. *struts-core-2.3.15.2 (02 Oct 2013) diff --git a/dev-java/struts-core/struts-core-2.3.15.2.ebuild b/dev-java/struts-core/struts-core-2.3.15.2.ebuild index 15410ab7de76..91fcb1a4719d 100644 --- a/dev-java/struts-core/struts-core-2.3.15.2.ebuild +++ b/dev-java/struts-core/struts-core-2.3.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-core/struts-core-2.3.15.2.ebuild,v 1.1 2013/10/02 22:43:39 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-core/struts-core-2.3.15.2.ebuild,v 1.2 2013/10/04 09:13:23 tomwij Exp $ EAPI="5" @@ -11,7 +11,7 @@ inherit java-pkg-2 java-ant-2 MY_PN="struts" MY_P="${MY_PN}-${PV}-src" -DESCRIPTION="A powerful Model View Controller Framework for JSP/Servlets" +DESCRIPTION="A powerful Model View Controller Framework for JSP/Servlets: Core" SRC_URI="mirror://apache/struts/source/${MY_P}.zip http://dev.gentoo.org/~tomwij/files/dist/${MY_PN}-build.xml-${PV}.tar.xz" HOMEPAGE="http://struts.apache.org/index.html" |