Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-hocon/
Date: Wed, 01 Feb 2023 19:27:22
Message-Id: 1675279597.6506295d24de83b927a80e527e95faef64a46687.asturm@gentoo
1 commit: 6506295d24de83b927a80e527e95faef64a46687
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 27 21:13:09 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 19:26:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6506295d
7
8 dev-cpp/cpp-hocon: drop 0.3.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild
16 deleted file mode 100644
17 index 21e8c7108cad..000000000000
18 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit cmake
27 -
28 -DESCRIPTION="Provides C++ support for the HOCON configuration file format"
29 -HOMEPAGE="https://github.com/puppetlabs/cpp-hocon"
30 -SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="Apache-2.0"
33 -SLOT="0/${PV}"
34 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
35 -IUSE="debug"
36 -
37 -DEPEND="
38 - dev-libs/boost:=[nls]
39 - >=dev-libs/leatherman-0.9.3:=
40 - "
41 -RDEPEND="${DEPEND}"
42 -
43 -#PATCHES=( "${FILESDIR}"/${PN}-0.2.1-cmake.patch )