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.8.0.ebuild ChangeLog
Date: Tue, 29 Jul 2014 06:29:58
Message-Id: 20140729062953.6CBB22004E@flycatcher.gentoo.org
1 patrick 14/07/29 06:29:53
2
3 Modified: ChangeLog
4 Added: libe-0.8.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.13 dev-libs/libe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 22 May 2014 08:11:47 -0000 1.12
24 +++ ChangeLog 29 Jul 2014 06:29:53 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libe
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.12 2014/05/22 08:11:47 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.13 2014/07/29 06:29:53 patrick Exp $
30 +
31 +*libe-0.8.0 (29 Jul 2014)
32 +
33 + 29 Jul 2014; Patrick Lauer <patrick@g.o> +libe-0.8.0.ebuild:
34 + Bump
35
36 *libe-0.7.0 (22 May 2014)
37
38
39
40
41 1.1 dev-libs/libe/libe-0.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libe-0.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.8.0.ebuild,v 1.1 2014/07/29 06:29:53 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-0.5.0"
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig"
71
72 src_prepare() {
73 sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die
74 }