Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/fuzzylite/
Date: Mon, 12 Jul 2021 20:47:16
Message-Id: 1626122740.7acbc21537cae555dcd2d50989db160f5ca31ebe.winterheart@gentoo
1 commit: 7acbc21537cae555dcd2d50989db160f5ca31ebe
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 12 18:09:18 2021 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Mon Jul 12 20:45:40 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7acbc215
7
8 dev-libs/fuzzylite: remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 dev-libs/fuzzylite/fuzzylite-5.0.ebuild | 37 ---------------------------------
14 dev-libs/fuzzylite/metadata.xml | 5 -----
15 2 files changed, 42 deletions(-)
16
17 diff --git a/dev-libs/fuzzylite/fuzzylite-5.0.ebuild b/dev-libs/fuzzylite/fuzzylite-5.0.ebuild
18 deleted file mode 100644
19 index 3f41bb3..0000000
20 --- a/dev-libs/fuzzylite/fuzzylite-5.0.ebuild
21 +++ /dev/null
22 @@ -1,37 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit eutils cmake-utils
29 -
30 -DESCRIPTION="A Fuzzy Logic Control Library in C++"
31 -HOMEPAGE="http://www.fuzzylite.com/"
32 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="LGPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="+c++11 static-libs"
38 -
39 -S="${WORKDIR}/${P}/${PN}"
40 -
41 -src_configure() {
42 - local mycmakeargs=(
43 - -DFL_BUILD_STATIC=$(usex static-libs)
44 - -DFL_USE_FLOAT=ON
45 - -DFL_BACKTRACE=ON
46 - -DFL_CPP11=$(usex c++11)
47 - )
48 - cmake-utils_src_configure
49 -}
50 -
51 -#pkg_postinst() {
52 -# games_pkg_postinst
53 -#
54 -# elog For the game to work properly, please copy your
55 -# elog \"Heroes Of Might and Magic: The Wake Of Gods\"
56 -# elog game directory into ${GAMES_DATADIR}/${PN} .
57 -# elog For more information, please visit:
58 -# elog http://wiki.vcmi.eu/index.php?title=Installation_on_Linux
59 -#}
60
61 diff --git a/dev-libs/fuzzylite/metadata.xml b/dev-libs/fuzzylite/metadata.xml
62 index 9d2ae5b..d83a7f5 100644
63 --- a/dev-libs/fuzzylite/metadata.xml
64 +++ b/dev-libs/fuzzylite/metadata.xml
65 @@ -5,11 +5,6 @@
66 <email>git@×××.name</email>
67 <name>Vadim A. Misbakh-Soloviov</name>
68 </maintainer>
69 -<use>
70 -<flag name="c++11">
71 -Add support for C++11
72 -</flag>
73 -</use>
74 <longdescription lang="en">
75 A Fuzzy Logic Control Library in C++
76 </longdescription>