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/libe: libe-0.3.1.ebuild ChangeLog
Date: Mon, 25 Feb 2013 05:40:53
Message-Id: 20130225054049.3EF482171D@flycatcher.gentoo.org
1 patrick 13/02/25 05:40:49
2
3 Modified: ChangeLog
4 Added: libe-0.3.1.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.5 dev-libs/libe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 24 Jan 2013 05:46:14 -0000 1.4
24 +++ ChangeLog 25 Feb 2013 05:40:49 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libe
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.4 2013/01/24 05:46:14 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.5 2013/02/25 05:40:49 patrick Exp $
30 +
31 +*libe-0.3.1 (25 Feb 2013)
32 +
33 + 25 Feb 2013; Patrick Lauer <patrick@g.o> +libe-0.3.1.ebuild:
34 + Bump
35
36 *libe-0.3.0 (24 Jan 2013)
37
38
39
40
41 1.1 dev-libs/libe/libe-0.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libe-0.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/libe-0.3.1.ebuild,v 1.1 2013/02/25 05:40:49 patrick Exp $
51 EAPI=4
52
53 inherit eutils
54
55 # bit messy at the moment, next release should fix it I hope
56 RESTRICT="test"
57
58 DESCRIPTION="Hyperdex libe support library"
59
60 HOMEPAGE="http://hyperdex.org"
61 SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
62 LICENSE="BSD"
63 SLOT="0"
64 KEYWORDS="~amd64"
65
66 IUSE=""
67
68 RDEPEND="dev-libs/libpo6"
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig"
71
72 src_prepare() {
73 sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die
74 sed -i -e 's/timer.h/time.h/' e/profiler.h || die
75 }