Skip to content

Commit

Permalink
dev-libs/console_bridge: bump to 0.3.0
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Jan 19, 2016
1 parent 82aecb5 commit efaf285
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
1 change: 1 addition & 0 deletions dev-libs/console_bridge/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
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
30 changes: 30 additions & 0 deletions dev-libs/console_bridge/console_bridge-0.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
5 changes: 0 additions & 5 deletions dev-libs/console_bridge/console_bridge-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ IUSE=""

RDEPEND="dev-libs/boost:=[threads]"
DEPEND="${RDEPEND}"

src_prepare() {
sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" CMakeLists.txt || die
cmake-utils_src_prepare
}

0 comments on commit efaf285

Please sign in to comment.