diff options
author | Konstantin Podshumok <kpp.live+signed@gmail.com> | 2020-05-18 18:10:58 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-08 19:56:00 +0200 |
commit | ded871264d0254a5f7e38045f10d0261d5fb7f46 (patch) | |
tree | 953d223d75b2dbbe47d117cc1ee60e9677dd2ebf /net-libs/cppzmq | |
parent | dev-python/pynacl: Bump to 1.4.0 (diff) | |
download | gentoo-ded871264d0254a5f7e38045f10d0261d5fb7f46.tar.gz gentoo-ded871264d0254a5f7e38045f10d0261d5fb7f46.tar.bz2 gentoo-ded871264d0254a5f7e38045f10d0261d5fb7f46.zip |
net-libs/cppzmq: drop old
Bug: https://bugs.gentoo.org/634076
Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/cppzmq')
-rw-r--r-- | net-libs/cppzmq/Manifest | 1 | ||||
-rw-r--r-- | net-libs/cppzmq/cppzmq-0_pre130717-r1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/net-libs/cppzmq/Manifest b/net-libs/cppzmq/Manifest index 278b8a7d2248..cc3967202d1e 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 e4e77133a7d0..000000000000 --- 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 -} |