public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 26 Nov 2016 21:02:19 +0000 (UTC)	[thread overview]
Message-ID: <1480194132.f6ebd30fe6a55f56a0b415d0424567b86013ebad.polynomial-c@gentoo> (raw)

commit:     f6ebd30fe6a55f56a0b415d0424567b86013ebad
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 21:01:15 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 21:02:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ebd30f

dev-libs/pugixml: Bump to version 1.8

Package-Manager: portage-2.3.2

 dev-libs/pugixml/Manifest           |  1 +
 dev-libs/pugixml/pugixml-1.8.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-libs/pugixml/Manifest b/dev-libs/pugixml/Manifest
index 4f476e0..a2913bd 100644
--- a/dev-libs/pugixml/Manifest
+++ b/dev-libs/pugixml/Manifest
@@ -1,3 +1,4 @@
 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
+DIST pugixml-1.8.tar.gz 357806 SHA256 8ef26a51c670fbe79a71e9af94df4884d5a4b00a2db38a0608a87c14113b2904 SHA512 f59d83e6685949ab392fb08a60b9153f709697e7c1f93989c3d07ac1817b381fa13b2bea23914de803c4db090e3f503d943db0baf53597f7f8c7d734e8028f42 WHIRLPOOL ef2dec738a9c5e20435b3635471696d818429d19ed0acecd11d2be21084ead9ca65eb6411d9c7188b895f1ffd8cb90ebf0a604e2c48f274122fdbdb675a77fc8

diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild b/dev-libs/pugixml/pugixml-1.8.ebuild
new file mode 100644
index 00000000..40dd30f
--- /dev/null
+++ b/dev-libs/pugixml/pugixml-1.8.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+
+src_configure() {
+	local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
+	cmake-utils_src_configure
+}


             reply	other threads:[~2016-11-26 21:02 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-26 21:02 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-23  5:02 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/ Sam James
2023-11-04 16:13 Arthur Zamarin
2023-11-04 13:35 Sam James
2023-11-04 13:35 Sam James
2023-11-04 13:35 Sam James
2023-11-04 12:25 Sam James
2023-11-04 12:25 Sam James
2023-10-03 23:38 Sam James
2022-12-18 12:13 Sam James
2022-11-12 16:09 Arthur Zamarin
2022-11-12 16:06 Arthur Zamarin
2022-11-12 16:06 Arthur Zamarin
2022-11-03  6:15 Sam James
2022-09-10 11:33 Sam James
2022-09-10 11:33 Sam James
2022-09-05  3:56 Sam James
2022-09-03  5:27 Sam James
2022-02-28  7:06 Yixun Lan
2022-02-09  7:04 Sam James
2021-04-19 20:54 Sam James
2021-02-15  6:05 Sam James
2021-01-22  1:49 Sam James
2021-01-21 21:09 Sam James
2021-01-20  0:04 Sam James
2021-01-19  2:45 Sam James
2021-01-19  2:20 Sam James
2020-12-22 19:21 Sam James
2020-12-19 20:16 Sam James
2020-12-15  7:00 Sam James
2020-12-05 16:26 Sam James
2020-11-26 18:34 Sam James
2020-11-26 18:34 Sam James
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:54 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-01-16 15:45 Tim Harder
2019-02-12 21:03 Sergei Trofimovich
2019-02-10  7:41 Mikle Kolyada
2019-02-09 18:36 Thomas Deutschmann
2019-02-08 20:35 Sergei Trofimovich
2019-02-08 19:53 Sergei Trofimovich
2019-01-09  0:17 Craig Andrews
2018-12-29 19:14 Tim Harder
2018-10-23 20:36 Sergei Trofimovich
2018-10-23 20:36 Sergei Trofimovich
2018-09-17 20:18 Sergei Trofimovich
2018-09-15 12:10 Sergei Trofimovich
2018-09-11 20:40 Matt Turner
2018-09-11 20:40 Matt Turner
2018-09-09 15:45 Mikle Kolyada
2018-04-09 15:01 Lars Wendler
2017-08-23 12:49 Tim Harder
2017-07-02 14:49 Sergei Trofimovich
2017-04-12 10:43 Tim Harder
2017-01-10 15:23 Agostino Sarubbo
2017-01-10  3:46 Aaron Bauman
2017-01-07 19:32 Tim Harder
2016-11-26 21:02 Lars Wendler
2016-02-26 17:11 Markus Meier
2015-10-21 10:05 Lars Wendler

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=1480194132.f6ebd30fe6a55f56a0b415d0424567b86013ebad.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