From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/
Date: Wed, 21 Oct 2015 10:05:39 +0000 (UTC) [thread overview]
Message-ID: <1445421929.461fef7f522798dd8fd3689c9e79e4d7e909fe6a.polynomial-c@gentoo> (raw)
commit: 461fef7f522798dd8fd3689c9e79e4d7e909fe6a
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 09:39:38 2015 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 10:05:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461fef7f
dev-libs/pugixml: Bump to version 1.7
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/pugixml/Manifest | 1 +
dev-libs/pugixml/pugixml-1.7.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-libs/pugixml/Manifest b/dev-libs/pugixml/Manifest
index 3e0bb49..4f476e0 100644
--- a/dev-libs/pugixml/Manifest
+++ b/dev-libs/pugixml/Manifest
@@ -1,2 +1,3 @@
DIST pugixml-1.5.tar.gz 374783 SHA256 d70b98002968d9431e4166e6a76486a6d346eb9a76d1a0e7be58e786d3dee670 SHA512 9d9098fa7a28d64d970f9afaffa088b94dbd9845a985fe78bc537870b7bdc170980b429b34d3044779d0674972dbe1ef54d26d17e6294f985a72889409359f54 WHIRLPOOL 0ba3a11a246d8dca60366874a68078691a4840ae37a1a0432ba8f8a95e77e4a65e1da42b48e8a44781a15ffb855f78bfafe91167886b3ebea202b028b4ce720f
DIST pugixml-1.6.tar.gz 346616 SHA256 473705c496d45ee6a74f73622b175dfb5dde0de372c4dc61a5acb964516cd9de SHA512 9f5be170902af9a9ba4911d34e584ee83ccdea1c9ce6092e67c9180ce42ae313739aa091bb0e370f813753aafad653264ea0b3d8623d207429fa779f5576c70f WHIRLPOOL 0b3196320739f939de538bc0f13dfc7ddae7aff502c55b3933c74e35fb4c7c18a63ca99441a77c0c676bead2885cdf04f373b9fe04f5281e1769c89a764206f5
+DIST pugixml-1.7.tar.gz 354472 SHA256 fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca SHA512 708d34ba2a210df7e75faaaa8a5f170a1d43b9541b2ffe9ab4bde0101f698810617b8d61d4db2131406d22e33aa90111a0b53e7302a60126cc1ed2141deec360 WHIRLPOOL 819acd7bd82bb9e4765bb9dd7bd1251e6dcbbef2086f8a97f08adde60601dd0fb3544a81b94155dbfb1f7e4c56f1350b25d746da357ede2b4885c6a5ed20fe33
diff --git a/dev-libs/pugixml/pugixml-1.7.ebuild b/dev-libs/pugixml/pugixml-1.7.ebuild
new file mode 100644
index 0000000..2b07f83
--- /dev/null
+++ b/dev-libs/pugixml/pugixml-1.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support"
+HOMEPAGE="http://pugixml.org/ https://github.com/zeux/pugixml/"
+SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+
+S=${WORKDIR}/${P}/scripts
+
+src_configure() {
+ local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
+ cmake-utils_src_configure
+}
next reply other threads:[~2015-10-21 10:05 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 10:05 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-26 17:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/ Markus Meier
2016-11-26 21:02 Lars Wendler
2016-11-26 21:02 Lars Wendler
2017-01-07 19:32 Tim Harder
2017-01-10 3:46 Aaron Bauman
2017-01-10 15:23 Agostino Sarubbo
2017-04-12 10:43 Tim Harder
2017-07-02 14:49 Sergei Trofimovich
2017-08-23 12:49 Tim Harder
2018-04-09 15:01 Lars Wendler
2018-09-09 15:45 Mikle Kolyada
2018-09-11 20:40 Matt Turner
2018-09-11 20:40 Matt Turner
2018-09-15 12:10 Sergei Trofimovich
2018-09-17 20:18 Sergei Trofimovich
2018-10-23 20:36 Sergei Trofimovich
2018-10-23 20:36 Sergei Trofimovich
2018-12-29 19:14 Tim Harder
2019-01-09 0:17 Craig Andrews
2019-02-08 19:53 Sergei Trofimovich
2019-02-08 20:35 Sergei Trofimovich
2019-02-09 18:36 Thomas Deutschmann
2019-02-10 7:41 Mikle Kolyada
2019-02-12 21:03 Sergei Trofimovich
2020-01-16 15:45 Tim Harder
2020-10-07 6:42 Agostino Sarubbo
2020-10-07 6:50 Agostino Sarubbo
2020-10-07 6:53 Agostino Sarubbo
2020-10-07 6:54 Agostino Sarubbo
2020-10-07 7:09 Agostino Sarubbo
2020-11-26 18:34 Sam James
2020-11-26 18:34 Sam James
2020-12-05 16:26 Sam James
2020-12-15 7:00 Sam James
2020-12-19 20:16 Sam James
2020-12-22 19:21 Sam James
2021-01-19 2:20 Sam James
2021-01-19 2:45 Sam James
2021-01-20 0:04 Sam James
2021-01-21 21:09 Sam James
2021-01-22 1:49 Sam James
2021-02-15 6:05 Sam James
2021-04-19 20:54 Sam James
2022-02-09 7:04 Sam James
2022-02-28 7:06 Yixun Lan
2022-09-03 5:27 Sam James
2022-09-05 3:56 Sam James
2022-09-10 11:33 Sam James
2022-09-10 11:33 Sam James
2022-11-03 6:15 Sam James
2022-11-12 16:06 Arthur Zamarin
2022-11-12 16:06 Arthur Zamarin
2022-11-12 16:09 Arthur Zamarin
2022-12-18 12:13 Sam James
2023-10-03 23:38 Sam James
2023-11-04 12:25 Sam James
2023-11-04 12:25 Sam James
2023-11-04 13:35 Sam James
2023-11-04 13:35 Sam James
2023-11-04 13:35 Sam James
2023-11-04 16:13 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445421929.461fef7f522798dd8fd3689c9e79e4d7e909fe6a.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox