diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:14:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:14:56 +0000 |
commit | 6f3582258b72613f05da9cc645ac5e565db64eb2 (patch) | |
tree | 7ae8c47b7c1daf8f11e669e5b2708bf13e2d9c37 /dev-java/httpunit | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-6f3582258b72613f05da9cc645ac5e565db64eb2.tar.gz gentoo-2-6f3582258b72613f05da9cc645ac5e565db64eb2.tar.bz2 gentoo-2-6f3582258b72613f05da9cc645ac5e565db64eb2.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/httpunit')
-rw-r--r-- | dev-java/httpunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/httpunit/httpunit-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/httpunit/ChangeLog b/dev-java/httpunit/ChangeLog index b3e7450e8d49..e95ebcbce6ad 100644 --- a/dev-java/httpunit/ChangeLog +++ b/dev-java/httpunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/httpunit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.13 2014/01/14 23:00:40 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.14 2014/08/10 20:14:56 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> httpunit-1.7.ebuild: + QA: drop trailing '.' from DESCRIPTION 14 Jan 2014; Tom Wijsman <TomWij@gentoo.org> -httpunit-1.6.2-r3.ebuild: Removal of the older version which has QA issues, because the newer version diff --git a/dev-java/httpunit/httpunit-1.7.ebuild b/dev-java/httpunit/httpunit-1.7.ebuild index 10ed46d53118..b8d88475a239 100644 --- a/dev-java/httpunit/httpunit-1.7.ebuild +++ b/dev-java/httpunit/httpunit-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.5 2014/01/14 13:51:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.6 2014/08/10 20:14:56 slyfox Exp $ EAPI="5" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc" inherit java-pkg-2 java-ant-2 -DESCRIPTION="HttpUnit emulates the relevant portions of browser behavior." +DESCRIPTION="HttpUnit emulates the relevant portions of browser behavior" HOMEPAGE="http://httpunit.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" |