Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hashit/
Date: Sun, 08 Jul 2018 21:13:16
Message-Id: 1531084386.c5e12c1664fec8e179692ecfc3dc5ceda7e8305a.monsieurp@gentoo
1 commit: c5e12c1664fec8e179692ecfc3dc5ceda7e8305a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 8 21:12:27 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 8 21:13:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e12c16
7
8 dev-libs/hashit: version bump.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/hashit/Manifest | 1 +
13 dev-libs/hashit/hashit-0.9.8.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/dev-libs/hashit/Manifest b/dev-libs/hashit/Manifest
17 index 0c15f1edabb..362dc8de4ec 100644
18 --- a/dev-libs/hashit/Manifest
19 +++ b/dev-libs/hashit/Manifest
20 @@ -1 +1,2 @@
21 DIST hashit-0.9.7.tar.bz2 16368 BLAKE2B 99db8e0c83c63835d5265ef0d4bf39223214210a1762a869f1bccf08ce345a42f5bd0d4ec2dec7824e05c081e18f0b24c84254f4d3527fb67926ddbd8c1dbe21 SHA512 ce692cc1dfec12f2173f39c32f24ab96223feae6fca5c5ea1bc9dc815be4113936741c620e08cba35feeea26288503d1a42e6a4fe14cf2f854915e5bebcf4eff
22 +DIST hashit-0.9.8.tar.bz2 18127 BLAKE2B 63a36e644dced8dfbf0bb049adc811ac526c519c4fe85f47ae631eba8d989b06325199fafa43abd0e98d014c7adc90c97bde75fbaacd5a215384a9e6e2f6b505 SHA512 b6a85cb8a7c97d2214fe91409006973de1b452dc7f5b412ad870a5a8d2b937957947ca47c314fd4d05b2683b20a9b8eb4241e0cbbc57e3b68b5cdfa024b80dce
23
24 diff --git a/dev-libs/hashit/hashit-0.9.8.ebuild b/dev-libs/hashit/hashit-0.9.8.ebuild
25 new file mode 100644
26 index 00000000000..134d03741b6
27 --- /dev/null
28 +++ b/dev-libs/hashit/hashit-0.9.8.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit cmake-utils
36 +
37 +DESCRIPTION="Generic C hash library which supports multiple collision handling methods"
38 +HOMEPAGE="http://www.pleyades.net/david/projects/hashit"
39 +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~x86"
44 +IUSE="debug"