From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-898233-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A494B138330 for <garchives@archives.gentoo.org>; Mon, 22 Aug 2016 23:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B7BE0B68; Mon, 22 Aug 2016 23:38:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5923E0B68 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Aug 2016 23:38:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54E88340751 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Aug 2016 23:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914F02461 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Aug 2016 23:38:13 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org> Message-ID: <1471906320.9c9e43d3b7aa2ed9ac6ff9b82177e6fbaccd37be.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/zeromq/metadata.xml X-VCS-Directories: net-libs/zeromq/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9c9e43d3b7aa2ed9ac6ff9b82177e6fbaccd37be X-VCS-Branch: master Date: Mon, 22 Aug 2016 23:38:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4e2dbae-b7e2-4650-9933-8f7550208b96 X-Archives-Hash: 312d606d73c3d78fad964432f93e5cc7 commit: 9c9e43d3b7aa2ed9ac6ff9b82177e6fbaccd37be Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Aug 22 22:22:26 2016 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Aug 22 22:52:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9e43d3 net-libs/zeromq: metadata.xml updated and reformated Package-Manager: portage-2.3.0 net-libs/zeromq/metadata.xml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/net-libs/zeromq/metadata.xml b/net-libs/zeromq/metadata.xml index 62c7ada..2896227 100644 --- a/net-libs/zeromq/metadata.xml +++ b/net-libs/zeromq/metadata.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer role="person"> - <email>whissi@gentoo.org</email> - <name>Thomas Deutschmann</name> - </maintainer> - <upstream> - <maintainer> - <email>sustrik@fastmq.com</email> - <name>Martin Sustrik</name> - </maintainer> - <doc>http://zguide.zeromq.org/chapter:1</doc> - <bugs-to>https://github.com/zeromq/zeromq2/issues</bugs-to> - <!-- remote-id type="github">zeromq/zeromq2</remote-id--> - </upstream> - <longdescription lang="en"> + <maintainer type="person"> + <email>whissi@gentoo.org</email> + <name>Thomas Deutschmann</name> + </maintainer> + <upstream> + <maintainer> + <email>sustrik@fastmq.com</email> + <name>Martin Sustrik</name> + </maintainer> + <doc>http://zguide.zeromq.org/page:all</doc> + <bugs-to>https://github.com/zeromq/zeromq4-1/issues</bugs-to> + <remote-id type="github">zeromq/zeromq4-1</remote-id> + </upstream> + <longdescription lang="en"> The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware @@ -23,10 +23,10 @@ (subscriptions), seamless access to multiple transport protocols and more. </longdescription> - <use> - <flag name="pgm"> -Build PGM (Pragmatic General Multicast)extention, a protocol for reliable -multicast transport of data over IP networks. + <use> + <flag name="pgm"> + Build PGM (Pragmatic General Multicast)extention, a protocol for reliable + multicast transport of data over IP networks. </flag> - </use> + </use> </pkgmetadata>