public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/console_bridge/
Date: Fri, 29 Jan 2016 11:10:50 +0000 (UTC)	[thread overview]
Message-ID: <1454065843.f7ccb4c2224f8d25674b2b1d3d0f6edc3e1c0890.aballier@gentoo> (raw)

commit:     f7ccb4c2224f8d25674b2b1d3d0f6edc3e1c0890
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 11:09:26 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 11:10:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ccb4c2

dev-libs/console_bridge: bump to 0.3.1

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-libs/console_bridge/Manifest                   |  1 +
 .../console_bridge/console_bridge-0.3.1.ebuild     | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-libs/console_bridge/Manifest b/dev-libs/console_bridge/Manifest
index 2941b72..906fbe7 100644
--- a/dev-libs/console_bridge/Manifest
+++ b/dev-libs/console_bridge/Manifest
@@ -1,2 +1,3 @@
 DIST console_bridge-0.2.7.tar.gz 5493 SHA256 9145f0f97337fc87b4c062a4bab6874e383dad3a303486b635d31af69ee0d536 SHA512 86e8ccfc9c48f6a73630b9871f2b7a4c2a6cd975e5890a61e622cbc9bdc01af942a5ad4c8666c85ada584d3e3b57c9064b55c4942977b275248a91d3492ed492 WHIRLPOOL 4ba146ac9a8f57bf37e994b74e50d66c7a82cad9aa080b8eb2f067c3837b2f65c0b5aab1490892a2b89897af70a53d46d93c62decbd8cdc1952517a1e6b8d286
 DIST console_bridge-0.3.0.tar.gz 6298 SHA256 1b43a1b8d3e762415290d4ba9ef68beb3c8412f340aa053d2b1beec660685a69 SHA512 6037e08f0d9b2d16960b74cbdff81c15e3a35b6aed8203048a8ecfbb6285469fdbcf304ff498e65f04055054a68ac16e534d88fc01382263dc661769d56ffa21 WHIRLPOOL bea441dc28a9a5f325487dc57ecdd5508d04284bd56f075939be64aeba7f1334f10a19be3f6186d5722922ea9586465aa0183ad653900006e739a0b6cf7806a1
+DIST console_bridge-0.3.1.tar.gz 231119 SHA256 753b154bb6838941d7782b07931868fab5e3dd40335cbda7cef4521c1cc5c597 SHA512 c38779cb564a033fd0c232e49a58fd16d0d6c82fd548bd991b7ed9b8604b54dee639763b864c2be35267486ab01629f1e3d7f5fb7011bf50c040572ad862d820 WHIRLPOOL a35343522999d9da169ad02161e16aaebfeec60d25e729588d9c176aa4ca65de8476dc1d9f693b05b9f2d30962e922f97115abe2add4cdd7e277484722b857c4

diff --git a/dev-libs/console_bridge/console_bridge-0.3.1.ebuild b/dev-libs/console_bridge/console_bridge-0.3.1.ebuild
new file mode 100644
index 0000000..250c4ee
--- /dev/null
+++ b/dev-libs/console_bridge/console_bridge-0.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+	SCM="git-r3"
+	EGIT_REPO_URI="https://github.com/ros/console_bridge"
+fi
+
+inherit ${SCM} cmake-utils multilib
+
+if [ "${PV#9999}" != "${PV}" ] ; then
+	KEYWORDS=""
+	SRC_URI=""
+else
+	KEYWORDS="~amd64 ~arm"
+	SRC_URI="https://github.com/ros/console_bridge/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+DESCRIPTION="A ROS-independent package for logging into rosconsole/rosout for ROS-dependent packages."
+HOMEPAGE="http://wiki.ros.org/console_bridge"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/boost:=[threads]"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2016-01-29 11:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 11:10 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-15 13:27 [gentoo-commits] repo/gentoo:master commit in: dev-libs/console_bridge/ Alexis Ballier
2020-08-17 12:53 Sam James
2020-07-27 16:01 Alexis Ballier
2020-07-27 16:01 Alexis Ballier
2020-07-27 13:19 Alexis Ballier
2020-07-23 15:19 Alexis Ballier
2020-07-23 15:19 Alexis Ballier
2020-07-23 15:19 Alexis Ballier
2019-12-11 15:26 Alexis Ballier
2019-12-11 15:26 Alexis Ballier
2019-01-15 10:46 Alexis Ballier
2019-01-08  8:54 Alexis Ballier
2018-07-17  7:08 Alexis Ballier
2017-05-06 22:20 David Seifert
2016-02-09  8:45 Alexis Ballier
2016-01-29 11:10 Alexis Ballier
2016-01-19 12:56 Alexis Ballier
2016-01-19 12:56 Alexis Ballier

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=1454065843.f7ccb4c2224f8d25674b2b1d3d0f6edc3e1c0890.aballier@gentoo \
    --to=aballier@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