Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/hashit: ChangeLog hashit-0.9.6.ebuild
Date: Fri, 24 Apr 2009 09:51:53
Message-Id: E1LxI4U-0004nb-7M@stork.gentoo.org
1 patrick 09/04/24 09:51:50
2
3 Modified: ChangeLog
4 Added: hashit-0.9.6.ebuild
5 Log:
6 Bump to 0.9.6, now using cmake. Thanks to Chris Salch for the new ebuild, fixes #265787
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-libs/hashit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/hashit/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/hashit/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/hashit/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 25 Dec 2007 14:35:50 -0000 1.10
23 +++ ChangeLog 24 Apr 2009 09:51:50 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/hashit
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.10 2007/12/25 14:35:50 phreak Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.11 2009/04/24 09:51:50 patrick Exp $
30 +
31 +*hashit-0.9.6 (24 Apr 2009)
32 +
33 + 24 Apr 2009; Patrick Lauer <patrick@g.o> +hashit-0.9.6.ebuild:
34 + Bump to 0.9.6, now using cmake. Thanks to Chris Salch for the new ebuild,
35 + fixes #265787
36
37 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing pyrania from metadata.xml as per #26352. Assigning to
39
40
41
42 1.1 dev-libs/hashit/hashit-0.9.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/hashit/hashit-0.9.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/hashit/hashit-0.9.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hashit-0.9.6.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.6.ebuild,v 1.1 2009/04/24 09:51:50 patrick Exp $
52
53 inherit cmake-utils
54
55 DESCRIPTION="Hashit is a library of generic hash tables that supports different collision handling methods with one common interface. Both data and keys can be of any type. It is small and easy to use."
56 HOMEPAGE="http://www.pleyades.net/david/projects/"
57 SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~x86 ~ppc ~amd64"
61 IUSE="debug"
62 DEPEND=""