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/handystats: handystats-1.11.3.ebuild ChangeLog
Date: Thu, 02 Jul 2015 04:31:42
Message-Id: 20150702043133.DD27174D@oystercatcher.gentoo.org
1 patrick 15/07/02 04:31:33
2
3 Modified: ChangeLog
4 Added: handystats-1.11.3.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 dev-libs/handystats/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 30 Jun 2015 05:45:32 -0000 1.3
24 +++ ChangeLog 2 Jul 2015 04:31:33 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/handystats
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v 1.3 2015/06/30 05:45:32 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v 1.4 2015/07/02 04:31:33 patrick Exp $
30 +
31 +*handystats-1.11.3 (02 Jul 2015)
32 +
33 + 02 Jul 2015; Patrick Lauer <patrick@g.o> +handystats-1.11.3.ebuild:
34 + Bump
35
36 *handystats-1.11.1 (30 Jun 2015)
37
38
39
40
41 1.1 dev-libs/handystats/handystats-1.11.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/handystats-1.11.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/handystats-1.11.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: handystats-1.11.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/handystats-1.11.3.ebuild,v 1.1 2015/07/02 04:31:33 patrick Exp $
51
52 EAPI=5
53
54 RESTRICT="test"
55 inherit cmake-utils
56
57 DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead."
58 HOMEPAGE="https://github.com/shindo/handystats"
59 SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=""
67 DEPEND="${DEPEND}
68 dev-cpp/gtest
69 dev-libs/boost"