summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:33:52 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:33:52 +0000
commit6638c74d1270b5f55cbb525f87f74423f03940dd (patch)
treec3b060a186802e0d8d5d2aff29d08c18bb999abc /dev-libs/hashit
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-6638c74d1270b5f55cbb525f87f74423f03940dd.tar.gz
gentoo-2-6638c74d1270b5f55cbb525f87f74423f03940dd.tar.bz2
gentoo-2-6638c74d1270b5f55cbb525f87f74423f03940dd.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-libs/hashit')
-rw-r--r--dev-libs/hashit/ChangeLog8
-rw-r--r--dev-libs/hashit/hashit-0.9.7.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/hashit/ChangeLog b/dev-libs/hashit/ChangeLog
index 1ab855d10603..9b189a672737 100644
--- a/dev-libs/hashit/ChangeLog
+++ b/dev-libs/hashit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/hashit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.16 2012/05/10 15:50:58 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.17 2014/08/10 20:33:52 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> hashit-0.9.7.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
10 May 2012; Agostino Sarubbo <ago@gentoo.org> -hashit-0.9.3.ebuild,
-hashit-0.9.4.ebuild, -hashit-0.9.6.ebuild:
@@ -66,4 +69,3 @@
03 Jul 2004; <pyrania@gentoo.org> +hashit-0.9.1.ebuild:
Initial import. Closing bug #54087.
-
diff --git a/dev-libs/hashit/hashit-0.9.7.ebuild b/dev-libs/hashit/hashit-0.9.7.ebuild
index 10c4a3b17950..53f5e0330429 100644
--- a/dev-libs/hashit/hashit-0.9.7.ebuild
+++ b/dev-libs/hashit/hashit-0.9.7.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.7.ebuild,v 1.3 2011/12/18 19:55:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.7.ebuild,v 1.4 2014/08/10 20:33:52 slyfox Exp $
EAPI=3
inherit cmake-utils eutils
-DESCRIPTION="Generic hash library implemented in C which supports multiple collision handling methods."
+DESCRIPTION="Generic hash library implemented in C which supports multiple collision handling methods"
HOMEPAGE="http://www.pleyades.net/david/hashit.php"
SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2"