From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/
Date: Mon, 17 Aug 2015 20:46:57 +0000 (UTC) [thread overview]
Message-ID: <1439844566.9b78411f1cddd38a6cec619c6281305327f827d1.johu@gentoo> (raw)
commit: 9b78411f1cddd38a6cec619c6281305327f827d1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 20:49:17 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 20:49:26 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b78411f
dev-cpp/websocketpp: Remove old
Package-Manager: portage-2.2.20.1
dev-cpp/websocketpp/Manifest | 2 --
dev-cpp/websocketpp/websocketpp-0.4.0.ebuild | 35 ----------------------------
dev-cpp/websocketpp/websocketpp-0.5.0.ebuild | 35 ----------------------------
3 files changed, 72 deletions(-)
diff --git a/dev-cpp/websocketpp/Manifest b/dev-cpp/websocketpp/Manifest
index a4d4a56..5bcfe30 100644
--- a/dev-cpp/websocketpp/Manifest
+++ b/dev-cpp/websocketpp/Manifest
@@ -1,3 +1 @@
-DIST websocketpp-0.4.0.tar.gz 628675 SHA256 8634b233c0c47afa6b76c4edcb9694de490b33950c549fd2531b312c18e8cfca SHA512 770560afca5f9c88454c1aec61e5c4dfd38b3835897a96c3815fe1232ba6ef7622d07530d644055e60089d5c6f8ab383691358abf2da5782515ad9f313f1d253 WHIRLPOOL 2fa0f3deabe6c7b5ae22ea5d4e2f90367a68b816cf4ffe81d61b7f9b85ef575c1cc1baadbf685e9c58ea3f442136c3d1128585e7244498b9def0484995015926
-DIST websocketpp-0.5.0.tar.gz 642592 SHA256 ab032d61f1d94fc4ebf3bb74297e520499d6fe56801084d3cc828455482e81d9 SHA512 8c254a3dc772fce31e4dff58e352d967d47d64cfb07dd93d1da7707f27c43760bf2c3d1e43b7669dad20b7986159185e5ba26d87e1716fb896be23173438c947 WHIRLPOOL 719921a8e804a382020d507ebe33bb5779191cc756b92cf9bd5a576370d4824100ddba556b96a3cbe88f9d701e28e6471727ad34f268805006f03ae3b99e39e0
DIST websocketpp-0.6.0.tar.gz 655641 SHA256 688c52772b90a4694496c08f4ec1d712e24af17dc060d3392f0f3b4e18062898 SHA512 55dbb8d1666ae0d35d4b46ec2c375c9d3d66f57a473f526175a63bc147279c12bd8e605e5812a68ef45d8b6f51f4cfd6e61a1b971d223b5dc6e5528a6937fef8 WHIRLPOOL 3a179a7066e15fe08c3b1fc54b320729437ad5894a07e5ae630e992e34b740b817c78b9869f281fd4d2a7c54b6cca60fa9a1773803b6d67f5fb11c2694348ac5
diff --git a/dev-cpp/websocketpp/websocketpp-0.4.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.4.0.ebuild
deleted file mode 100644
index bca41a7..0000000
--- a/dev-cpp/websocketpp/websocketpp-0.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="C++/Boost Asio based websocket client/server library"
-HOMEPAGE="http://www.zaphoyd.com/websocketpp"
-SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-SLOT="0"
-IUSE="boost test"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- boost? ( dev-libs/boost )
-"
-
-# tests no-op
-RESTRICT="test"
-
-src_configure() {
- # Disable EXAMPLES as compilation is broken upstream
- local mycmakeargs=(
- -DEXAMPLES=OFF
- $(cmake-utils_use_enable !boost CPP11)
- $(cmake-utils_use_enable test)
- )
-
- cmake-utils_src_configure
-}
diff --git a/dev-cpp/websocketpp/websocketpp-0.5.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.5.0.ebuild
deleted file mode 100644
index 6d334bd..0000000
--- a/dev-cpp/websocketpp/websocketpp-0.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="C++/Boost Asio based websocket client/server library"
-HOMEPAGE="http://www.zaphoyd.com/websocketpp"
-SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-SLOT="0"
-IUSE="boost test"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- boost? ( dev-libs/boost )
-"
-
-# tests no-op
-RESTRICT="test"
-
-src_configure() {
- # Disable EXAMPLES as compilation is broken upstream
- local mycmakeargs=(
- -DEXAMPLES=OFF
- $(cmake-utils_use_enable !boost CPP11)
- $(cmake-utils_use_enable test TESTS)
- )
-
- cmake-utils_src_configure
-}
next reply other threads:[~2015-08-17 20:47 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-17 20:46 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-17 20:46 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/ Johannes Huber
2016-03-08 17:40 Johannes Huber
2016-11-22 20:48 Johannes Huber
2017-08-26 0:00 Anthony G. Basile
2017-09-17 19:03 Johannes Huber
2017-09-17 19:03 Johannes Huber
2017-12-10 2:27 Anthony G. Basile
2017-12-21 22:41 Sergei Trofimovich
2017-12-22 9:03 Sergei Trofimovich
2018-06-09 16:26 Johannes Huber
2018-06-09 16:26 Johannes Huber
2018-06-27 9:36 Johannes Huber
2018-07-16 13:27 Johannes Huber
2018-10-06 21:23 Johannes Huber
2018-10-07 9:42 Johannes Huber
2018-10-14 8:50 Sergei Trofimovich
2019-08-11 18:10 David Seifert
2020-01-12 13:03 Johannes Huber
2020-05-28 18:20 Sergei Trofimovich
2021-08-06 15:46 Louis Sautier
2021-08-07 5:10 Agostino Sarubbo
2021-08-07 23:37 Sam James
2021-11-04 5:43 Yixun Lan
2021-12-05 4:16 Sam James
2021-12-05 18:31 Sam James
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=1439844566.9b78411f1cddd38a6cec619c6281305327f827d1.johu@gentoo \
--to=johu@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