diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:25:44 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:25:44 +0000 |
commit | 1865b98a3196e53218edfc9ebe0afdae8eece635 (patch) | |
tree | 64ba9a12d497344ce3bc995cfdb3d4762c7756b3 /dev-java/testng | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-1865b98a3196e53218edfc9ebe0afdae8eece635.tar.gz gentoo-2-1865b98a3196e53218edfc9ebe0afdae8eece635.tar.bz2 gentoo-2-1865b98a3196e53218edfc9ebe0afdae8eece635.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/testng')
-rw-r--r-- | dev-java/testng/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/testng/testng-6.8-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/testng/ChangeLog b/dev-java/testng/ChangeLog index fd0d889204c6..441b4868828c 100644 --- a/dev-java/testng/ChangeLog +++ b/dev-java/testng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/testng -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/ChangeLog,v 1.3 2013/11/25 19:08:15 ercpe Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/ChangeLog,v 1.4 2014/08/10 20:25:44 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> testng-6.8-r2.ebuild: + QA: drop trailing '.' from DESCRIPTION *testng-6.8-r2 (25 Nov 2013) diff --git a/dev-java/testng/testng-6.8-r2.ebuild b/dev-java/testng/testng-6.8-r2.ebuild index 3980bc7433dd..c54fe8d0bbe6 100644 --- a/dev-java/testng/testng-6.8-r2.ebuild +++ b/dev-java/testng/testng-6.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/testng-6.8-r2.ebuild,v 1.1 2013/11/25 19:08:15 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/testng-6.8-r2.ebuild,v 1.2 2014/08/10 20:25:44 slyfox Exp $ EAPI="5" @@ -9,7 +9,7 @@ WANT_ANT_TASKS="ant-junit" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Testing framework introducing some new functionalities that make it more powerful and easier to use." +DESCRIPTION="Testing framework introducing some new functionalities that make it more powerful and easier to use" HOMEPAGE="http://testng.org/" SRC_URI="http://${PN}.org/${P}.zip" |