* [gentoo-commits] repo/gentoo:master commit in: net-libs/zmqpp/
@ 2017-01-25 12:57 Andrey Grozin
0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2017-01-25 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 5749a9e5ec71d69731fcdb155c28b521d95da529
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 12:54:28 2017 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 12:56:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5749a9e5
net-libs/zmqpp: initial import
Contributed by Petross404(Petros S) <petross404 <AT> gmail.com>
Bug: 607108
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-libs/zmqpp/Manifest | 1 +
net-libs/zmqpp/metadata.xml | 11 +++++++++++
net-libs/zmqpp/zmqpp-4.1.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/net-libs/zmqpp/Manifest b/net-libs/zmqpp/Manifest
new file mode 100644
index 00000000..aa1c651
--- /dev/null
+++ b/net-libs/zmqpp/Manifest
@@ -0,0 +1 @@
+DIST zmqpp-4.1.2.tar.gz 92834 SHA256 831ad02df64034268d910c30f9fb1b1e631ad810182951af9d7d622650831eb5 SHA512 9a485ce94ff94705016c16b553b4058198f91146189d6af899c3aa5aecf4326dacbdbe5ca521232971cfa2bf47fd1c34abefaf819839725bd07d6a08d513fcc6 WHIRLPOOL c6b7dfabff232bb73c7824278c7a02c8d67b24ba1e1cdd55fad80d31d480d35eabf0888e0dd8f6e8f0ab92d1ef5c7ce16ad4ecb0785b06caaaa2110ea496a744
diff --git a/net-libs/zmqpp/metadata.xml b/net-libs/zmqpp/metadata.xml
new file mode 100644
index 00000000..7fba4ac
--- /dev/null
+++ b/net-libs/zmqpp/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">zeromq/zmqpp</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-libs/zmqpp/zmqpp-4.1.2.ebuild b/net-libs/zmqpp/zmqpp-4.1.2.ebuild
new file mode 100644
index 00000000..705fcda
--- /dev/null
+++ b/net-libs/zmqpp/zmqpp-4.1.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="ZeroMQ 'highlevel' C++ bindings"
+HOMEPAGE="https://github.com/zeromq/zmqpp"
+if [[ $PV == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/zeromq/zmqpp.git"
+else
+ SRC_URI="https://github.com/zeromq/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+IUSE="static-libs"
+
+DEPEND="net-libs/zeromq[static-libs?]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DIS_TRAVIS_CI_BUILD=OFF
+ -DZMQPP_BUILD_SHARED=ON
+ $(cmake-utils_use static-libs ZMQPP_BUILD_STATIC)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/zmqpp/
@ 2018-02-20 21:38 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2018-02-20 21:38 UTC (permalink / raw
To: gentoo-commits
commit: ef6e13761d2ab6ef7929ac5c3af8c02519f0306c
Author: Mathy Vanvoorden <mathy <AT> vanvoorden <DOT> be>
AuthorDate: Fri Dec 1 09:13:37 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 21:38:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6e1376
net-libs/zmqpp: version bump to 4.2.0.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6368
net-libs/zmqpp/Manifest | 2 +-
net-libs/zmqpp/{zmqpp-4.1.2.ebuild => zmqpp-4.2.0.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/zmqpp/Manifest b/net-libs/zmqpp/Manifest
index 437797bcc43..d2d68dd7546 100644
--- a/net-libs/zmqpp/Manifest
+++ b/net-libs/zmqpp/Manifest
@@ -1 +1 @@
-DIST zmqpp-4.1.2.tar.gz 92834 BLAKE2B 6084b5bbd6e85b83a7bc214c21e96e5f386a418b27f20e92c69918db176650888692551e044b4bc4cdea34cdd666058a6e72f53b4f393212cff7a8a8bb6c2376 SHA512 9a485ce94ff94705016c16b553b4058198f91146189d6af899c3aa5aecf4326dacbdbe5ca521232971cfa2bf47fd1c34abefaf819839725bd07d6a08d513fcc6
+DIST zmqpp-4.2.0.tar.gz 102942 BLAKE2B c72e807e68aa9142e3e7f06a1c9207a4477538b6ffa1a9077d70dd4f7f2a7c17809bc9f71a478aad4cb3204955252d6468cf14f1aef014c062a08e7f68b2f1d0 SHA512 a6b767278d85f38e5d78a958980782f15e3214db169ec2da118216c002657e525783d4ad3b9043d742801acf77b9b070ea12c18ec0e311e01f13d90d409277a7
diff --git a/net-libs/zmqpp/zmqpp-4.1.2.ebuild b/net-libs/zmqpp/zmqpp-4.2.0.ebuild
similarity index 94%
rename from net-libs/zmqpp/zmqpp-4.1.2.ebuild
rename to net-libs/zmqpp/zmqpp-4.2.0.ebuild
index 0c069c867d2..e60bfa0f62c 100644
--- a/net-libs/zmqpp/zmqpp-4.1.2.ebuild
+++ b/net-libs/zmqpp/zmqpp-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/zmqpp/
@ 2018-07-16 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-07-16 22:26 UTC (permalink / raw
To: gentoo-commits
commit: f53335b1893f7d1d7e07189b649464ce7999ac27
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 22:25:24 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 22:25:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53335b1
net-libs/zmqpp: EAPI-6 bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
net-libs/zmqpp/zmqpp-4.2.0.ebuild | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/net-libs/zmqpp/zmqpp-4.2.0.ebuild b/net-libs/zmqpp/zmqpp-4.2.0.ebuild
index 4eb86e192ea..b78adb04f7a 100644
--- a/net-libs/zmqpp/zmqpp-4.2.0.ebuild
+++ b/net-libs/zmqpp/zmqpp-4.2.0.ebuild
@@ -1,20 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit cmake-utils
-
-DESCRIPTION="ZeroMQ 'highlevel' C++ bindings"
-HOMEPAGE="https://github.com/zeromq/zmqpp"
if [[ $PV == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/zeromq/zmqpp.git"
else
SRC_URI="https://github.com/zeromq/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
fi
+inherit cmake-utils
-KEYWORDS="~amd64 ~x86"
+DESCRIPTION="ZeroMQ 'highlevel' C++ bindings"
+HOMEPAGE="https://github.com/zeromq/zmqpp"
LICENSE="MPL-2.0"
SLOT="0"
@@ -23,15 +22,13 @@ IUSE="static-libs"
DEPEND="net-libs/zeromq[static-libs?]"
RDEPEND="${DEPEND}"
-PATCHES=(
- "${FILESDIR}/${P}-multilib-strict.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-multilib-strict.patch" )
src_configure() {
local mycmakeargs=(
-DIS_TRAVIS_CI_BUILD=OFF
-DZMQPP_BUILD_SHARED=ON
- $(cmake-utils_use static-libs ZMQPP_BUILD_STATIC)
+ -DZMQPP_BUILD_STATIC=$(usex static-libs)
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/zmqpp/
@ 2022-02-27 0:26 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-02-27 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 153fc1acbc29bd1b73420a52f63392b88f853fe2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:22:49 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:22:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153fc1ac
net-libs/zmqpp: update EAPI 7 -> 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/zmqpp/{zmqpp-4.2.0.ebuild => zmqpp-4.2.0-r1.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/net-libs/zmqpp/zmqpp-4.2.0.ebuild b/net-libs/zmqpp/zmqpp-4.2.0-r1.ebuild
similarity index 88%
rename from net-libs/zmqpp/zmqpp-4.2.0.ebuild
rename to net-libs/zmqpp/zmqpp-4.2.0-r1.ebuild
index 1394708a3dff..147cd25d9633 100644
--- a/net-libs/zmqpp/zmqpp-4.2.0.ebuild
+++ b/net-libs/zmqpp/zmqpp-4.2.0-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit cmake
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -10,7 +12,6 @@ else
SRC_URI="https://github.com/zeromq/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
-inherit cmake-utils
DESCRIPTION="ZeroMQ 'highlevel' C++ bindings"
HOMEPAGE="https://github.com/zeromq/zmqpp"
@@ -31,5 +32,5 @@ src_configure() {
-DZMQPP_BUILD_STATIC=$(usex static-libs)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-02-27 0:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-27 0:26 [gentoo-commits] repo/gentoo:master commit in: net-libs/zmqpp/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2018-07-16 22:26 Andreas Sturmlechner
2018-02-20 21:38 Patrice Clement
2017-01-25 12:57 Andrey Grozin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox