Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/pugixml: ChangeLog pugixml-1.4.ebuild
Date: Sat, 01 Mar 2014 07:09:24
Message-Id: 20140301070919.1219D2004C@flycatcher.gentoo.org
1 radhermit 14/03/01 07:09:18
2
3 Modified: ChangeLog
4 Added: pugixml-1.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.11 dev-libs/pugixml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 21 Nov 2012 11:18:11 -0000 1.10
24 +++ ChangeLog 1 Mar 2014 07:09:18 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/pugixml
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.10 2012/11/21 11:18:11 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.11 2014/03/01 07:09:18 radhermit Exp $
31 +
32 +*pugixml-1.4 (01 Mar 2014)
33 +
34 + 01 Mar 2014; Tim Harder <radhermit@g.o> +pugixml-1.4.ebuild:
35 + Version bump.
36
37 21 Nov 2012; Agostino Sarubbo <ago@g.o> pugixml-1.2.ebuild:
38 Stable for x86, wrt bug #436690
39
40
41
42 1.1 dev-libs/pugixml/pugixml-1.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/pugixml-1.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pugixml/pugixml-1.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pugixml-1.4.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.4.ebuild,v 1.1 2014/03/01 07:09:18 radhermit Exp $
52
53 EAPI=5
54
55 inherit cmake-utils
56
57 DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support"
58 HOMEPAGE="http://pugixml.org/ https://github.com/zeux/pugixml/"
59 SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
64
65 S=${WORKDIR}/${P}/scripts
66
67 src_configure() {
68 local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
69 cmake-utils_src_configure
70 }