From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/
Date: Thu, 29 Jun 2017 20:28:15 +0000 (UTC) [thread overview]
Message-ID: <1498768081.51fb67d3159b08e74a8e03c19bccd68808bd318e.aballier@gentoo> (raw)
commit: 51fb67d3159b08e74a8e03c19bccd68808bd318e
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 09:49:06 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 20:28:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fb67d3
dev-libs/tinyxml2: bump to 5.0.1
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-libs/tinyxml2/Manifest | 1 +
dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-libs/tinyxml2/Manifest b/dev-libs/tinyxml2/Manifest
index aebe3ed15f1..9a8814b3586 100644
--- a/dev-libs/tinyxml2/Manifest
+++ b/dev-libs/tinyxml2/Manifest
@@ -1,3 +1,4 @@
DIST tinyxml2-2.2.0.tar.gz 455226 SHA256 f891224f32e7a06bf279290619cec80cc8ddc335c13696872195ffb87f5bce67 SHA512 e06edb46f96dcc58cf16c8fef91dd072c9bd6dd296bb9ba3e082db059438f5f31e0689015deee7f1c390788d9bd0e64b6f5c0235c9d2839419ee2ab1784f53c4 WHIRLPOOL 6310e1492b180cc1a74f856dbf78897c5db7777d44ffd5ef785f85fb87a91462479a9da006d93ad7157763416863ed623b14cfc8d99f35494335de7252cda754
DIST tinyxml2-3.0.0.tar.gz 339620 SHA256 128aa1553e88403833e0cccf1b651f45ce87bc207871f53fdcc8e7f9ec795747 SHA512 724f1f6ea9bbc74b679067dfe69d156eb05f5d4a694cd825814b717dd676fe53ddc8707e0512a0c8449bb13586cc4bc085bbaca41bf8e29c304c5fafae53b1d2 WHIRLPOOL 79486ed23a6edf8f4cb5313445e6314a38cf69e823e6f46578188e309968f2f2ddd618e73907dad9696bb949b295d846f0ca0e2676009270bc2c77108574fad2
DIST tinyxml2-4.0.1.tar.gz 344295 SHA256 14b38ef25cc136d71339ceeafb4856bb638d486614103453eccd323849267f20 SHA512 4add31a72c62b3f68bdb17fb90630bc51bf96b616f4beafb413082dc77bc699b8d516fa0955d001d5d69bc3371b7ca9ce5cd9696d91dd913b09a1c10681b819e WHIRLPOOL 76fd8f6d15f73845b1051385aaff64d33263639cc630eaaf2563d6f1c3fca1ffae277d7c540197c6eee65ac4429ac6f1f0541ab99520cf809afd655fbdacc9ab
+DIST tinyxml2-5.0.1.tar.gz 349622 SHA256 cd33f70a856b681506e3650f9f5f5e5e6c7232da7fa3cfc4e8f56fe7b77dd735 SHA512 a51ec5843774df0482620c549fb6c61d30a6db5025be26ff6d25b3c53533a27a57f00b026bd9fbca78e9e30084b3f5f6fbff9dba315d078419da084b57f518ba WHIRLPOOL 820648738b058804c01840d27968ca2d0fe22dd1110797a03d1f60ef4c51cbe5cefedd4f746557155a2114d0daebaf6fb382772b928c9913dd7d27242a0daccd
diff --git a/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild b/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild
new file mode 100644
index 00000000000..73b4c08b8e3
--- /dev/null
+++ b/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A simple, small, efficient, C++ XML parser"
+HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/"
+SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static-libs test"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_STATIC_LIBS=$(usex static-libs)
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2017-06-29 20:28 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-29 20:28 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-27 18:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/ Arthur Zamarin
2024-09-22 18:59 Arthur Zamarin
2024-09-22 18:43 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-09-22 18:42 Arthur Zamarin
2024-02-02 14:17 Arthur Zamarin
2023-05-06 0:03 Sam James
2022-09-09 7:59 David Seifert
2022-08-28 5:06 WANG Xuerui
2022-04-17 19:24 Sam James
2021-09-14 5:17 Sam James
2021-09-14 5:15 Sam James
2021-09-14 5:15 Sam James
2021-09-14 5:15 Sam James
2021-09-14 5:15 Sam James
2021-08-23 22:59 Marek Szuba
2020-09-05 2:35 Sam James
2020-09-01 0:21 Sam James
2020-08-31 23:31 Sam James
2020-08-31 17:13 Thomas Deutschmann
2020-08-31 15:38 Sam James
2020-05-27 21:20 Tim Harder
2019-11-30 12:08 Andreas Sturmlechner
2019-11-27 13:39 Mikle Kolyada
2019-11-25 7:30 Sergei Trofimovich
2019-11-20 1:41 Aaron Bauman
2019-11-19 19:45 Sergei Trofimovich
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 11:50 Agostino Sarubbo
2019-08-31 10:41 Tim Harder
2019-07-31 21:11 Aaron Bauman
2018-12-12 23:53 Tim Harder
2018-12-12 8:25 Tim Harder
2018-09-18 23:04 Matt Turner
2018-09-04 18:38 Sergei Trofimovich
2018-08-30 6:16 Sergei Trofimovich
2018-08-22 5:12 Markus Meier
2018-08-16 22:52 Mikle Kolyada
2018-08-16 0:39 Thomas Deutschmann
2018-08-13 20:43 Sergei Trofimovich
2018-04-13 3:38 Tim Harder
2018-01-18 15:56 Mikle Kolyada
2017-12-25 23:09 Tim Harder
2017-10-12 9:11 Sergei Trofimovich
2017-10-12 9:11 Sergei Trofimovich
2017-08-27 15:34 Michael Palimaka
2017-06-29 20:28 Alexis Ballier
2017-02-24 17:54 Markus Meier
2016-09-16 8:46 Anthony G. Basile
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=1498768081.51fb67d3159b08e74a8e03c19bccd68808bd318e.aballier@gentoo \
--to=aballier@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