summaryrefslogtreecommitdiff
path: root/net-libs/czmq/czmq-2.2.0-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-28 20:40:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-28 20:40:51 +0000
commit9c417bacd51da6d8b57fa9f37425161d30d4b95b (patch)
tree47c9d6e4243f39a1f48afd54c969b65b00a5c649 /net-libs/czmq/czmq-2.2.0-r2.ebuild
parentd934827bf44b7cfcf6711964418148fa60877668 (diff)
gentoo resync : 28.11.2020
Diffstat (limited to 'net-libs/czmq/czmq-2.2.0-r2.ebuild')
-rw-r--r--net-libs/czmq/czmq-2.2.0-r2.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-libs/czmq/czmq-2.2.0-r2.ebuild b/net-libs/czmq/czmq-2.2.0-r2.ebuild
deleted file mode 100644
index b3e2ccc2e54e..000000000000
--- a/net-libs/czmq/czmq-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION=" High-level C Binding for ZeroMQ"
-HOMEPAGE="http://czmq.zeromq.org"
-SRC_URI="http://download.zeromq.org/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm hppa x86"
-IUSE="doc static-libs"
-
-RDEPEND="
- dev-libs/libsodium:=
- sys-apps/util-linux
- >=net-libs/zeromq-2.1
- <net-libs/zeromq-4
-"
-DEPEND="${RDEPEND}
- doc? (
- app-text/asciidoc
- app-text/xmlto
- )"
-
-DOCS=( NEWS AUTHORS )
-
-src_prepare() {
- sed -i -e 's|-Werror||g' configure.ac || die
- autotools-utils_src_prepare
-}
-
-src_install() {
- autotools-utils_src_install
- mv "${ED}"/usr/bin/makecert{,-czmq} || die
-}
-
-pkg_postinst() {
- elog "Due to file collisions we moved the makecert tool to makecert-${PN}."
-}