Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/nanomsg: nanomsg-0.3.ebuild ChangeLog
Date: Sun, 30 Mar 2014 20:13:33
Message-Id: 20140330201324.60D4F20057@flycatcher.gentoo.org
1 djc 14/03/30 20:13:24
2
3 Modified: ChangeLog
4 Added: nanomsg-0.3.ebuild
5 Log:
6 Version bump nanomsg to 0.3.
7
8 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 30380381)
9
10 Revision Changes Path
11 1.7 dev-libs/nanomsg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nanomsg/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nanomsg/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nanomsg/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 16 Jan 2014 11:54:36 -0000 1.6
24 +++ ChangeLog 30 Mar 2014 20:13:24 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/nanomsg
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v 1.6 2014/01/16 11:54:36 steev Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/ChangeLog,v 1.7 2014/03/30 20:13:24 djc Exp $
30 +
31 +*nanomsg-0.3 (30 Mar 2014)
32 +
33 + 30 Mar 2014; Dirkjan Ochtman <djc@g.o> +nanomsg-0.3.ebuild:
34 + Version bump nanomsg to 0.3.
35
36 16 Jan 2014; Steev Klimaszewski <steev@g.o> nanomsg-0.2.ebuild:
37 Add ~arm keyword to nanomsg 0.2. All tests pass.
38
39
40
41 1.1 dev-libs/nanomsg/nanomsg-0.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nanomsg/nanomsg-0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nanomsg/nanomsg-0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nanomsg-0.3.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/nanomsg/nanomsg-0.3.ebuild,v 1.1 2014/03/30 20:13:24 djc Exp $
51
52 EAPI=5
53
54 DESCRIPTION="High-performance messaging interface for distributed applications"
55 HOMEPAGE="http://nanomsg.org/"
56 SRC_URI="http://download.nanomsg.org/${P}-beta.tar.gz"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64 ~arm ~x86"
61 IUSE=""
62
63 DEPEND=""
64 RDEPEND=""
65
66 S="${WORKDIR}/${P}-beta"