diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:26:13 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:26:13 +0000 |
commit | f66c06e21191440e55f8880ad984a1585d37ef63 (patch) | |
tree | fe969fd0480482af9c8663fa4fb18c6ac359fc92 /dev-java/velocity/velocity-1.7.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-f66c06e21191440e55f8880ad984a1585d37ef63.tar.gz gentoo-2-f66c06e21191440e55f8880ad984a1585d37ef63.tar.bz2 gentoo-2-f66c06e21191440e55f8880ad984a1585d37ef63.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-java/velocity/velocity-1.7.ebuild')
-rw-r--r-- | dev-java/velocity/velocity-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/velocity/velocity-1.7.ebuild b/dev-java/velocity/velocity-1.7.ebuild index c269157ff581..7a54c72a64ac 100644 --- a/dev-java/velocity/velocity-1.7.ebuild +++ b/dev-java/velocity/velocity-1.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/velocity-1.7.ebuild,v 1.1 2014/02/07 00:09:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/velocity-1.7.ebuild,v 1.2 2014/08/10 20:26:13 slyfox Exp $ EAPI=5 JAVA_PKG_IUSE="examples doc source" inherit java-pkg-2 java-ant-2 eutils -DESCRIPTION="A Java-based template engine for easy creation/rendering of documents that format and present data." +DESCRIPTION="A Java-based template engine for easy creation/rendering of documents that format and present data" HOMEPAGE="http://velocity.apache.org" SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz" |