diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 19:59:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 19:59:28 +0000 |
commit | 96558b410da6360d390248427020cc3e53fe34a5 (patch) | |
tree | 2e8c879279b2d6b4e1d99ffa1b56d03e9a31feab /dev-db | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-96558b410da6360d390248427020cc3e53fe34a5.tar.gz gentoo-2-96558b410da6360d390248427020cc3e53fe34a5.tar.bz2 gentoo-2-96558b410da6360d390248427020cc3e53fe34a5.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-db')
-rw-r--r-- | dev-db/henplus/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/henplus/henplus-0.9.8.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-db/henplus/ChangeLog b/dev-db/henplus/ChangeLog index cfa851c9216d..ebee6e38aedb 100644 --- a/dev-db/henplus/ChangeLog +++ b/dev-db/henplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/henplus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.25 2014/08/03 07:54:23 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.26 2014/08/10 19:59:28 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> henplus-0.9.8.ebuild: + QA: drop trailing '.' from DESCRIPTION 03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -henplus-0.9.7-r1.ebuild: Remove old @@ -92,4 +95,3 @@ 16 Feb 2004; Chris Aniszczyk <zx@gentoo.org> : Initial Import. Thanks to Marco Hennings <m.hennings@gmx.de> for the initial ebuild. Bug #40197 - diff --git a/dev-db/henplus/henplus-0.9.8.ebuild b/dev-db/henplus/henplus-0.9.8.ebuild index a5109bcbc0e9..0f563043c9e8 100644 --- a/dev-db/henplus/henplus-0.9.8.ebuild +++ b/dev-db/henplus/henplus-0.9.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v 1.3 2010/01/07 21:33:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v 1.4 2014/08/10 19:59:28 slyfox Exp $ EAPI="2" JAVA_PKG_IUSE="doc source" inherit java-pkg-2 eutils java-ant-2 -DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support." +DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support" HOMEPAGE="http://henplus.sf.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |