diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:28:30 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:28:30 +0000 |
commit | e2afb463591b4078e79d1963e43df881517c9634 (patch) | |
tree | aa47dad7e9cfc696014b85bc638206dae8abf30f /dev-java/hamcrest-core/hamcrest-core-1.2.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | historical-e2afb463591b4078e79d1963e43df881517c9634.tar.gz historical-e2afb463591b4078e79d1963e43df881517c9634.tar.bz2 historical-e2afb463591b4078e79d1963e43df881517c9634.zip |
QA: drop trailing '.' from DESCRIPTION
Package-Manager: portage-2.2.11_p9/cvs/Linux x86_64
Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-java/hamcrest-core/hamcrest-core-1.2.ebuild')
-rw-r--r-- | dev-java/hamcrest-core/hamcrest-core-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/hamcrest-core/hamcrest-core-1.2.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.2.ebuild index f9fcf60cb41f..e03d517b3104 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.2.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.2.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/hamcrest-core/hamcrest-core-1.2.ebuild,v 1.2 2013/06/27 22:06:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/hamcrest-core/hamcrest-core-1.2.ebuild,v 1.3 2014/08/10 20:14:08 slyfox Exp $ EAPI="5" @@ -12,7 +12,7 @@ MY_PN="hamcrest" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" -DESCRIPTION="Core library of matchers for building test expressions." +DESCRIPTION="Core library of matchers for building test expressions" HOMEPAGE="http://code.google.com/p/${MY_PN}/" SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz" |