Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/
Date: Sat, 29 Dec 2018 19:14:20
Message-Id: 1546110822.752c48afe85dcfe7cf3dc5ea3481c4ff0caa9cd9.radhermit@gentoo
1 commit: 752c48afe85dcfe7cf3dc5ea3481c4ff0caa9cd9
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 18:10:44 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 19:13:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752c48af
7
8 dev-libs/pugixml: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-libs/pugixml/Manifest | 1 -
13 dev-libs/pugixml/pugixml-1.8.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-libs/pugixml/Manifest b/dev-libs/pugixml/Manifest
17 index 14f9b1635e9..0bcbab4e0b0 100644
18 --- a/dev-libs/pugixml/Manifest
19 +++ b/dev-libs/pugixml/Manifest
20 @@ -1,2 +1 @@
21 -DIST pugixml-1.8.tar.gz 357806 BLAKE2B 7f7b9c0a1e51186b6511c53dfd11a3fabbc28343e87fcb98c0480a6b8216bb6dbbfc7bc6bfa7b06b649061910b542747a60c7b04d76b5683f4d823da5f9d4dcc SHA512 f59d83e6685949ab392fb08a60b9153f709697e7c1f93989c3d07ac1817b381fa13b2bea23914de803c4db090e3f503d943db0baf53597f7f8c7d734e8028f42
22 DIST pugixml-1.9.tar.gz 377369 BLAKE2B 39b5b0d63a20e9c15c5634e56f82207aed63843d252900db94dbf06d100d03916a16523ccb9de433cc94ded4a9e9d1dc11f47bfd6fd75e348a9a2af31c305db6 SHA512 853a9d985aae537391c6524d5413ef4de237d99d96cc58ea7fe7152f786df1e408cdacd2e4387697e23c3e67cdc1d42b29de554501309eae16d86edd0e24785f
23
24 diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild b/dev-libs/pugixml/pugixml-1.8.ebuild
25 deleted file mode 100644
26 index 76d9c128eb9..00000000000
27 --- a/dev-libs/pugixml/pugixml-1.8.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -CMAKE_MAKEFILE_GENERATOR=emake
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath support"
39 -HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/"
40 -SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
45 -
46 -src_configure() {
47 - local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
48 - cmake-utils_src_configure
49 -}