public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
Date: Thu, 26 Nov 2020 13:26:35 +0000 (UTC)	[thread overview]
Message-ID: <1606397184.ac99311725790800ead374c1a1cf65c2b9f71968.whissi@gentoo> (raw)

commit:     ac99311725790800ead374c1a1cf65c2b9f71968
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 00:43:14 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 13:26:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac993117

net-libs/czmq: cleanup old

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18034
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-libs/czmq/Manifest             |  2 --
 net-libs/czmq/czmq-2.2.0-r2.ebuild | 45 ------------------------------
 net-libs/czmq/czmq-3.0.2-r1.ebuild | 56 --------------------------------------
 3 files changed, 103 deletions(-)

diff --git a/net-libs/czmq/Manifest b/net-libs/czmq/Manifest
index 591483441d8..7750e2635c9 100644
--- a/net-libs/czmq/Manifest
+++ b/net-libs/czmq/Manifest
@@ -1,3 +1 @@
-DIST czmq-2.2.0.tar.gz 592293 BLAKE2B 72318a3c57960a463adae8838f3a51fc8319451773dfa84a401d664604c056b02f387ae6c2a598253e6bcc4dc19e72ca41de4252a6c853e1d3a6f9ade9617138 SHA512 51825e8a62a53cb3ac5fcf95b217e7dceb1745d31e243679e3c6ad0c7cce26e5844119bd054312e3764f0299df7e26bf9373a68cb1e7afc675966aa616a90ab6
-DIST czmq-3.0.2.tar.gz 818110 BLAKE2B da6da496f50374cdd7daf7978529baa1e1d3fbe51a4e57e753362a3dd67bdd94324b97f133bbb4eaa397f76c102a411a2aedc6d22deae499191da60a101fdf2e SHA512 ed2b97eb9b20ee8e491ba4c100920af0a54d146cb01c227fdef66939cdf4747c779d950df52e68782c68cfce1d4579b4870b005a8c58a32b477de2414b8b6453
 DIST czmq-4.2.0.tar.gz 1522824 BLAKE2B 2b2ec308f37a122d5478f63ed029c5ac01d8da40e676e812ec321e039839c7d364fef3eef67df928e6514f0fd2cd65ae35ba89347ead2b44c610812a012364dd SHA512 a3716efbece193196355fb7055b7e81067d29551765de2533178804ca5d85f98cd8cd01f88b4eecbea905adf3b7513e3b8a7e78e350adf1a6e69edbea5f6260c

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 b3e2ccc2e54..00000000000
--- 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}."
-}

diff --git a/net-libs/czmq/czmq-3.0.2-r1.ebuild b/net-libs/czmq/czmq-3.0.2-r1.ebuild
deleted file mode 100644
index 93acefb0a6b..00000000000
--- a/net-libs/czmq/czmq-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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/3"
-KEYWORDS="amd64 arm ~arm64 hppa x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
-	sys-apps/util-linux
-	net-libs/zeromq
-"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	app-text/xmlto
-"
-
-DOCS=( NEWS AUTHORS )
-
-# Network access
-RESTRICT=test
-
-src_prepare() {
-	use test && AUTOTOOLS_IN_SOURCE_BUILD=1
-	sed -i -e 's|-Werror||g' configure.ac || die
-
-	cat >> src/Makemodule-local.am <<-EOF
-	src_libczmq_la_LDFLAGS += -pthread
-	EOF
-
-	autotools-utils_src_prepare
-}
-
-src_test() {
-	autotools-utils_src_test check-verbose VERBOSE=1
-}
-
-src_install() {
-	autotools-utils_src_install
-	mv "${ED}"/usr/bin/makecert{,-czmq} || die
-	mv "${ED}"/usr/share/man/man1/makecert{,-cmzq}.1 || die
-}
-
-pkg_postinst() {
-	elog "Due to file collisions we moved the makecert tool to makecert-${PN}."
-}


             reply	other threads:[~2020-11-26 13:26 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26 13:26 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-08  7:04 [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/ Sam James
2024-04-08  7:04 Sam James
2022-08-28  5:55 Jakov Smolić
2022-08-23 18:10 Arthur Zamarin
2022-08-05  9:31 Arthur Zamarin
2021-12-07  6:26 Agostino Sarubbo
2021-12-06 15:23 Sam James
2021-12-06 15:20 Sam James
2021-12-06 11:27 Agostino Sarubbo
2021-10-15 10:22 Joonas Niilola
2021-10-15 10:22 Joonas Niilola
2021-05-16  0:03 Sam James
2021-04-03 19:53 Sam James
2020-07-23 13:49 Sam James
2020-07-02 17:05 Sergei Trofimovich
2020-06-20 10:13 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2017-06-19  9:54 Alexis Ballier
2016-11-27 21:08 Thomas Deutschmann
2016-09-29 14:33 Jeroen Roovers
2016-05-24 20:07 Markus Meier
2016-01-28 10:44 Justin Lecher
2015-10-11  7:05 Justin Lecher

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=1606397184.ac99311725790800ead374c1a1cf65c2b9f71968.whissi@gentoo \
    --to=whissi@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