Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libuv: libuv-0.11.21.ebuild ChangeLog
Date: Thu, 27 Feb 2014 14:21:02
Message-Id: 20140227142055.DD3B32004C@flycatcher.gentoo.org
1 hasufell 14/02/27 14:20:55
2
3 Modified: ChangeLog
4 Added: libuv-0.11.21.ebuild
5 Log:
6 version bump wrt #502964
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.12 dev-libs/libuv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libuv/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libuv/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libuv/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 16 Feb 2014 21:17:10 -0000 1.11
24 +++ ChangeLog 27 Feb 2014 14:20:55 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libuv
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.11 2014/02/16 21:17:10 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/ChangeLog,v 1.12 2014/02/27 14:20:55 hasufell Exp $
30 +
31 +*libuv-0.11.21 (27 Feb 2014)
32 +
33 + 27 Feb 2014; Julian Ospald <hasufell@g.o> +libuv-0.11.21.ebuild:
34 + version bump wrt #502964
35
36 16 Feb 2014; Markus Meier <maekke@g.o> libuv-0.11.18.ebuild:
37 add ~arm, bug #499146
38
39
40
41 1.1 dev-libs/libuv/libuv-0.11.21.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libuv/libuv-0.11.21.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libuv/libuv-0.11.21.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libuv-0.11.21.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/libuv/libuv-0.11.21.ebuild,v 1.1 2014/02/27 14:20:55 hasufell Exp $
51
52 EAPI=5
53
54 inherit eutils autotools
55
56 DESCRIPTION="A new platform layer for Node"
57 HOMEPAGE="https://github.com/joyent/libuv"
58 SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59
60 LICENSE="BSD BSD-2 ISC MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="static-libs"
64
65 DEPEND="virtual/pkgconfig"
66
67 src_prepare() {
68 echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
69 > m4/libuv-extra-automake-flags.m4 || die
70
71 eautoreconf
72 }
73
74 src_configure() {
75 econf \
76 $(use_enable static-libs static)
77 }
78
79 src_install() {
80 default
81 prune_libtool_files
82 }