commit:     ded871264d0254a5f7e38045f10d0261d5fb7f46
Author:     Konstantin Podshumok <kpp.live+signed <AT> gmail <DOT> com>
AuthorDate: Mon May 18 15:10:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 17:56:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded87126

net-libs/cppzmq: drop old

Bug: https://bugs.gentoo.org/634076
Signed-off-by: Konstantin Podshumok <kpp.live+signed <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/cppzmq/Manifest                     |  1 -
 net-libs/cppzmq/cppzmq-0_pre130717-r1.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/net-libs/cppzmq/Manifest b/net-libs/cppzmq/Manifest
index 278b8a7d224..cc3967202d1 100644
--- a/net-libs/cppzmq/Manifest
+++ b/net-libs/cppzmq/Manifest
@@ -1,2 +1 @@
-DIST cppzmq-0_pre130717.tar.xz 3736 BLAKE2B 
ae894bd4436c9e4a4597d90c9ab2b06543ba51c847f6e2c0b655108e592e7c2c12f888e57a31e90f94f5f635d2c164c46bab5a73a305787c2f3a1ee32694927f
 SHA512 
3dbff2d3c1cc9f40b58477d2654cd1af4b639c71ca332dd6bcf33cce3d420a2c9e56312c0824bbccc6cea721b5688f8ec255180aace898dca57eb98a8d40c142
 DIST cppzmq-0_pre150606.tar.xz 4032 BLAKE2B 
80918dc148d22a4ddced41bd9dbec2a39f5d69d73724177b186fda490b899ed7dbeaa5aa67a348411b5a34948b167f8def6dfe688a9facd2d56ca6fe41df32d3
 SHA512 
d5ab584989f0eec7ce227de4534820f6e00582b8f45ebab5472c8244823a14a89e74005edb8ae933037a1df9684cc21641cd271a147f39577331b96474927efe

diff --git a/net-libs/cppzmq/cppzmq-0_pre130717-r1.ebuild 
b/net-libs/cppzmq/cppzmq-0_pre130717-r1.ebuild
deleted file mode 100644
index e4e77133a7d..00000000000
--- a/net-libs/cppzmq/cppzmq-0_pre130717-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="High-level CPP Binding for ZeroMQ"
-HOMEPAGE="https://github.com/zeromq/cppzmq";
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=net-libs/zeromq-3"
-DEPEND=""
-
-src_install() {
-       doheader zmq.hpp
-       dodoc README
-}
-
-src_test() {
-       $(tc-getCC) -c ./zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o || die 
"This version of cppzmq is not compatible with the installed version of 
net-libs/zeromq"
-       rm -f ./test.o
-}

Reply via email to