Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/
Date: Wed, 09 Feb 2022 07:04:26
Message-Id: 1644390187.6760b37ba3cd6ced52bfa4ec3538c8b20b3468a6.sam@gentoo
1 commit: 6760b37ba3cd6ced52bfa4ec3538c8b20b3468a6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 07:03:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 07:03:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6760b37b
7
8 dev-libs/pugixml: add 1.12
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/pugixml/Manifest | 1 +
13 dev-libs/pugixml/{pugixml-9999.ebuild => pugixml-1.12.ebuild} | 8 ++++----
14 dev-libs/pugixml/pugixml-9999.ebuild | 8 ++++----
15 3 files changed, 9 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-libs/pugixml/Manifest b/dev-libs/pugixml/Manifest
18 index e5df8ab6a1fa..9c4fb41221cf 100644
19 --- a/dev-libs/pugixml/Manifest
20 +++ b/dev-libs/pugixml/Manifest
21 @@ -1 +1,2 @@
22 DIST pugixml-1.11.4.tar.gz 386229 BLAKE2B 93d9c537f10e3a12297e4d6a39f2866bd5c9678c6aff83e20fb79b6587191b6586b1fe4d9dd995a7be05cc9281cd9910fae3eddf6b2eac216873e918a5cf3231 SHA512 c83f57ef2492eee359d979597fb5089b8eca547bb9d41cfbb6bcf43d59fe75e6780b0f31dd593145ec9888c065153aba52702667e2de213fa080cd51e9e13a38
23 +DIST pugixml-1.12.tar.gz 389685 BLAKE2B 190ebd1e7ac298a4ef6bc35769151f4d606a88185d29cfad7acb813990e3c9b2bf5b17c461f321942a3af0688c2244a896eb0129df8def5aff63b1d65aa3f6dc SHA512 1d23fc8b0aa643b932d34012be6d545734f5177d7db711fe1f0b82e318d72b5850a8c3d8513393b86b5a1e83ee7bfd825877f9efbf801369adfcb88041b52a93
24
25 diff --git a/dev-libs/pugixml/pugixml-9999.ebuild b/dev-libs/pugixml/pugixml-1.12.ebuild
26 similarity index 65%
27 copy from dev-libs/pugixml/pugixml-9999.ebuild
28 copy to dev-libs/pugixml/pugixml-1.12.ebuild
29 index 13e703458881..dd62094ec7ee 100644
30 --- a/dev-libs/pugixml/pugixml-9999.ebuild
31 +++ b/dev-libs/pugixml/pugixml-1.12.ebuild
32 @@ -1,7 +1,7 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=7
38 +EAPI=8
39
40 inherit cmake
41
42 @@ -10,11 +10,11 @@ if [[ ${PV} == *9999 ]] ; then
43 inherit git-r3
44 else
45 SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
46 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
48 fi
49
50 DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support"
51 -HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/"
52 +HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml"
53
54 LICENSE="MIT"
55 SLOT="0"
56
57 diff --git a/dev-libs/pugixml/pugixml-9999.ebuild b/dev-libs/pugixml/pugixml-9999.ebuild
58 index 13e703458881..dd62094ec7ee 100644
59 --- a/dev-libs/pugixml/pugixml-9999.ebuild
60 +++ b/dev-libs/pugixml/pugixml-9999.ebuild
61 @@ -1,7 +1,7 @@
62 -# Copyright 1999-2019 Gentoo Authors
63 +# Copyright 1999-2022 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 -EAPI=7
67 +EAPI=8
68
69 inherit cmake
70
71 @@ -10,11 +10,11 @@ if [[ ${PV} == *9999 ]] ; then
72 inherit git-r3
73 else
74 SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
75 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
76 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
77 fi
78
79 DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support"
80 -HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/"
81 +HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml"
82
83 LICENSE="MIT"
84 SLOT="0"