From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/
Date: Sun, 11 Aug 2019 18:10:18 +0000 (UTC) [thread overview]
Message-ID: <1565546999.b8a6b9b2e505277a7f4a82802dd43b6e5659e58d.soap@gentoo> (raw)
commit: b8a6b9b2e505277a7f4a82802dd43b6e5659e58d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 18:09:59 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 18:09:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a6b9b2
dev-cpp/websocketpp: Port to EAPI 7
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-cpp/websocketpp/metadata.xml | 3 ---
...pp-0.8.1.ebuild => websocketpp-0.8.1-r1.ebuild} | 22 ++++++++++++----------
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/dev-cpp/websocketpp/metadata.xml b/dev-cpp/websocketpp/metadata.xml
index 66fe497e1c3..d930eea34f0 100644
--- a/dev-cpp/websocketpp/metadata.xml
+++ b/dev-cpp/websocketpp/metadata.xml
@@ -5,9 +5,6 @@
<email>johu@gentoo.org</email>
<name>Johannes Huber</name>
</maintainer>
- <use>
- <flag name="boost">Use <pkg>dev-libs/boost</pkg> instead of C++11</flag>
- </use>
<upstream>
<remote-id type="github">zaphoyd/websocketpp</remote-id>
</upstream>
diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
similarity index 78%
rename from dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
rename to dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
index 7a4b182f57c..4578afc07ba 100644
--- a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
+++ b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit cmake-utils
@@ -9,15 +9,14 @@ DESCRIPTION="C++/Boost Asio based websocket client/server library"
HOMEPAGE="https://www.zaphoyd.com/websocketpp"
SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
LICENSE="BSD"
SLOT="0"
-IUSE="boost examples test"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
-DEPEND=""
-RDEPEND="${DEPEND}
- boost? ( dev-libs/boost )
-"
+DEPEND="test? ( dev-libs/boost )"
+RDEPEND="dev-libs/boost"
PATCHES=(
"${FILESDIR}"/${PN}-0.7.0-cmake-install.patch
@@ -29,14 +28,17 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
- -DENABLE_CPP11="$(usex !boost)"
+ -DENABLE_CPP11=ON
-DBUILD_TESTS="$(usex test)"
)
-
cmake-utils_src_configure
}
src_install() {
- use examples && DOCS=( examples/ )
cmake-utils_src_install
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
}
next reply other threads:[~2019-08-11 18:10 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-11 18:10 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-05 18:31 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/ Sam James
2021-12-05 4:16 Sam James
2021-11-04 5:43 Yixun Lan
2021-08-07 23:37 Sam James
2021-08-07 5:10 Agostino Sarubbo
2021-08-06 15:46 Louis Sautier
2020-05-28 18:20 Sergei Trofimovich
2020-01-12 13:03 Johannes Huber
2018-10-14 8:50 Sergei Trofimovich
2018-10-07 9:42 Johannes Huber
2018-10-06 21:23 Johannes Huber
2018-07-16 13:27 Johannes Huber
2018-06-27 9:36 Johannes Huber
2018-06-09 16:26 Johannes Huber
2018-06-09 16:26 Johannes Huber
2017-12-22 9:03 Sergei Trofimovich
2017-12-21 22:41 Sergei Trofimovich
2017-12-10 2:27 Anthony G. Basile
2017-09-17 19:03 Johannes Huber
2017-09-17 19:03 Johannes Huber
2017-08-26 0:00 Anthony G. Basile
2016-11-22 20:48 Johannes Huber
2016-03-08 17:40 Johannes Huber
2015-08-17 20:46 Johannes Huber
2015-08-17 20:46 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1565546999.b8a6b9b2e505277a7f4a82802dd43b6e5659e58d.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox