public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zmqpp/
Date: Wed, 25 Jan 2017 12:57:13 +0000 (UTC)	[thread overview]
Message-ID: <1485349005.5749a9e5ec71d69731fcdb155c28b521d95da529.grozin@gentoo> (raw)

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
+}


             reply	other threads:[~2017-01-25 12:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-25 12:57 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-20 21:38 [gentoo-commits] repo/gentoo:master commit in: net-libs/zmqpp/ Patrice Clement
2018-07-16 22:26 Andreas Sturmlechner
2022-02-27  0:26 Sam James

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=1485349005.5749a9e5ec71d69731fcdb155c28b521d95da529.grozin@gentoo \
    --to=grozin@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