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.4.0.ebuild ChangeLog
Date: Wed, 20 Nov 2013 03:48:01
Message-Id: 20131120034758.C20B620035@flycatcher.gentoo.org
1 patrick 13/11/20 03:47:58
2
3 Modified: ChangeLog
4 Added: libe-0.4.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.7 dev-libs/libe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 15 Apr 2013 06:22:04 -0000 1.6
24 +++ ChangeLog 20 Nov 2013 03:47:58 -0000 1.7
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.6 2013/04/15 06:22:04 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libe/ChangeLog,v 1.7 2013/11/20 03:47:58 patrick Exp $
30 +
31 +*libe-0.4.0 (20 Nov 2013)
32 +
33 + 20 Nov 2013; Patrick Lauer <patrick@g.o> +libe-0.4.0.ebuild:
34 + Bump
35
36 *libe-0.3.2 (15 Apr 2013)
37
38
39
40
41 1.1 dev-libs/libe/libe-0.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libe/libe-0.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libe-0.4.0.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.4.0.ebuild,v 1.1 2013/11/20 03:47:58 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-${PV}"
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig"
71
72 src_prepare() {
73 sed -i -e 's/_strtoui64/strtoul/' e/convert.h || die
74 }