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-cpp/sparsehash: sparsehash-1.5.2.ebuild ChangeLog
Date: Tue, 01 Sep 2009 03:17:55
Message-Id: E1MiOhO-0000L3-Qy@stork.gentoo.org
1 patrick 09/09/01 08:26:42
2
3 Modified: ChangeLog
4 Added: sparsehash-1.5.2.ebuild
5 Log:
6 Bump to 1.5.2, fixes #281020
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-cpp/sparsehash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sparsehash/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sparsehash/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sparsehash/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 7 Mar 2008 19:02:16 -0000 1.2
23 +++ ChangeLog 1 Sep 2009 08:26:42 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-cpp/sparsehash
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.2 2008/03/07 19:02:16 dev-zero Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.3 2009/09/01 08:26:42 patrick Exp $
30 +
31 +*sparsehash-1.5.2 (01 Sep 2009)
32 +
33 + 01 Sep 2009; Patrick Lauer <patrick@g.o> +sparsehash-1.5.2.ebuild:
34 + Bump to 1.5.2, fixes #281020
35
36 *sparsehash-1.1 (07 Mar 2008)
37
38
39
40
41 1.1 dev-cpp/sparsehash/sparsehash-1.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sparsehash-1.5.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.1 2009/09/01 08:26:42 patrick Exp $
51
52 DESCRIPTION="An extremely memory-efficient hash_map implementation."
53 HOMEPAGE="http://code.google.com/p/google-sparsehash/"
54 SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz"
55 LICENSE="BSD"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 DEPEND=""
61 RDEPEND=""
62
63 src_install() {
64 emake DESTDIR="${D}" install || die "emake install failed"
65
66 # Installs just every piece
67 rm -rf "${D}/usr/share/doc"
68
69 dodoc AUTHORS ChangeLog NEWS README TODO
70 dohtml doc/*
71 }