Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/yaml-cpp/
Date: Mon, 05 Jun 2017 11:10:54
Message-Id: 1496661043.6c6d7fc70eab3b08533f1a621ebadf995d539853.johu@gentoo
1 commit: 6c6d7fc70eab3b08533f1a621ebadf995d539853
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 11:06:58 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 11:10:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6d7fc7
7
8 dev-cpp/yaml-cpp: Remove 0.5.1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-cpp/yaml-cpp/Manifest | 1 -
13 dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild | 33 ---------------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-cpp/yaml-cpp/Manifest b/dev-cpp/yaml-cpp/Manifest
17 index dc26a833669..c520ecfc760 100644
18 --- a/dev-cpp/yaml-cpp/Manifest
19 +++ b/dev-cpp/yaml-cpp/Manifest
20 @@ -1,2 +1 @@
21 -DIST yaml-cpp-0.5.1.tar.gz 118244 SHA256 3e7c9052b43d987d41819a203d97fc45de4eed3ec67e0fdb14265c3d11046f06 SHA512 3c6928684d603815c016d663af36be94507f2cccf167d6d8d7cd7dea3ea5f73ec88d62952a2b5d11796e40132857afcbbacd9eafd688f2dc11d0c339caf2e013 WHIRLPOOL 43c1998584fb8cc8b0954a1eba39aaffff18be074c5f1c84ac60df89adc84717007d8f6e67978da2e4f235365d820d7b2809f19eb3c67263ff936f44a9438546
22 DIST yaml-cpp-0.5.3.tar.gz 2016737 SHA256 ac50a27a201d16dc69a881b80ad39a7be66c4d755eda1f76c3a68781b922af8f SHA512 5ed15fee3c6455c08e6bd8f74256b230f274ef18f8e144491e940640e41626517c7eaaf4a1f380c4179066a2a757c8a0f61878df9dc3caa15e37c4954be47fe0 WHIRLPOOL 93be1e627bf75e456e486eef2f9d5a9bbbf165d9aaa774ab4bb013d2797455ccaae4f312f09ff87e5693719996202f7e4d61fb65bd948e1f215c74b5747c0817
23
24 diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild
25 deleted file mode 100644
26 index 03fa0af0e37..00000000000
27 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit cmake-utils
36 -
37 -DESCRIPTION="A YAML parser and emitter in C++"
38 -HOMEPAGE="https://github.com/jbeder/yaml-cpp"
39 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
44 -IUSE=""
45 -
46 -DEPEND=">=dev-libs/boost-1.49.0-r2"
47 -RDEPEND="${DEPEND}"
48 -
49 -src_prepare() {
50 - sed -i \
51 - -e 's:INCLUDE_INSTALL_ROOT_DIR:INCLUDE_INSTALL_DIR:g' \
52 - yaml-cpp.pc.cmake || die
53 -
54 - cmake-utils_src_prepare
55 -}
56 -
57 -src_configure() {
58 - local mycmakeargs=(
59 - -DBUILD_SHARED_LIBS=ON
60 - )
61 - cmake-utils_src_configure
62 -}