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.6.0.ebuild ChangeLog
Date: Wed, 30 Apr 2014 09:12:19
Message-Id: 20140430091216.671342004B@flycatcher.gentoo.org
1 patrick 14/04/30 09:12:16
2
3 Modified: ChangeLog
4 Added: libe-0.6.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.11 dev-libs/libe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 21 Feb 2014 02:34:34 -0000 1.10
24 +++ ChangeLog 30 Apr 2014 09:12:16 -0000 1.11
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.10 2014/02/21 02:34:34 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.11 2014/04/30 09:12:16 patrick Exp $
30 +
31 +*libe-0.6.0 (30 Apr 2014)
32 +
33 + 30 Apr 2014; Patrick Lauer <patrick@g.o> +libe-0.6.0.ebuild:
34 + Bump
35
36 *libe-0.5.0 (21 Feb 2014)
37
38
39
40
41 1.1 dev-libs/libe/libe-0.6.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libe-0.6.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.6.0.ebuild,v 1.1 2014/04/30 09:12:16 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 }