summaryrefslogtreecommitdiff
path: root/net-libs/cppzmq/cppzmq-0_pre150606.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/cppzmq/cppzmq-0_pre150606.ebuild')
-rw-r--r--net-libs/cppzmq/cppzmq-0_pre150606.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-libs/cppzmq/cppzmq-0_pre150606.ebuild b/net-libs/cppzmq/cppzmq-0_pre150606.ebuild
deleted file mode 100644
index 09045e0d47ee..000000000000
--- a/net-libs/cppzmq/cppzmq-0_pre150606.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~arm64 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
-}